iFolder on Ubuntu
alain.muls at telenet.be
alain.muls at telenet.be
Tue Dec 13 12:57:37 UTC 2005
Hi,
I compiled the simpleserver on my server and got it running (I hope ;-)) according to the following line
alain at geod01:~$ ps aux|grep -i server
root 6310 0.6 7.9 75996 25452 pts/0 Sl 10:19 1:19 /usr/bin/mono /usr/local/simias/web/bin/Simias.exe --port 8086 --ipcport 32769 --runasserver --datadir
Next I tried to compile the iFolder on my work PC, but I get a compilation error when compiling simias-event-client.c. The error is:
simias-event-client.c:40:25: error: libxml/tree.h: No such file or directory
simias-event-client.c:41:27: error: libxml/parser.h: No such file or directory
simias-event-client.c:42:26: error: libxml/xpath.h: No such file or directory
simias-event-client.c:43:35: error: libxml/xpathInternals.h: No such file or directory
There is a problem in the location of the libxml header files (they are located at /usr/include/libxml2/libxml.
When I add this path to the copmilation instruction, the compiltaion is OK. But I can hardly do that manually for every file. SO how can I instruct the autogen.sh script to include (-I switch of gcc) these files
Tx,
Alain
More information about the ubuntu-users
mailing list