hi,
I want to compile the apache adaptor on LINUX AS (I'm using apache2).
I've used these documentation
<http://www.tetlabors.de/wo/setup_webobjects_on_linux.html>
But the compilation don't work. I've the error :
../Adaptor/xmlctokenizer.c: In function `xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: attention : comparaison est toujours
fausse en raison d'une gamme limitée de type de données
../Adaptor/xmlctokenizer.c:321: attention : comparaison est toujours
fausse en raison d'une gamme limitée de type de données
../Adaptor/xmlctokenizer.c: In function `xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: attention : comparaison est toujours
fausse en raison d'une gamme limitée de type de données
../Adaptor/xmlctokenizer.c:321: attention : comparaison est toujours
fausse en raison d'une gamme limitée de type de données
make[1]: *** Pas de règle pour fabriquer la cible « cc », nécessaire
pour « mod_WebObjects.o ». Arrêt.
make: *** [Apache] Erreur 2
visibly it can't find the ${CC} but when I skip it I've other errors !
Someone can help me? or give me some links on other doc?
Thank you
Here is the end of my makefile :
------------------------------------------------------------------
ifeq "LINUX" "${OS}"
# Flags for use when enabling mod_ssl support
ENABLE_SSL_SUPPORT =
# These should be set to point at the ssl include and lib directories,
respectively.
OPENSSL_INCL_FLAGS =
OPENSSL_LIB_FLAGS =
APACHE_INCL_FLAGS = -I/usr/include
CFLAGS +=-DEAPI ${APACHE_INCL_FLAGS}
LDFLAGS +=-G -L/lib -lc ${OPENSSL_LIB_FLAGS}
endif
CFLAGS += ${OPENSSL_INCL_FLAGS}
APXSFLAGS = -i
all: mod_WebObjects.so
mod_WebObjects.so : mod_WebObjects.o ${COMMON_OBJFILES} ld ${LDFLAGS}
mod_WebObjects.o ${COMMON_OBJFILES} -o mod_WebObjects.so ${APXS}
${APXSFLAGS} mod_WebObjects.so
mod_WebObjects.o : mod_WebObjects.c ${COMMON_OBJFILES} ${CC} -c
${CFLAGS} mod_WebObjects.c ${COMMON_OBJFILES}
clean:
rm -f mod_WebObjects.so mod_WebObjects.o *.o
include ../Adaptor/make.postamble
--
Céline Bissler
University of NANCY 1
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [email protected]