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

Building libisolator is not working #17

Open
rorysavage77 opened this issue May 12, 2016 · 1 comment
Open

Building libisolator is not working #17

rorysavage77 opened this issue May 12, 2016 · 1 comment

Comments

@rorysavage77
Copy link

root@b96220109860:/build# cmake .
-- Supported compiler used: GCC
-- Searching for mesos root in: "/mesos"
-- Using mesos root folder: "/mesos"
-- Using mesos build folder: "/mesos/build"
-- Using mesos lib: "/mesos/build/src/.libs/libmesos.so"
-- Using mesos src folder: "/mesos/src"
-- Mesos library used: "/mesos/build/src/.libs/libmesos.so"
-- Configuring done
-- Generating done
-- Build files have been written to: /build
root@b96220109860:/build# make
[ 4%] Building CXX object libisolator/CMakeFiles/isolator.dir/flocker_control_service_client.cpp.o
/build/libisolator/flocker_control_service_client.cpp: In member function 'virtual Trystd::basic_string FlockerControlServiceClient::createDataSet(UUID, std::string)':
/build/libisolator/flocker_control_service_client.cpp:27:67: error: 'FlockerEnvironmentalVariables' has not been declared
uuid.toString() + "", "metadata": { "" + FlockerEnvironmentalVariables::FLOCKER_ID + "": "" + flockerId + "" }}' https://" + flockerControlIp + ":" + stringify(flockerControlPort) +
^
make[2]: *** [libisolator/CMakeFiles/isolator.dir/flocker_control_service_client.cpp.o] Error 1
make[1]: *** [libisolator/CMakeFiles/isolator.dir/all] Error 2
make: *** [all] Error 2

@rorysavage77
Copy link
Author

Update: I have a working library now. See my pull request.

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

1 participant