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

I met this error when run make .. #3

Open
bemoregt opened this issue Dec 17, 2020 · 2 comments
Open

I met this error when run make .. #3

bemoregt opened this issue Dec 17, 2020 · 2 comments

Comments

@bemoregt
Copy link

Hi, @bakercp

I met this error when run make ..

What's wrong to me ?


iMac:ofxTSNEParallel onyx$
iMac:ofxTSNEParallel onyx$ cd example/
iMac:example onyx$
iMac:example onyx$
iMac:example onyx$ ls
Makefile addons.make src
iMac:example onyx$
iMac:example onyx$
iMac:example onyx$ make -j 4 -s
Makefile:13: /Users/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk: No such file or directory
make: *** No rule to make target `/Users/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk'. Stop.
iMac:example onyx$


I've already installed llvm using brew.

Thanks, in advance

Best,
@bemoregt.

@bakercp
Copy link
Owner

bakercp commented Dec 17, 2020

Hm .. it looks like the paths are screwed up Makefile:13: /Users/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk: No such file or directory

In the example, make sure the OF_ROOT is set correctly. It's expecting that you are running the example from the openFrameworks/addons/ofxTSNEParallel/example folder.

@bakercp
Copy link
Owner

bakercp commented Dec 17, 2020

Also, note this: #1 and note that it's pretty out of date ... I haven't tested this addon for a long while.

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