1. APRSK needs to point the the include directory (not the parent)
2. Though it only compiles a C file, the makefile uses g++ which I had to install
3. Then it didn't compile because of an assignment to a const char * on line 61 of pl_infovide_SVNJni_SVNAuthorization.c, so I redefined 'sep_place' to char * (not const char * ) and downcast the result of strchr;
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-07-29
Sorry, APRSK should of course be APRSDK
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Had the most fun with getting the authorization.
1. APRSK needs to point the the include directory (not the parent)
2. Though it only compiles a C file, the makefile uses g++ which I had to install
3. Then it didn't compile because of an assignment to a const char * on line 61 of pl_infovide_SVNJni_SVNAuthorization.c, so I redefined 'sep_place' to char * (not const char * ) and downcast the result of strchr;
Sorry, APRSK should of course be APRSDK