[libxml++] Fwd: using libxml++
- From: Jose <jmalv04 gmail com>
- To: libxmlplusplus-general lists sourceforge net
- Subject: [libxml++] Fwd: using libxml++
- Date: Wed, 20 Jul 2005 19:22:26 +0200
not sure this message got through
thnks
---------- Forwarded message ----------
From: Jose <jmalv04 gmail com>
Date: Jul 20, 2005 1:16 PM
Subject: using libxml++
To: libxmlplusplus-general lists sourceforge net
I've installed and run the textreader example.
When I trie to run the textreader example with the Makefile below, it
builds ok but I gives a SIGSEGV when it starts.
Any ideas ?
Thanks
Jose
CXXFLAGS+= $(shell pkg-config --cflags libxml++-2.6)
CXX = g++ -g -O2 -shared $(CXXFLAGS)
LDFLAGS+= $(shell pkg-config --libs libxml++-2.6)
OBJS = parsetx.o
parse: $(OBJS)
$(CXX) -o $@ $(LDFLAGS) $(OBJS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]