> gcc -I xpdf -I xpdf/fofi -I xpdf/goo -I xpdf/xpdf -I image/zlib -I > image/png -I /usr/include pdf2xml.cpp > > But this was obviously wrong. It produced a huge pile of error messages > suggesting that it did not find all kinds of libpng related stuff. I > have obviously installed libpoppler-dev and libpng-dev.
you don't need spaces between -l and the library you're linking. So, eg -limage/png That may not be the only problem.... Matthew _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
