Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile errors when configured with -debug #155

Open
Artox opened this issue Aug 30, 2013 · 0 comments
Open

compile errors when configured with -debug #155

Artox opened this issue Aug 30, 2013 · 0 comments

Comments

@Artox
Copy link

Artox commented Aug 30, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant