Forum: Development
2010-04-28, 09:22
|
Replies: 16
Views: 4,961
Re: liblocation, undefiend reference
The project/application is built using make. make relies on special files called Makefiles. These are typically generated on the fly by ESbox so you won't have to bother understanding them.
In...
|
Forum: Development
2010-04-28, 09:13
|
Replies: 16
Views: 4,961
Re: liblocation, undefiend reference
nicolai beat me to it.
Just as he pointed out, you have no instruction to the linker to look in liblocation for symbols that will satisfy the function calls in your code.
The flag -l means "Add...
|
Forum: Development
2010-04-28, 09:01
|
Replies: 16
Views: 4,961
|
Forum: Development
2010-01-31, 10:34
|
Replies: 7
Views: 5,912
Re: Gps emulator
Unfortunatly, I think you can't test liblocation in scratchbox.
The software I've developed, just use GPS device with gps_open and gps_close call.
I'd like to know a way to test liblocation in...
|
Forum: Development
2008-01-21, 14:54
|
Replies: 5
Views: 1,740
|