Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

ofxAndroidUtils.h

$
0
0

@powlow wrote:

Hi,

New to OF and stuck on a setup step. Any help is much appreciated.

I’ve setup xcode and OF. I used the projectGenerator app to generate a new project and inlcude all the available addons to make sure everything can be found. When I open up the project in Xcode and try to compile, I get the following error and can’t figure out why exactly.

‘ofxAndroidUtils.h’ file not found
in addons/ofxGPS/src/Android/ofxGPSImplAndroid.cpp
And its marked as Lexical or Preprocessor issue

Can anyone shed some light on this and how to fix it?
It looks like a path issue to me because I can see ofxAndroidUtils.h in the addons/ofxAndroid/src folder

Also, changing the include from :
#include “ofxAndroidUtils.h”
to
#include “…/…/…/ofxAndroid/src/ofxAndroidUtils.h”

Means compiling no longer has this error but creates others, also for unfound header files.

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles