Tagged Questions
23
votes
8answers
5k views
Programming on a Nintendo DS
I was reading this answer previously and it got me interested in purchasing a Nintendo DS Lite for learning to program embedded devices. Before I go out and splurge on a DS I had a few questions:
...
0
votes
1answer
97 views
Mac proj.4 compile error
I installed proj.4 library with homebrew on my Mac 10.7 (using gcc-4.2). When trying to compile the following code:
#include <proj_api.h>
int main(void) {
projPJ pj_merc;
pj_merc = ...