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

make 4.3 breaks compilation #6535

Closed
kflak opened this issue Feb 10, 2020 · 3 comments · Fixed by #6566
Closed

make 4.3 breaks compilation #6535

kflak opened this issue Feb 10, 2020 · 3 comments · Fixed by #6566

Comments

@kflak
Copy link

kflak commented Feb 10, 2020

Every project that depends on addons with an addon_config.mk file will not compile with make 4.3.1 on Arch Linux. I am getting the error:

Compiling kinectExample for Release
make[1]: Entering directory '/home/kf/of_v20200208_linux64gcc6_release/examples/computer_vision/kinectExample'
/home/kf/of_v20200208_linux64gcc6_release/libs/openFrameworksCompiled/project/makefileCommon/config.addons.mk:210: *** missing separator.  Stop.
make[1]: Leaving directory '/home/kf/of_v20200208_linux64gcc6_release/examples/computer_vision/kinectExample'
make: *** [/home/kf/of_v20200208_linux64gcc6_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2

Downgrading to make 4.2.1 solves the issue. The issue persists over all the versions of oF that I've tried: 0.11, nightly builds etc.

@arturoc arturoc changed the title make 4.3 breaks compilation on Linux make 4.3 breaks compilation Feb 12, 2020
@arturoc
Copy link
Member

arturoc commented Feb 12, 2020

This is now happening for msys2 as well which is failing the CI tests since it's using make 4.3 already

@arturoc
Copy link
Member

arturoc commented Feb 12, 2020

related issue: #5582

@gevhaz
Copy link

gevhaz commented Apr 3, 2020

Same issue on Manjaro when trying to compile projectGenerator. Downgrading makes it possible to compile.

This was referenced Apr 5, 2020
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

Successfully merging a pull request may close this issue.

3 participants