ofxPiMapper icon indicating copy to clipboard operation
ofxPiMapper copied to clipboard

Compile ofxPiMapper/example_remote-client/ on Windows

Open magdesign opened this issue 5 years ago • 6 comments
trafficstars

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 src folders of the addons folder by hand to example_remote-client/src, compiling started until: ,/./src/Application/Application.o', needed by 'bin/example_remote-client.exe'. Stop.

magdesign avatar Mar 02 '20 19:03 magdesign

oh yes, there is this one block that has to be removed. hold on.

kr15h avatar Mar 02 '20 20:03 kr15h

ah no that was when compiling of. can you compile a basic openframeworks example on msys2? does it work?

kr15h avatar Mar 02 '20 20:03 kr15h

sry closed by accident

kr15h avatar Mar 02 '20 20:03 kr15h

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...

magdesign avatar Mar 02 '20 21:03 magdesign

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.

magdesign avatar Mar 03 '20 10:03 magdesign

Trying out GitHub Actions. Next step - set up compile on Windows.

kr15h avatar Nov 16 '20 17:11 kr15h