-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Compile ofxPiMapper/example_remote-client/ on Windows #172
Comments
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. On Linux everything compiles fine and works nice... |
With VisualStudio2017. 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. |
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:
src
folders 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.
The text was updated successfully, but these errors were encountered: