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

Build fails on Linux; ofxTimeline addon ignored by build system? #38

Open
egasimus opened this issue Dec 11, 2014 · 1 comment
Open

Comments

@egasimus
Copy link

Having cloned everything according to the README, running make in openFrameworks/apps/Duration/Duration terminates with:
src/DurationController.h:37:25: fatal error: ofxTimeline.h: No such file or directory #include "ofxTimeline.h"

Setting PROJECT_CFLAGS = -I../../../addons/ofxTimeline/src results in:

In file included from src/DurationController.h:43:0, from src/DurationController.cpp:33: ../../../addons/ofxTimeline/src/ofxTLAudioTrack.h:37:51: fatal error: ofOpenALSoundPlayer_TimelineAdditions.h: No such file or directory #include "ofOpenALSoundPlayer_TimelineAdditions.h"

Setting PROJECT_CFLAGS = -I../../../addons/ofxTimeline/src -I../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions/src moves things forward, but eventually results in a huge list of linker errors.

There seem to be no object files from ofxTimeline in the list of linker options, and since they don't seem to be built by the Duration makefile, I can't manually add them to PROJECT_LDFLAGS like I did with the includes. How do I build Duration?

@tommag
Copy link

tommag commented Feb 28, 2016

It's a little late, but may be useful to others...
I found that by commenting out all blank lines (ADDON_INCLUDES =, ADDON_CFLAGS =, etc) in addons/ofxTimeline/addon_config.mk the right include paths are added automatically.

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

2 participants