openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

make command is not working on msys2 + windows

Open icq4ever opened this issue 2 years ago • 3 comments

make failed with "projectgenerator.exe" delivered with oF 0.12.0 msys2 for windows.

find: ‘....../libs/openFrameworksCompiled/project/msys2/config.*.mk’: No such file or directory

I found that generated config.make in project.

OF_ROOT=..\..\..

and this should be ../../.. or commented out. after fix this. make command works.

FYI. I tested with oF0.12.0 msys2 version which can from openframeworks.cc website.

icq4ever avatar Sep 19 '23 07:09 icq4ever

btw. I'm not sure this issue reproduce in english version of windows. can anyone test this ?

icq4ever avatar Sep 19 '23 07:09 icq4ever

tagging @oxillo and @dimitre as this might be PG related too.

ofTheo avatar Sep 19 '23 15:09 ofTheo

single back-slash are causing problems in MSYS2. I would recommend to keep Linux style forward slash (instead of double back slashes) to keep compatibility of generated Makefiles with Linux, Mac,...

oxillo avatar Sep 20 '23 18:09 oxillo