Author Topic: Looking for mac/intel user with building experience  (Read 5839 times)

dfryer

  • Veteran
  • *
  • Posts: 1070
    • View Profile
Looking for mac/intel user with building experience
« on: February 09, 2007, 05:48:07 pm »
I'm wondering if there are any Intel Mac users out there with either experience building CS & Planeshift or with general development experience, as I'd like to be able to create intel binaries as well.  For various reasons building universal binaries on my Mac is infeasible.

Thanks,
Daniel
Quidquid latine dictum sit, altum sonatur.

Shadallark

  • Traveller
  • *
  • Posts: 22
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #1 on: February 09, 2007, 08:36:30 pm »
Good day to you dfryer;

I was going to send you a private message (once I had posted enough in the forum to be allowed to send PMs) that I am interested in helping out with the project if possible.  I have some development experience but am no expert.  I would be willing to help you out with the Intel binaries as much as I can.

Have a great day.

Shadallark

Running Mac OSX 10.4.8 on a MacBookPro Intel Core Duo 2GHz machine with 2 GB of RAM.

mc.mem.06

  • Wayfarer
  • *
  • Posts: 5
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #2 on: February 11, 2007, 05:26:38 am »
I have some development experience myself, though I might get a little lost at times coming from the linux world originally. I would be willing to offer any help I can to develop an Intel binary.

Michael


Mac OS X 10.4.6 MacBook Pro 2.16Ghz Intel Core Duo 1GB of RAM

dfryer

  • Veteran
  • *
  • Posts: 1070
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #3 on: February 11, 2007, 06:37:08 pm »
Thanks for volunteering so promptly.  In the next couple of days I'll try to post some instructions, or you can see if I'm around on the #planeshift-build irc channel on irc.freenode.net
Quidquid latine dictum sit, altum sonatur.

Shadallark

  • Traveller
  • *
  • Posts: 22
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #4 on: February 13, 2007, 12:19:17 am »
Hey there dfryer;

sounds good to me (getting instructions so that I am not heading in the wrong direction).  I used CVS and got the source code yesterday and will start looking at it later this week.

Have a great day!

Shadallark

dfryer

  • Veteran
  • *
  • Posts: 1070
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #5 on: February 13, 2007, 03:26:16 am »
The basic procedure is to follow the mac or linux build guides (using Fink to get the dependencies or DarwinPorts if you're stubborn).  However I would like to statically-link in all the CS & CEL plugins to keep the build size down.  To do this, when you build CrystalSpace, "jam libs staticplugins cs-config" instead of "jam libs plugins cs-config".  This might fail if some other stuff fails to build, but it should be possible to get around this by editing mentions of the failed plugin out of ./out/macosx86/optimize/libs/crystalspace_static.jam and retrying.  If there are many failures then something else is probably broken.
Do the same for CEL, and when it comes time to build planeshift, jam client_static.  PM me or speak with me on IRC if you're having trouble or questions.

Thanks!
Daniel
Quidquid latine dictum sit, altum sonatur.

Shadallark

  • Traveller
  • *
  • Posts: 22
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #6 on: February 17, 2007, 08:03:06 pm »
Good day to you dfryer;

Sorry for the delay in responding.  I have fink now and will attempt to start the process this weekend.  I had used cvs to get the source last weekend but will do it using fink this weekend and get started on the compilation.

Have a great day!

Shadallark

Cha0s

  • Veteran
  • *
  • Posts: 1860
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #7 on: February 17, 2007, 08:11:44 pm »
Nono. Fink is used to get the dependencies (sound libraries, graphic libraries, etc that CrystalSpace needs), not the source. Get the source from CVS (the cvs commandline tools is really good for this). You need CrystalSpace, CEL, and then Planeshift. And then you need to compile all of them with the static linking parameter (which is not mentioned in the build guides, I don't believe). I suggest you talk to dfryer on IRC before you actually start the compiling, as it takes a looooong time, and you want to make sure you get it right. ;)
Cha0s
Mac OS X Forum Moderator
In-Game Roleplay Forum Moderator
Please search and skim existing threads before posting!

mauldraine

  • Traveller
  • *
  • Posts: 11
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #8 on: February 22, 2007, 08:28:07 pm »
I would also be very honored to help in any fashion.  I use both a G5 iMac (2 GHz), as well as an x86 MacBook Pro (2.16 GHz), with Xcode 2.4.1 on both.  I have already had some success with building CS on the laptop and have played with walktest.  I would also be more than willing to set up a Mac with 10.4.8 and Xcode 2.4.1, which could then be accessed via FTP, SSH, and Remote Desktop for any of the developers.

My email address is in my profile and that is the best way to get in touch with me.  Many thanks for such a great game.

Martin

Someone shot the food!

Arka

  • Hydlaa Citizen
  • *
  • Posts: 319
    • View Profile
    • Knowledge Seekers
Re: Looking for mac/intel user with building experience
« Reply #9 on: February 25, 2007, 11:40:14 pm »
If you guys manage to pull this off, you will make lots of us VERY happy!


Good luck - if I understood any of the above I would help - but I will leave it to the experts!


Arka

Birk

  • Wayfarer
  • *
  • Posts: 9
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #10 on: February 27, 2007, 07:07:58 am »
We'll get there. I have a working pssetup.app, and updater.app. Unfortunately I still have some issues with getting psclient.app to compile cleanly. :(

Rolenun

  • Hydlaa Resident
  • *
  • Posts: 52
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #11 on: March 08, 2007, 09:06:32 am »
I thought I'd point all the seasoned builders to here: http://hydlaa.com/smf/index.php?topic=27931.0. We will soon be adding instructions for creating the static redistributable binary as well so stay tuned!  :)

dfryer

  • Veteran
  • *
  • Posts: 1070
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #12 on: April 15, 2007, 10:35:05 pm »
Again, still looking for someone who is frequently around and able to build on an intel mac!

Thanks,
Daniel
Quidquid latine dictum sit, altum sonatur.

voiceofra

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #13 on: April 22, 2007, 12:12:50 pm »
Again, still looking for someone who is frequently around and able to build on an intel mac!

Thanks,
Daniel
I can make myself available ;)
I'm an old school Linux/BSD guy.  AND I have some experience with building apps from source on OS X  via direct download, fink, svn, etc.
I'd be more than happy to help.
Reply, PM or email me.

mauldraine

  • Traveller
  • *
  • Posts: 11
    • View Profile
Re: Looking for mac/intel user with building experience
« Reply #14 on: April 29, 2007, 05:29:52 am »
dfryer ... I am available almost every day, but always available Monday through Friday between 8 am and 5 pm central time.  I have both G5 and Intel computers and will gladly assist in any way I can.  Please feel free to PM me, email (admin@minoguetech.com), ICQ (40761922), or MSN (admin@minoguetech.com).

I love everything about Planeshift (well ... except for the Rogue's that come out of nowhere and kill my character ... lol) and would love to contribute.

Someone shot the food!