Hi Ferry, Thanks for the patches, I've had to make some small changes (CMake related). Could you verify if it now works for you?
Thanks again! --- Author: abroekhuis Date: Fri Jun 22 13:07:15 2012 New Revision: 1352872 URL: http://svn.apache.org/viewvc?rev=1352872&view=rev Log: Fixed building on Linux 64bit systems Applied patches from Ferry Huberts, fixed some small CMake related issues. --- 2012/6/22 Ferry Huberts <[email protected]> > From: Ferry Huberts <[email protected]> > > These are some quick and dirty patches I need to be > able to build on Fedora 17 x86_64. > > Disclaimer: I know almost nothing about cmake. > > Note: the website instructions on building is missing the dependency on > openslp > > Ferry Huberts (3): > add build directory and instructions > add -fPIC to remote services > do not statically link system libraries > > .gitignore | 4 +--- > BUILDING | 6 ++++++ > build/.gitignore | 2 ++ > remote_services/CMakeLists.txt | 12 ++++++++++++ > remote_services/discovery/CMakeLists.txt | 2 +- > remote_services/example_endpoint/CMakeLists.txt | 2 +- > remote_services/example_proxy/CMakeLists.txt | 2 +- > remote_services/remote_service_admin/CMakeLists.txt | 2 +- > 8 files changed, 25 insertions(+), 7 deletions(-) > create mode 100644 BUILDING > create mode 100644 build/.gitignore > > -- > 1.7.10.2 > > -- Met vriendelijke groet, Alexander Broekhuis
