From: SourceForge.net <no...@so...> - 2003-11-29 22:41:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2310276 By: awikemplu I got the following message as I tried to compile qpeGPS 0.9.1: gcc -o qpegps gpsdata.o client.o mapdisp.o mapinfo.o maps.o settings.o fetchmap.o route.o dirview.o dirdialog.o gpsstatus.o track.o qpegps.o moc_gpsdata.o moc_client.o moc_maps.o moc_mapdisp.o moc_mapinfo.o moc_settings.o moc_fetchmap.o moc_route.o moc_dirview.o moc_dirdialog.o moc_gpsstatus.o moc_track.o moc_qpegps.o -L/opt/Qtopia/lib -lm -lqpe -lqte /opt/Qtopia/lib/libqte.so: undefined reference to `QWizard::staticMetaObject()' collect2: ld returned 1 exit status make: *** [qpegps] Error 1 I downloaded the source files using the cvs command on the website to get 0.9.1. Before compiling I did tmake -o Makefile qpegps.pro I can successfully build the example project of Qtopia, so I think I don't know where the error could be. I'm trying to take a look at the codes to see if my programming skill is enough to help contribute in this project. Awi ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=186974 |