[OGo-Users] [solved?] compile OgO on x86_64 / Ubuntu 7.10

Albrecht Dreß users@opengroupware.org
Fri, 11 Jan 2008 11:07:29 +0100


Hi,

by comparing the installation dirs on the FC 6 and the Ubuntu box, I  
was able to resolve (hopefully!) the evil Defaults problem: apparently,  
running "make GNUSTEP_INSTALLATION_DIR=/opt/ogo  
FHS_INSTALL_ROOT=/opt/ogo install" in the libFoundation folder wasn't  
enough, as all the resources were missing in the target folder...   
After running

make -C Foundation install
make -C Resources install

Defaults works as expected.  Puuuh.....  I will now continue with the  
rest.  If you're interested, I could post a shell script which  
demonstrates how to compile everything.

Thanks a lot for your support!

Cheers, Albrecht.