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

Compiling on Mint 18 / Ubuntu 16.04 #3

Closed
rghvdberg opened this issue Jan 21, 2019 · 1 comment
Closed

Compiling on Mint 18 / Ubuntu 16.04 #3

rghvdberg opened this issue Jan 21, 2019 · 1 comment

Comments

@rghvdberg
Copy link

Hi, thanks for this awesome plugin.

In order to compile BSlicer on Mint 18 (== Ubuntu 16.04) I had to:

  1. comment out https://github.com/sjaehn/BSlicer/blob/master/src/BSlicer_GUI.cpp#L32
    "looparray.hpp" isn't in the source tree, as far as I can tell
  2. add -std=c++11 to https://github.com/sjaehn/BSlicer/blob/master/makefile#L13 and https://github.com/sjaehn/BSlicer/blob/master/makefile#L17
    $(CC) $< -o $(BUNDLE)/$@ -std=c++11 -shared -fPIC -DPIC pkg-config --cflags --libs lv2 `$(CC) $< $(TK) -o $(BUNDLE)/$@ -std=c++11 -shared -DPUGL_HAVE_CAIRO -fPIC -DPIC `pkg-config --cflags --libs lv2 x11 cairo
@sjaehn
Copy link
Owner

sjaehn commented Jan 21, 2019

Thanks for your feedback. You are right.

  1. "looparray.hpp" is a zombie. => removed.
  2. Added.

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