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

Compile ofxPiMapper/example_remote-client/ on Windows #172

Open
magdesign opened this issue Mar 2, 2020 · 6 comments
Open

Compile ofxPiMapper/example_remote-client/ on Windows #172

magdesign opened this issue Mar 2, 2020 · 6 comments

Comments

@magdesign
Copy link
Contributor

magdesign commented Mar 2, 2020

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.
@kr15h
Copy link
Owner

kr15h commented Mar 2, 2020

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

@kr15h
Copy link
Owner

kr15h commented Mar 2, 2020

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

@kr15h kr15h closed this as completed Mar 2, 2020
@kr15h kr15h reopened this Mar 2, 2020
@kr15h
Copy link
Owner

kr15h commented Mar 2, 2020

sry closed by accident

@magdesign
Copy link
Contributor Author

magdesign commented Mar 2, 2020

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
Copy link
Contributor Author

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.

@kr15h
Copy link
Owner

kr15h commented Nov 16, 2020

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

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

No branches or pull requests

2 participants