Alexander Axglimt
Alexander Axglimt
Tried, ./autogen.sh works, creating a configure file. :) Running ./configure also seems to work :) But i get a warning and notes running make :( In the "ne_xml.c" file And...
ok! Configure: ``` checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether...
make: ``` gcc -DHAVE_CONFIG_H -I. -I./lib -I/usr/include/libxml2 -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -g -O2 -I./neon/src -o src/cadaver.o -c src/cadaver.c gcc -DHAVE_CONFIG_H -I. -I./lib -I/usr/include/libxml2 -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -g -O2 -I./neon/src -o src/common.o -c src/common.c...
Ok! that cleared the warnings :) But i still get errors in sudo make install: ``` make[1]: Entering directory '/home/xxx/temp/cadaver/po' test ! -f ./cadaver.pot || \ test -z "es.gmo [email protected]"...
ok i'll try, do i need to clear something before running configure again or will it overwrite?
Success! :) Thank you!