-
Notifications
You must be signed in to change notification settings - Fork 30
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
how to fix this? #41
Comments
what eversion of openFrameworks are you buliding against? On Fri, Mar 13, 2015 at 1:12 PM, cyrstem [email protected] wrote:
|
feature-64bit branch the one from the read me setup ? follow the steps but can't build ... |
We switched to CLOUDS branch now what operating system and version? On Fri, Mar 13, 2015 at 1:26 PM, cyrstem [email protected] wrote:
|
so what should i do ? just updated |
Ahh, We don't have a project file that works yet for 10.10 :( the builds run On Fri, Mar 13, 2015 at 3:16 PM, cyrstem [email protected] wrote:
|
What about switching the Base SDK to 10.9 in the build settings? www.neilmendoza.com On 14 March 2015 at 08:30, James George [email protected] wrote:
|
Thanks Neil - Does it work for you? On Sun, Mar 15, 2015 at 2:26 PM, Neil Mendoza [email protected]
|
nop gives me a new error /Volumes/GhOsT/Creative Coding/OF/of_v0.8.4_osx_release/addons/ofxSubtitles/src/ofxSubtitles.h:14:10: 'ofxTimecode.h' file not found witch is strange because i can see it right there . |
perhaps re-add that addon to to the project file? On Sun, Mar 15, 2015 at 2:40 PM, cyrstem [email protected] wrote:
|
neither ill check in other system |
Hi, Xcode 6 should now be fixed. Could you give this another try? |
ok ill try now thanks |
nop not working either |
Hey there, can you post more info about what errors your getting? On Tue, Mar 17, 2015 at 1:01 PM, cyrstem [email protected] wrote:
|
same error i'll try downloading again |
its' most likely a problem with your addon configurations. Did you run the On Tue, Mar 17, 2015 at 1:08 PM, cyrstem [email protected] wrote:
|
yeah thats the weird thing the sh run just fine, but ill try form the start again see what i did wrong |
yeah i change branch from that one but i got the same error, i try everything from the start again ill take a while to download but i keep trying hehe |
cool, thanks for your persistence. It's always good to make sure things are Let us know how it goes. On Tue, Mar 17, 2015 at 1:20 PM, cyrstem [email protected] wrote:
|
Guys, I was trying to replicate this error, and i found a few of errors in the cloneaddons script.
|
Ahh good call! that's an error: please replace that with this https://github.com/CLOUDS-Interactive-Documentary/ofxRGBDepth On Tue, Mar 17, 2015 at 1:48 PM, Gorka Cortázar [email protected]
|
I finally managed to get the application compile and runs in OSX. you have to do the following steps:
I also rename a namespace in the ofxSubtitles, i think that there is a typo of an ofxTimeline related class? After that the application compiles and run (at least the general version) throwing the expected error because it misses the movies and the file that defines where they are located. I get a lot of errors of presets, media and from CloudsFCPParser, also expected from the core with no media, but the last one I am not that sure of what it is for. One think that i didn't understand is that the time line is no accepting the play command, it may be related to the missing media and parsing errors? |
@gorkacortazar great work! I'm sure you are the first to actually get this building. I will create an issue for creating a build target for the public version that removes the private repos. We are currently working on the public release,and will be making the media available for the open source version to link against. |
every time try to build clouds i get this
clang: error: no such file or directory: '/Volumes/GhOsT/Creative Coding/OF/openFrameworks/libs/openFrameworks/sound/ofBaseSoundPlayer.cpp'
clang: warning: -lpthread: 'linker' input unused
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
with exit code 1
how can i fixed
The text was updated successfully, but these errors were encountered: