Hello John
We used to build qutecom with visual 2005 and boost 1.34.
With vc 9 and boost 1.38 you will get a lot of problems ...
Anyway, this is a patch for you .
Laurent
John A Hengstler a écrit :
I have been very interested In this project, but have yet to even get out of
the gate to compile.
I am trying to compile for Windows.
I have cmake 2.6.4 installed, qt and qtdir path set properly.
I have boost 1_38 installed using installer.
When I try to use cmake I get Boost cannot be found.
I then set my env variable BOOST_ROOt=c:/Program Files/boost/boost_1_38
Which did get me further to find the includes, but NOT the libs
I have set BOOST_LIBRARYDIR properly but is still failing. I am even
trying to run cmake -DBoost_Debug=TRUE .. -G "Visual Studio 9 2008"
But I get no debug output
The Exact error I get from cmake is:
--found boost includes in c:/Program Files/boost/boost_1_38
--found boost libs in TMP-NOTFOUND"
Is this a cmake problem or just and env problem. I will be glad to provide
additional information as needed. :)
Does anybody have any pointers for me to solve this. I very much would
like to add to this project.
Thanks very much in advance.
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Michal Andrzej
Wozniak
Sent: Wednesday, May 13, 2009 10:52 AM
To: [email protected]
Cc: Qutecom-dev
Subject: Re: [Bulk] Qutecom 2.2 final
Dnia środa 13 maj 2009, Vadim Lebedev napisał(a):
Folks,
We're planning to release 2.2 final this Friday...
We'll provide Windows and Mac OS/X 10.5 Builds.
What about Linux?
I was trying to compile the 2.2 branch (on Kubuntu Hardy), but failed on
several ocasions.
Any howtos/hints on that?
Cheers
Mike
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev
# HG changeset patch
# User Tarrisse Laurent
# Date 1241594593 -7200
# Node ID 724b6c1a306312cfe500b59501460ba53e840201
# Parent 74bc2925b96b7295e29f0d4bb98e1326bfe0990b
add boost 1.38 vc9
diff -r 74bc2925b96b -r 724b6c1a3063 owbuild/FindBoost.cmake
--- a/owbuild/FindBoost.cmake Tue Apr 28 23:15:23 2009 +0200
+++ b/owbuild/FindBoost.cmake Wed May 06 09:23:13 2009 +0200
@@ -100,6 +100,7 @@
set(BOOST_INCLUDE_SEARCH_DIRS
$ENV{BOOSTINCLUDEDIR}
+ "C:/Program Files/boost/boost_1_38"
"C:/Program Files/boost/boost_1_34_1"
C:/boost/include
"C:/Program Files/boost/boost_1_34_0"
@@ -115,6 +116,7 @@
set(BOOST_LIBRARIES_SEARCH_DIRS
$ENV{BOOSTLIBDIR}
+ "C:/Program Files/boost/boost_1_38/lib"
"C:/Program Files/boost/boost_1_34_1/lib"
C:/boost/lib
"C:/Program Files/boost/boost_1_34_0/lib"
@@ -160,6 +162,7 @@
if (MSVC90)
if (CMAKE_BUILD_TYPE STREQUAL Debug)
set(BOOST_LIBRARIES_SUFFIXES
+ -vc90-mt-gd-1_38
-vc90-mt-gd-1_37
-vc90-mt-gd-1_34_1
-vc90-mt-gd-1_34
@@ -167,6 +170,7 @@
)
else (CMAKE_BUILD_TYPE STREQUAL Debug)
set(BOOST_LIBRARIES_SUFFIXES
+ -vc90-mt-1_38
-vc90-mt-1_37
-vc90-mt-1_34_1
-vc90-mt-1_34
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev