Search found 6 matches

by sjoerd222
07 Apr 2008, 22:20
Forum: Support and Bug reports
Topic: Building problems with libxml
Replies: 10
Views: 2765

Re: Building problems with libxml

yeah, thx.
Now the header files are found
by sjoerd222
03 Apr 2008, 09:36
Forum: Support and Bug reports
Topic: Building problems with libxml
Replies: 10
Views: 2765

Re: Building problems with libxml

$ pkg-config --libs libxml-2.0
-lxml2
by sjoerd222
02 Apr 2008, 21:11
Forum: Support and Bug reports
Topic: Building problems with libxml
Replies: 10
Views: 2765

Re: Building problems with libxml

g++ `sdl-config --libs` `sdl-config --cflags` -lGL -lGLU -lSDL -lSDL_image -lpthread `pkg-config --libs libxml-2.0` -g -o prog main.cpp main.cpp:36:27: Error: libxml/parser.h: file or folder not found I use a another symplified makefile for some reasons. I just want to know how to let the compiler f...
by sjoerd222
01 Apr 2008, 19:36
Forum: Support and Bug reports
Topic: Building problems with libxml
Replies: 10
Views: 2765

Re: Building porblems with libxml

g++ `sdl-config --libs` `sdl-config --cflags` -lGL -lGLU -lSDL -lSDL_image -lpthread -g -o prog main.cpp
by sjoerd222
01 Apr 2008, 16:42
Forum: Support and Bug reports
Topic: Building problems with libxml
Replies: 10
Views: 2765

Re: Building porblems with libxml

OS: Fedora 7
path: /usr/include/libxml2/libxml/
by sjoerd222
31 Mar 2008, 22:07
Forum: Support and Bug reports
Topic: Building problems with libxml
Replies: 10
Views: 2765

Building problems with libxml

Hi

I got probelms building your sourcecode, the libxml/parser.h and other libxml header files are not found. I installed libxml-devel 1.8 and libxml2-devel 2.6.31.
I don't know what's wrong. Any suggestions? what could be wrong?

Are there compilerflags needed?

thx

sjoerd222