Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - solubacni

Pages: [1]
1
Development Deliberation /
« on: February 07, 2005, 07:53:23 pm »
Quote
Originally posted by MagicFitz
It looks like I may be out of the compilation race guys.

No matter what I do to my copy of Fink (including sacrificing several chickens to the FinkGod) it can\'t seem to find the source code for libjpeg-dev or libiconv-shlibs.


As dfryer said, you probably have that backward.

My fink list for those two packages looks like this:
Code: [Select]

 i      libiconv         1.9.2-11      Character set conversion library
 i      libiconv-bin     1.9.2-11      Executables for libiconv package
 i      libiconv-dev     1.9.2-11      Developer files for libiconv package
 i      libjpeg 6b-16                  JPEG image format handling library
 i      libjpeg-bin      6b-16         Executables for libjpeg package
 i      libjpeg-shlibs   6b-16         Shared libraries for libjpeg package


If those don\'t show up then you need to go to the fink docs at their site and add the unstable branches to your tree in /sw/etc/fink.conf.

Cheers,
solubacni

2
Development Deliberation /
« on: February 01, 2005, 03:28:36 am »
I\'ve since connected, haphazardly created a character and screwed around for a bit.  Still a bit of work to go before this is playable, I think.  It has recently dawned on me just how huge this project is.  Wow.

Perhaps there ought to be some careful solicitation of professional \"sponsors\" to help make this happen?  Lots of work to do...

3
Development Deliberation /
« on: January 31, 2005, 06:50:01 am »
Err... I don\'t think you \"download\" them, per se, but you do \"install\" them with Fink.

i.e. if you have Fink installed
Code: [Select]

fink install mysql14-dev libjpeg-dev libiconv-shlibs


Cheers,
solubacni

4
Development Deliberation /
« on: January 31, 2005, 04:25:04 am »
Quote
Originally posted by Mathious
Ok, so Im pretty confident with most parts of these instructions now - only problem is i cant get jam to work.

every time I use a jam command I get the error

-bash: jam: command not found

...im guessing this means Ive not installed it correctly?

..can anyone tell me how to install Jam properly?


If you installed jam using fink you have to have /sw/bin in your PATH environment variable.  If you couldn\'t \"see\" jam in fink then you need to add the unstable trees to your /sw/etc/fink.conf.  See fink docs for further info.

Cheers,
solubacni

5
Mac OSX Specific Issues /
« on: January 30, 2005, 08:12:41 am »
I\'ve posted this in the Building PS on the Mac thread already, but I thought I ought to cross post it here as well:

I have posted a mini-walkthrough (more like a log of what I did) on how to build planeshift. I am currently downloading art, so we\'ll see how well it works.

http://muddy.ath.cx/planeshift-install.txt

I will be updating it as I go, so I\'d rather not post it here for the interest of saving myself time in editing two copies.  I will give support as time permits, but largely you are on your own to make things work.  Just have patience, look at the clues and put stuff together.  Good luck!

regards,
solubacni

6
Development Deliberation /
« on: January 30, 2005, 08:07:45 am »
I have posted a mini-walkthrough (more like a log of what I did) on how to build planeshift.  I am currently downloading art, so we\'ll see how well it works.

http://muddy.ath.cx/planeshift-install.txt

I will be updating it as I go, so I\'d rather not post it here for the interest of saving myself time in editing two copies.

regards,
solubacni

7
Development Deliberation /
« on: January 30, 2005, 07:54:42 am »
Quote
Originally posted by Mathious

Planeshift =  http://cvs.sourceforge.net/cvstarballs/planeshift-cvsroot.tar.bz2



You don\'t want this.  Use the CVS:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co -P planeshift

Pages: [1]