Author Topic: Compiling on OS X: ./cutscene/oggplayer.h  (Read 6062 times)

0 Members and 1 Guest are viewing this topic.

Re: Compiling on OS X: ./cutscene/oggplayer.h
So, do I need to install that smf module, or can I just run nightlybuild.pl?

 

Offline chief1983

  • Still lacks a custom title
  • Moderator
  • 212
  • ⬇️⬆️⬅️⬅️🅰➡️⬇️
    • Minecraft
    • Skype
    • Steam
    • Twitter
    • Fate of the Galaxy
Re: Compiling on OS X: ./cutscene/oggplayer.h
Just get all three files in that folder and put them alongside it, it will find the Smf module in that folder automatically.  I put it in my user folder and check out the code to ~/fs2_open, but you can set it up differently.  You will need to make some changes to the .conf file, mostly to set up the paths where it is looking for the code.
Fate of the Galaxy - Now Hiring!  Apply within | Diaspora | SCP Home | Collada Importer for PCS2
Karajorma's 'How to report bugs' | Mantis
#freespace | #scp-swc | #diaspora | #SCP | #hard-light on EsperNet

"You may not sell or otherwise commercially exploit the source or things you created based on the source." -- Excerpt from FSO license, for reference

Nuclear1:  Jesus Christ zack you're a little too hamyurger for HLP right now...
iamzack:  i dont have hamynerge i just want ptatoc hips D:
redsniper:  Platonic hips?!
iamzack:  lays

 
Re: Compiling on OS X: ./cutscene/oggplayer.h
Results of running nightlybuild.pl:
Code: [Select]
DeloreanFlux:fs2-nightly-build drew$ perl nightlybuild.pl
Useless use of join or string in void context at /opt/local/lib/perl5/site_perl/5.8.8/WWW/Mechanize.pm line 2360.
SVN still at revision 5435, terminating.
DeloreanFlux:fs2-nightly-build drew$

I assume that means it's working, but that because the svn hasn't changed, there's no need to make a new nightly?

 

Offline chief1983

  • Still lacks a custom title
  • Moderator
  • 212
  • ⬇️⬆️⬅️⬅️🅰➡️⬇️
    • Minecraft
    • Skype
    • Steam
    • Twitter
    • Fate of the Galaxy
Re: Compiling on OS X: ./cutscene/oggplayer.h
Do 'svn update -r 5430 fs2_open' or whatever dir the source is in.  Then run the script, and it will build after updating.  That will just take it a couple of revisions back.
Fate of the Galaxy - Now Hiring!  Apply within | Diaspora | SCP Home | Collada Importer for PCS2
Karajorma's 'How to report bugs' | Mantis
#freespace | #scp-swc | #diaspora | #SCP | #hard-light on EsperNet

"You may not sell or otherwise commercially exploit the source or things you created based on the source." -- Excerpt from FSO license, for reference

Nuclear1:  Jesus Christ zack you're a little too hamyurger for HLP right now...
iamzack:  i dont have hamynerge i just want ptatoc hips D:
redsniper:  Platonic hips?!
iamzack:  lays

 
Re: Compiling on OS X: ./cutscene/oggplayer.h
OK!
Code: [Select]
DeloreanFlux:fs2-nightly-build drew$ perl nightlybuild.pl
Useless use of join or string in void context at /opt/local/lib/perl5/site_perl/5.8.8/WWW/Mechanize.pm line 2360.
SVN has been updated to revision 5435, compiling...
Going to export /Users/drew/fs2_open to directory /Users/drew/fs2_open_0
Building Release...
Moving and renaming files...
Moving /Users/drew/fs2_open_0/projects/Xcode/build/Release/FS2_Open.app to /Users/drew/fs2-builds/FS2_Open-20090713_r5435.app
Building Debug...
Moving and renaming files...
Moving /Users/drew/fs2_open_0/projects/Xcode/build/Debug/FS2_Open (debug).app to /Users/drew/fs2-builds/FS2_Open (debug)-20090713_r5435.app
Compiling completed
Executing:  tar -cvzf fso-OSX-20090713_r5435.tgz "FS2_Open-20090713_r5435.app" "FS2_Open (debug)-20090713_r5435.app"
Executing:  md5 fso-OSX-20090713_r5435.tgz > fso-OSX-20090713_r5435.md5
Uploading /Users/drew/fs2-builds/fso-OSX-20090713_r5435.tgz and /Users/drew/fs2-builds/fso-OSX-20090713_r5435.md5 to swc.fs2downloads.com
Cannot login Login incorrect.

That's what I got... looks like things are working.