[libxml++] Fwd: using libxml++



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]