ofxPiMapper
ofxPiMapper copied to clipboard
Compile ofxPiMapper/example_remote-client/ on Windows
Can someone compile (or at least tell me how to compile) the ofxPiMapper/example_remote-client/ on a Windows computer?
As a Linux user I tried in a VM with MSYS2, but stuck in
config.addons.mk:210: *** missing separator.
error.
After spending hours on google I ask here for help, maybe someone has it already compiled and as a working exe.
(Remember to use the addons.make.norpi and include all used dlls with
'make copy_dlls')
Edit:
- I copied all contents of the
srcfolders of the addons folder by hand toexample_remote-client/src, compiling started until:,/./src/Application/Application.o', needed by 'bin/example_remote-client.exe'. Stop.
oh yes, there is this one block that has to be removed. hold on.
ah no that was when compiling of. can you compile a basic openframeworks example on msys2? does it work?
sry closed by accident
All examples with only one addon in addons.make do compile. it seems to be a bug on openframeworks but no workaround found. Also tried with the VisualCode version, but I do not get how it works...maybe we have some windows guys here?
On Linux everything compiles fine and works nice...
With VisualStudio2017. I first open the Project Generator, the select the ofxPiMapper folder and update the project, then the same with the example_remote-client folder. When done clicking on: open in IDE, which opens Visualstudio, in there I click Build Solution, which starts a build process and a few minutes later the build failed with 13335 errors...
tried several attempts with MSYS2, openframeworks and nightly, manually copied all the missing files to the corresponding folders, but still no luck.
Trying out GitHub Actions. Next step - set up compile on Windows.