Hi,
I followed the instructions on that link but I can't still compile SOPE.
This is the output I get:
./configure --with-gnustep --enable-debug --disable-strip GNUstep environment:
system: /usr/System
local: /usr/Local
user: /root/GNUstep
path: /usr/System:/usr/Network:/usr/Local:/root/GNUstep
flat: yes
arch: x86_64-redhat-linux-gnu
combo: gnu-gnu-gnu
Note: will install in GNUSTEP_LOCAL_ROOT: /usr/Local
Configuration:
FHS: install in GNUstep tree
debug: yes
strip: no
prefix: /usr/Local
frameworks:
gstep: /usr/lib64/GNUstep/Makefiles
config: /root/SOPE/config.make
script: /usr/lib64/GNUstep/Makefiles/GNUstep.sh
creating: /root/SOPE/config.make
optional library found: xml2
optional library found: ldap
optional library found: ssl
optional library found: pq
failed to link optional library: mysqlclient
configuring NGStreams library .... done (log in config-NGStreams.log).
and then when I execute make:
This is gnustep-make 2.6.2. Type 'make print-gnustep-make-help' for help.
Making all in sope-xml ...
Making all in SaxObjC ...
Making all for library libSaxObjC...
Compiling file SaxAttributeList.m ...
SaxAttributeList.m: In function '-[SaxAttributeList addAttribute:type:value:]':
SaxAttributeList.m:90: error: cannot find interface declaration for 'NXConstantString'
make[5]: *** [obj/libSaxObjC.obj/SaxAttributeList.m.o] Error 1
make[4]: *** [internal-library-all_] Error 2
make[3]: *** [libSaxObjC.all.library.variables] Error 2
make[2]: *** [internal-all] Error 2
make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error 2
Any idea about what I'm missing?
Thanks in advance,