I just finished downloading the PS source and art package and was trying to compile it on Mandrake Linux 9.0. I switched into the my_planeshift directory and ran the build.sh script. After compiling for a while, it exited without any errors. However, when I ran the make_distro.sh script, I received the following messages:
cp: cannot stat `cel/*.so\': No such file or directory
cp: cannot stat `planeshift/*so\': No such file or directory
cp: cannot stat `planeshift/psclient\': No such file or directory
cp: cannot stat `planeshift/pssetup\': No such file or directory
cp: cannot stat `planeshift/updater\': No such file or directory
I then ran the build.sh script again, just for the heck of it, and it didn\'t do much considering everything seems to already be compiled, but I did recieve the following message:
data/Jamfile: No such file or directory
plugins/cssaver/Jamfile: No such file or directory
apps/Jamfile: No such file or directory
...patience...
don\'t know how to make
skinlex.cpp
don\'t know how to make skinpars.cpp
...patience...
...found 2463 target(s)...
...can\'t find 2 target(s)...
...can\'t make 3 target(s)...
...skipped skinlex.o for lack of skinlex.cpp...
...skipped skinpars.o for lack of skinpars.cpp...
...skipped aws.so for lack of skinlex.o...
...skipped 3 target(s)...
Any help with this would be greatly appreciated. Thank you.