On Thursday 25 December 2008 07:32, Joerg Ostertag (OSM Tettnang/Germany) wrote: > Hi, > > I need help compiling wmsplugin/webkit-image.cpp on my Debian-lenny > machine. when I try to compile I get the following errors: > > twe...@moby:~/svn.openstreetmap.org/applications/editors/josm/plugins/wmspl >ugin$ make clean rm -f *.o webkit-image webkit-image.h > twe...@moby:~/svn.openstreetmap.org/applications/editors/josm/plugins/wmspl >ugin$ make /usr/share/qt4/bin/moc webkit-image.cpp >webkit-image.h
> g++ -o webkit-image -I/usr/include/qt4 -O2 webkit-image.cpp You need to add something along the lines of -lQtCore -lQtWebKit -lQtGui to that. robert. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

