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

missing dependencies to compile on Linux (Debian) #49

Open
jimy-byerley opened this issue Dec 30, 2016 · 3 comments
Open

missing dependencies to compile on Linux (Debian) #49

jimy-byerley opened this issue Dec 30, 2016 · 3 comments

Comments

@jimy-byerley
Copy link

jimy-byerley commented Dec 30, 2016

Hi ! I tried to build the library for CuraEngine, but I have the following error at compile time, after proceeded your instructions (no problem with cmake):

[ 5%] Building CXX object CMakeFiles/Arcus.dir/src/MessageTypeStore.cpp.o /home/jimy/programs/cura-3D-printer/libArcus-master/src/MessageTypeStore.cpp:26:47: fatal error: google/protobuf/compiler/importer.h: Aucun fichier ou dossier de ce type
#include <google/protobuf/compiler/importer.h>
compilation terminated.
CMakeFiles/Arcus.dir/build.make:100: recipe for target 'CMakeFiles/Arcus.dir/src/MessageTypeStore.cpp.o' failed
make[2]: *** [CMakeFiles/Arcus.dir/src/MessageTypeStore.cpp.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/Arcus.dir/all' failed
make[1]: *** [CMakeFiles/Arcus.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2

So what's this directory: "google" ? It doesn't appear in the library's project.

@thopiekar
Copy link
Contributor

I would personally say that you are using a version of Protobuf, which is not up-to-date.
For this reason I had to make my own packages in my PPA. Afaik Debian comes only in the experimental repository with protobuf 3.
Correct me if I'm wrong.

@onitake
Copy link
Contributor

onitake commented Feb 15, 2017

Debian has protobuf3 available in the testing (stretch) repository.
jessie still only has protobuf2, unfortunately.

@jimy-byerley
Copy link
Author

Ok thanks, I will try it after the freeze end.

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

3 participants