[OGo-Developer] GNUstep make tree?

Antony Gelberg developer@opengroupware.org
Wed, 25 Apr 2007 16:24:21 +0100


Adam Tauno Williams wrote:
>> I'm building from SVN.  I've built and installed SOPE, but when I try to
>> build OGo (following possibly outdated
>> http://www.opengroupware.org/en/devs/build/ogo.html):
>> antony@myung:~/src/svn/ogo-trunk$ ./configure --enable-debug
>> error: please specify a GNUstep make tree!
>> I'm sure it's simple, but I'm clueless.
> 
> I do -
> . /usr/local/OGo-GNUstep/Library/Makefiles/GNUstep.sh 
> ./configure --enable-debug --without-pisock
> 

I had no GNUstep.sh in my ogo trunk.  So I did a bit of searching and
installed Debian package gnustep-make-ogo, which includes
/usr/lib/opengroupware.org/System/Library/Makefiles/GNUstep.sh.  I was
then able to source that file, similar to you above.  However, then my
build stops with
/usr/lib/opengroupware.org/System/Library/Makefiles/wobundle.make.  Sure
enough, it's not there:
antony@myung:~/src/svn/ogo-trunk$ ls
/usr/lib/opengroupware.org/System/Library/Makefiles
Additional           GNUstep.sh                palette.make
aggregate.make       gswapp.make               relative_path.sh
application.make     gswbundle.make            resource-set.make
Auxiliary            install-sh                rules.make
bundle.make          Instance                  service.make
clean_cpu.sh         ix86
spec-debug-alone-rules.template
clean_os.sh          java-executable.template  spec-debug-rules.template
clean_vendor.sh      java.make                 spec-rules.template
clibrary.make        java-tool.make            strip_makefiles.sh
common.make          jni.make                  subproject.make
config.guess         ld_lib_path.csh           tar-exclude-list
config.make          ld_lib_path.sh            target.make
config.sub           library-combo.make        test-application.make
cpu.sh               library.make              test-library.make
ctool.make           Master                    test-tool.make
documentation.make   messages.make             tool.make
executable.template  mkinstalldirs             transform_paths.sh
fixpath.sh           names.make                vendor.sh
framework.make       native-library.make       which_lib
GNUstep.csh          objc.make
GNUstep-reset.sh     os.sh
antony@myung:~/src/svn/ogo-trunk$

I assume that I'm using an old version - where should I get the most
up-to-date Makefiles, and what did I miss in the build guide?

Antony