-
Notifications
You must be signed in to change notification settings - Fork 146
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
Can't compile without mesos headers installed in system root #12
Comments
I guess I should note I've tried a bunch of things to put the includes on a path (from env vars, go cmd args, to using the cgo comment pragmas) with no luck so far. |
Hi @bretthoerner At the meanwhile, I recommend you use the 'refactor' branch under 'github.com/mesosphere/mesos-go' if you haven't yet. The native go binding is under development, hopefully we can get rid of the libmesos and cgo soon. Thanks! |
Hi @bretthoerner Now you can either change the Hope that can help! |
@bretthoerner Did you get this working? |
I never did, I used Python and Scala for what I needed at the time. |
I run into this issue too but was able to solve it by setting some env variable (from this other ticket: now that I read it again, I ended up doing make install to copy the files to the system folders, but even after that , I had to set this up:
in case it helps here. |
Closing as project no longer depend on c-based api. |
Compilation seems to assume I have mesos headers installed in
/usr/local/include
, is it possible to compile with mesos installed elsewhere? This may be more of a Go problem than a mesos-go one, but the folks in #mesos asked me to make a ticket for now.The text was updated successfully, but these errors were encountered: