radekp / qtmoko

QtExtended, formerly known as Qtopia from TrollTech, discontinued by Nokia
http://qtmoko.org
Other
70 stars 39 forks source link

compile errors when configured with -debug #155

Open Artox opened 10 years ago

Artox commented 10 years ago

So far I found one compile error:

/home/somebody/qtmoko/src/libraries/qtopiawhereabouts/gpsdwhereabouts.cpp: In member function 'virtual void QGpsdWhereabouts::timerEvent(QTimerEvent)': /home/josua/qtmoko/src/libraries/qtopiawhereabouts/gpsdwhereabouts.cpp:140:77: error: request for member 'set' in '((QGpsdWhereabouts)this)->QGpsdWhereabouts::gps_data', which is of pointer type 'gps_data_t*' (maybe you meant to use '->' ?)

The fix is pretty simple, replacing the .set by ->set in line 140 of that file. I am not making a pullrequest since I dont want to clone a git repo for a one-liner.

I will look for more problems during the build but hope not to find any