Page 1 of 1

Trying to build on FC17 64 bit

Posted: Sun Sep 30, 2012 7:16 pm
by mgscott
I had this working on Ubuntu, but have since switched to Fedora.
The bin tarball installed and built with no problems.
Trying to build the oss, I get the following:

$make -f makefile.linux
which: no moc-qt4 in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/mike/.local/bin:/home/mike/bin)
mkdir -p out
gcc -Os -D_GNU_SOURCE -D_linux_ -D_REENTRANT -shared -Wl,-z,defs -oout/libdriveio.so.0.full -Ilibdriveio/inc libdriveio/src/infolist.cpp libdriveio/src/scsihlp.cpp libdriveio/src/srlist.cpp libdriveio/src/stdquery.cpp libdriveio/src/tipclient.cpp libdriveio/src/tipcommon.cpp libdriveio/src/tipserver.cpp libdriveio/src/drives/pioneer.cpp libdriveio/src/drives/xboxhddvd.cpp \
-fPIC -Xlinker -dy -Xlinker --version-script=libdriveio/src/libdriveio.vers \
-Xlinker -soname=libdriveio.so.0 -lc -lstdc++
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
...
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
make: *** [out/libdriveio.so.0.full] Error 1

yum can't find anything resembling this. Any idea what packages I need to have to make the build work?

Re: Trying to build on FC17 64 bit

Posted: Mon Oct 01, 2012 5:24 pm
by CoderJoe
I think you need to install g++.

Re: Trying to build on FC17 64 bit

Posted: Thu Oct 04, 2012 11:22 pm
by mgscott
CoderJoe wrote:I think you need to install g++.
I had that but not c++ support. After installing that and openssl (also complained about).
Then it needed expat-devel libraries
Then rcc (QT4) development.and FINALLY it appears to have compiled.
Thanks for the pointer in the right direction.

Re: Trying to build on FC17 64 bit

Posted: Sat Oct 13, 2012 5:30 am
by jalbrizio
try using

Code: Select all

yum groupinstall "development tools"