Can't build QxOrm 1.2.2 on Linux with boost 1.49

Forum for posting problems using QxOrm library

Can't build QxOrm 1.2.2 on Linux with boost 1.49

Postby fire2000 » Thu Mar 22, 2012 2:58 pm

Hello,
i can't build QxOrm 1.2.2 dynamically on Archlinux with Boost 1.49 http://www.archlinux.org/packages/extra/x86_64/boost/.
I do:
Code: Select all
qmake -config release
make

Error message on link:
Code: Select all
/usr/bin/ld: cannot find -lboost_serialization-mt
collect2: ld returned 1 exit status
fire2000
 

Re: Can't build QxOrm 1.2.2 on Linux with boost 1.49

Postby fire2000 » Thu Mar 22, 2012 3:43 pm

Nevermind.
Need change in QxOrm.pri:
Code: Select all
QX_BOOST_LIB_SERIALIZATION_RELEASE = "boost_serialization-mt"

to:
Code: Select all
QX_BOOST_LIB_SERIALIZATION_RELEASE = "boost_serialization"


and compilation works!
fire2000
 


Return to QxOrm - Help

Who is online

Users browsing this forum: No registered users and 6 guests