dsantiag / quickvina

Automatically exported from code.google.com/p/quickvina
Apache License 2.0
0 stars 0 forks source link

Please help with installation of QuickVina #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I would like to try QuickVina, however, I am struggling to install the 
software.

I am using Ubuntu 12.04 (updated as of today, 28 Feb 2014) 
I have installed Boost 1.55.
I have changed the Makefile in the directory ~/quickvina/build/linux as follows:
BASE=/usr/local/include/boost
BOOST_VERSION=1_55
BOOST_INCLUDE = $(BASE)/include
C_PLATFORM=-static -pthread
GPP=g++
C_OPTIONS= -O3 -DNDEBUG
BOOST_LIB_VERSION=1_55

I then use "make", but I get the following error message:
g++ -static -pthread -ansi -Wno-long-long -O3 -DNDEBUG -I 
/usr/local/include/boost/include  -I ../../../src/lib -o main.o -c 
../../../src/main/main.cpp 
../../../src/main/main.cpp: In function ‘path make_path(const string&)’:
../../../src/main/main.cpp:51:44: error: invalid conversion from ‘bool 
(*)(const string&) {aka bool (*)(const std::basic_string<char>&)}’ to 
‘boost::enable_if_c<true, void>::type* {aka void*}’ [-fpermissive]
/usr/local/include/boost/filesystem/path.hpp:135:5: error:   initializing 
argument 2 of ‘boost::filesystem::path::path(const Source&, typename 
boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>, 
typename boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
boost::decay<Source>::type> >::type = void]’ [-fpermissive]
../../../src/main/main.cpp: In function ‘int main(int, char**)’:
../../../src/main/main.cpp:673:57: error: ‘path’ has no member named 
‘native_file_string’
../../../src/main/main.cpp:685:80: error: ‘path’ has no member named 
‘native_file_string’
make: *** [main.o] Error 1

Any help will be greatly appreciated.

Thank you.
Andre 

Original issue reported on code.google.com by standera...@gmail.com on 28 Feb 2014 at 4:06

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I was able to get it compiled on Ubuntu 12.04 after fixing all the deprecated 
boost functions. email me at moldoverb at gmail dot com

Original comment by moldov...@gmail.com on 7 Jul 2014 at 9:07

GoogleCodeExporter commented 9 years ago
I am having the same issue Andre described. Alternatively, a precompiled 
executable for x64 Linux would be great...

Original comment by rodrigoq...@gmail.com on 25 Sep 2014 at 1:51