We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Update: I have a working library now. See my pull request.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: