

Graphic Apps
It looks like the expat library is not in the search path for the linker.
Look for a file named libexpat.so.1 or 'libexpat.so*' using locate or find.
Then add the following line to qosmic.pro toward the top:
LIBS += -L/path/to/directory/containing_libexpat/
where you use the path to libexpat you found above. Then run qmake, and then
run make. Hopefully that will do the trick. - Oct 23 2007
Look for a file named libexpat.so.1 or 'libexpat.so*' using locate or find.
Then add the following line to qosmic.pro toward the top:
LIBS += -L/path/to/directory/containing_libexpat/
where you use the path to libexpat you found above. Then run qmake, and then
run make. Hopefully that will do the trick. - Oct 23 2007
You're right, it's doesn't appear anywhere in the qt docs.
I've been using qt-4.3.1. I did a quick google with your error message, and there was something about these being part of an undocumented api used by designer. Maybe you could try updating qt if you haven't already. - Oct 05 2007
I've been using qt-4.3.1. I did a quick google with your error message, and there was something about these being part of an undocumented api used by designer. Maybe you could try updating qt if you haven't already. - Oct 05 2007