Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: error MSB6006: “cmd .exe”exit with code 1

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: error MSB6006: “cmd .exe”exit with code 1


Chronological Thread 
  • From: Roger <>
  • To:
  • Subject: Re: [cgal-discuss] Re: error MSB6006: “cmd .exe”exit with code 1
  • Date: Thu, 19 Jan 2012 08:25:15 -0600

For this error  below, actually you might not need to switch back to boost 1.47 by installing all over again. 

:/boost_1_48_0/boost/type_traits/detail/has_binary_operator.hp(50):
Parse error at "BOOST_JOIN"

The walk-around is already posted here, it's a bug when the combination is boost 1.48 and CGAL 3.8 or later.
http://cgal-discuss.949826.n4.nabble.com/PATCH-prevent-Qt-s-moc-from-choking-on-BOOST-JOIN-td4081602.html

You can either apply the patch http://drupal.org/node/60818 or manually modify the two headers GraphicsItem.h and GraphicsViewInput.h according to the description in the patch. The two files are under /CGAL-3.9/include/CGAL/Qt.

Then the everything should be fine, at least this works on the Mac Lion. Good luck.


On Thu, Jan 19, 2012 at 2:01 AM, Clément Jamin <> wrote:
Hi,
I encountered the same problem. Switching back to Boost 1.47.0 solved it. It seems to be a problem between Qt and Boost.
Clément Jamin.


On Thu, Jan 19, 2012 at 8:54 AM, hfang <> wrote:
Thank you very much for your information.
I look out the output of MSVC.
It seems the main problem is this:
6>  :/boost_1_48_0/boost/type_traits/detail/has_binary_operator.hp(50):
Parse error at "BOOST_JOIN"
6>C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error
MSB6006: “cmd.exe” exit with code 1

Is there any fixing method?

Thanks!

--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/error-MSB6006-cmd-exe-exit-with-code-1-tp4308902p4309378.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

--
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