View Single Post
  #7  
Old 10th September 2014, 13:12
hatijahat hatijahat is offline
Senior Member
 
Join Date: Dec 2012
Malaysia
Posts: 43
Default
Quote:
Originally Posted by firefly007 View Post
Most of the problems with Ocelot is due to errors during installation of libs,if there are errors during installation of Ocelot's libs Eg. Libboost Ocelot will not work!!
oh.. i see.. that why when i compile i saw something like 500+ file is not install.. only a few of it success..

i will try to update the libboost..
i will update here.. if i have success..
thanks all for sharing a bit of idea..

Bump: damn.. i stuck at this one.. always stuck here..


Code:
g++ -DPACKAGE_NAME=\"ocelot\" -DPACKAGE_TARNAME=\"ocelot\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"ocelot\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_IOSTREAMS=/\*\*/ -DHAVE_BOOST_SYSTEM=/\*\*/ -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I.  -std=c++11 -march=native -O2 -fvisibility=hidden -fvisibility-inlines-hidden -fomit-frame-pointer -fno-ident -pthread -Wall -Wfatal-errors -Wl,O1 -Wl,--as-needed -I/usr/include -I/usr/include/mysql++ -I/usr/include -I/usr/include/mysql   -g -O2 -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.cpp
mv -f .deps/config.Tpo .deps/config.Po
g++  -g -O2 -lboost_iostreams-mt -lboost_system -L/usr/lib -pthread -L/usr/lib/x86_64-linux-gnu/ -o ocelot db.o events.o misc_functions.o ocelot.o report.o response.o schedule.o site_comm.o user.o worker.o config.o -lboost_iostreams-mt -lboost_system -lev -lmysqlpp
root@ltti1:~/ocelot-0.8# make install
make[1]: Entering directory `/root/ocelot-0.8'
 /bin/mkdir -p '/usr/local/bin'
  /usr/bin/install -c ocelot '/usr/local/bin'
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/root/ocelot-0.8'
need to run something before "make" and "make install"?
Reply With Quote