Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Build On OSX | (Preview/Test Build Inside)
02-17-2012, 02:34 PM (This post was last modified: 02-18-2012 01:00 PM by ilikenwf.)
Post: #1
How to Build On OSX | (Preview/Test Build Inside)
Before going further, note that the following link is to a preview/testing build...in fact, our first ever working mac build. Feel free to grab it and take it for a test drive.
EDIT: Updated with the new proper, working dmg file.

http://sourceforge.net/projects/ngale/fi...g/download

Screenshot (click to expand):
[Image: scaled.php?server=19&filename=macpre...p;res=crop]

Make sure you have macports and the appropriate applications needed to build per the songbird wiki:
http://wiki.songbirdnest.com/Developer/A...ird#MacOSX

Xcode 4 users only:
First, you'll need to grab a copy of xcode 3 somewhere, and install it somewhere outside of the normal directory, such as in /xc... Then you'll install xcode 4, and do some creative symlinking...see the following Stackoverflow link for a guide on setting up xcode 3 and 4 with the 10.4u and 10.5 SDKs.

http://stackoverflow.com/questions/53334...to-xcode-4

NOTE: The 10.4u and 10.6 SDK's build nightingale perfectly - 10.5 and 10.7 break the build. Either way, make sure you're using the 4.0 version of the compiler (which only comes with xcode 3), and you can check by doing "g++ -v"

After doing all that, do the following as root:

Code:
cd /usr/bin
mv g++ g++.old
ln -s /Developer/usr/bin/gcc-4.0 g++

Then, proceed to exit root and as yourself in the terminal, and pull down the nightingale-hacking git repo, and checkout the sb-trunk-oldxul branch. Proceed to simply run build.sh and watch it build!

How to Build Nightingale | Nightingale on GitHub
Find all posts by this user
Quote this message in a reply
02-17-2012, 06:02 PM
Post: #2
RE: How to Build On OSX | (Preview/Test Build Inside)
Feel free to add information on the wiki here :
http://wiki.getnightingale.com/doku.php?id=build

Former Songbird contributor
Nightingale Community developer
Mozilla Reps
Visit this user's website Find all posts by this user
Quote this message in a reply
02-18-2012, 01:21 AM
Post: #3
RE: How to Build On OSX | (Preview/Test Build Inside)
I will when I have a chance...

How to Build Nightingale | Nightingale on GitHub
Find all posts by this user
Quote this message in a reply
02-18-2012, 01:00 PM
Post: #4
RE: How to Build On OSX | (Preview/Test Build Inside)
Updated. DMG Image now working:

http://sourceforge.net/projects/ngale/fi...g/download

How to Build Nightingale | Nightingale on GitHub
Find all posts by this user
Quote this message in a reply
01-31-2013, 02:18 PM
Post: #5
RE: How to Build On OSX | (Preview/Test Build Inside)
Update:

http://wiki.getnightingale.com/doku.php?id=build:mac

Nightlies now going as well, a new test build up too... should I make a blogpost or not?

Screenshot:
http://img21.imageshack.us/img21/1868/20...0x1080.png

How to Build Nightingale | Nightingale on GitHub
Find all posts by this user
Quote this message in a reply
02-01-2013, 05:59 AM
Post: #6
RE: How to Build On OSX | (Preview/Test Build Inside)
(01-31-2013 02:18 PM)ilikenwf Wrote:  should I make a blogpost or not?

If we really release within the next two weeks, I don't think a blog post is necessary. Else... Tongue

Songbird/Nightingale Community Developer and German Translator
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)