Oliver Welter wrote:

Hi Folks,

strange thing...

I tried to compile RA side on a fresh Suse9.1 system and get an error in string.h....
When I disable ocspd it compiles without problem.


The same config on my Suse9.0 box runs fine....

Any ideas ?

Oliver

Config:
#!/bin/sh

VER=0.9.2

PREFIX=/usr/local/openca

# removed because there is a distribution dependend default
#  --with-httpd-fs-prefix=${PREFIX}/httpd \

one general hint:
the configure command has changed for 0.9.2 so some of your directives are not anymore necessary or working at all for configure and those parameters are set at a later step in the file .../etc/config.xml at the installed place and so can be changed later on too ;o)


  -c -o db.o `test -f 'db.c' || echo './'`db.c; \
then mv ".deps/db.Tpo" ".deps/db.Po"; \
else rm -f ".deps/db.Tpo"; exit 1; \
fi
In file included from /usr/include/lber.h:30,
                 from /usr/include/ldap.h:30,
                 from db.c:29:
/usr/include/string.h:38: error: parse error before '(' token
/usr/include/string.h:38: error: parse error before "void"
/usr/include/string.h:42: error: parse error before '(' token
/usr/include/string.h:42: error: parse error before "void"
/usr/include/string.h:257: error: conflicting types for `bcopy'
/usr/include/string.h:42: error: previous declaration of `bcopy'

hmm - i don't have an idea so far - since the string.h looks like an system include


are there different compilers (gcc) versions for 9.0 and 9.1?

greetings
dalini


------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to