I CVS checkout dreamgl to my /usr/local/ps2dev directory.
cd to /usr/local/ps2dev/dreamgl and run make.
Compile failed on creating lib/libdreamgl.a .
I mkdir ./lib and run make again.
That part compiled without failure.
Same thing happened with bin. After I mkdir ./bin that part worked.
I would have thought gcc could create directories on the -o option. I looked in other CVS projects and needed directories already exist, so ...
dreamgl compile failure
mkdir of bin and lib should be in makefile. Feel free to add it :P
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
I only have ps2dev. I have been doing checkout this way:
cd /usr/local/ps2dev
cvs checkout ps2Perf
I get /usr/local/ps2dev/ps2Perf
cd ps2Perf
make
When it's done I find libps2Perf.a in /usr/local/ps2dev/ps2Perf/ee/lib . There is no lib directory under ps2Perf as built straight from cvs. I'm running cygwin and I used Lukasz's tool-chain setup script. I keep my own development files under my home directory.
cd /usr/local/ps2dev
cvs checkout ps2Perf
I get /usr/local/ps2dev/ps2Perf
cd ps2Perf
make
When it's done I find libps2Perf.a in /usr/local/ps2dev/ps2Perf/ee/lib . There is no lib directory under ps2Perf as built straight from cvs. I'm running cygwin and I used Lukasz's tool-chain setup script. I keep my own development files under my home directory.
I don't get it (what or how it serves the greater good). But anyway, this may be a bit off topic but here is my setup
PS2DEV=/usr/local/ps2dev
PS2SDK=/usr/local/ps2dev/ps2sdk
Would it be better if I made PS2SDK point somewhere else? What are good suggestions? Maybe,
PS2DEV is okay.
PS2SDK = /usr/local/cvs/ps2sdk or /usr/local/ps2cvs/ps2sdk
everything I checkout from cvs goes in /usr/local/cvs and is built from there? And if I understand correctly, the makefiles will copy the necessary headers and libraries over to PS2DEV? Cool!
PS2DEV=/usr/local/ps2dev
PS2SDK=/usr/local/ps2dev/ps2sdk
Would it be better if I made PS2SDK point somewhere else? What are good suggestions? Maybe,
PS2DEV is okay.
PS2SDK = /usr/local/cvs/ps2sdk or /usr/local/ps2cvs/ps2sdk
everything I checkout from cvs goes in /usr/local/cvs and is built from there? And if I understand correctly, the makefiles will copy the necessary headers and libraries over to PS2DEV? Cool!