Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Installation problems

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Installation problems


Chronological Thread 
  • From: Andrei Sucila <>
  • To:
  • Subject: Re: [cgal-discuss] Installation problems
  • Date: Thu, 23 Jul 2009 05:40:36 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=EDpgnlG7YGtJqiT9gsqKoNWFcX5zBcApThJe4MQfBriFrLMbqywDB1OWH7Ess/TjLx6wB6qM0JfGKkG3WMJsVQw1gEM5rqheDUYy6Gzun98XrqJ7Mn70I+aEmAxdD76EMtQqWIs/yr6LwJaLYJY+gEshrWMq/eAJtR4jEXcjcJc=;

Thanks alot. I tried it, and it worked. I got over cmake!

New trouble : when I try to compile it with vc 2008, it says it cannot include boost/config.hpp
Something is not set right. Did you run into the same trouble? And if so, how did you solve it?


From: Jannis Warnat <>
To:
Sent: Thursday, July 23, 2009 3:19:22 PM
Subject: Re: [cgal-discuss] Installation problems

Hi,

I use XP and cygwin and I fought for days with the issue of cmake not finding boost thread.

It finally worked when I hacked the following into FindBoost.cmake, i.e. gave him the path manually.

...
SET(Boost_${UPPERCOMPONENT}_LIBRARY /usr/local/lib/libboost_thread-gcc34-mt-1_38.a)

message("${Boost_${UPPERCOMPONENT}_LIBRARY}\n")

message("${Boost_${UPPERCOMPONENT}_LIBRARY_RELEASE}\n")

message("${Boost_${UPPERCOMPONENT}_LIBRARY_DEBUG}\n")

_Boost_ADJUST_LIB_VARS(${UPPERCOMPONENT})

IF( Boost_USE_STATIC_LIBS )

SET(CMAKE_FIND_LIBRARY_SUFFIXES ${_boost_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES})

ENDIF( Boost_USE_STATIC_LIBS )

ENDFOREACH(COMPONENT)

# ------------------------------------------------------------------------

# End finding boost libraries

# ------------------------------------------------------------------------

You could search the archive for "findboost" of "setupboost" to find some other threads about similar issues:

https://lists-sop.inria.fr/sympa/arc/cgal-discuss

Hope that is of any help...

Jannis Warnat

----- Original Message ----- From: <>
To: <>
Sent: Thursday, July 23, 2009 1:38 PM
Subject: [cgal-discuss] Installation problems


> Hy everyone! I know I'm just a dreadfully annoying noob, but I can't get the
> installation procedure right with cgal 3.4.
>
> I'm running under winxp (don't stone me..). I installed boost, cmake and set
> all the PATH values (BOOST_PATH, Boost_INCLUDE_DIR, Boost_LIBRARYDIR,
> Boost_THREAD_LIBRARY_DEBUG & Boost_THREAD_LIBRARY_RELEASE). After all that, I
> installed using the installer provided on the CGAL site, and now I'm trying to
> get cmake to produce the .vcproj (I'd like to install it for visual c 2008),
> but it keeps getting stuck with the error message "boost_thread not found" and
> asks me to set the Boost_LIBRARYDIR variable...
>
> The boost version is 1.39.0, cmake is 2.6.4 and cgal is 3.4. Any ideas what I'm
> doing wrong?
> -- You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss

-- You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page