Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] VC++ complie Error

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] VC++ complie Error


Chronological Thread 
  • From: "changwon lee" <>
  • To: <>
  • Subject: RE: [cgal-discuss] VC++ complie Error
  • Date: Tue, 18 Mar 2008 15:59:58 +0900

Hi

Default name of compiled qt library is qt-mt3.lib.

Just rename qt-mt.lib to qt-mt3.lib in project setting.

 

regards

 

 

From: liuxintao [mailto:]
Sent: Tuesday, March 18, 2008 2:24 PM
To:
Subject: RE: [cgal-discuss] VC++ complie Error

 

Hi,
 
Yes, it totally works! Thank you. That's very nice of you, and I DO appreciate your kind help.
 
Now, I am working with Visual Studion 2005, Qt3.3.8. I can run the source demo programmes under "C:\Qt3.3.8\examples", and it run smoothly. Unfortunately, when I tried to run the source code demo in CGAL 3.3.1, (Segment_Delaunay_graph_2), I got one and only one error as belows:
 
"1 fatal error LNK1104: cannot open file 'qt-mt.lib' polygon_delaunay_graph_2"
 
 
I searched qt-mt.lib on my PC, but could not find it. Any ideas?
 
So sorry for inconvenience bring to you. Any advice is highly appreicated. Thank you again.
 
Sincerely,
Xintao


From:
To:
Date: Mon, 17 Mar 2008 17:08:13 +0900
Subject: RE: [cgal-discuss] VC++ complie Error

Hi

 

1. rename unzipped directory to something like C:\Qt3.3.8

2. In My Computer->Advanced tab->Environmental Variable

Define QTDIR = C:\Qt3.3.8

Add $(QTDIR)\bin to Path environmental variable

3. run C:\Program Files\Microsoft Visual Studio 8\VC\varsall.bat

4. cd C:\Qt3.3.8

 Run configure-msvc2005.bat

5. It takes time to build.

 

Thats all

 

Regards

 

 

From: liuxintao [mailto:]
Sent: Monday, March 17, 2008 3:44 PM
To:
Subject: RE: [cgal-discuss] VC++ complie Error

 

Hi,
 
Many thanks for your kind and prompt reply. I have downlaoded the Qt 3.3.8 and unzip it. But in the folder there is no installation file just like Qt 4.3.4 does.
 
How to use it? I am somewhat puzzled. Could you please give me any instruction?
 
Thanks and cheers.
 
Sincerely,
Xintao



> From:
> To:
> Date: Mon, 17 Mar 2008 13:19:33 +0900
> Subject: RE: [cgal-discuss] VC++ complie Error
>
> Hi
> CGAL3.3.1 does not support Qt 4.3.4.
> You have to use Qt version 3.
>
> Qt 3.3.8 for window can be downloaded at following link.
>
> http://sourceforge.net/project/showfiles.php?group_id=49109&package_id=42335
> &release_id=507422
>
> regards
>
> -----Original Message-----
> From: [mailto:]
> Sent: Sunday, March 16, 2008 6:22 PM
> To:
> Subject: [cgal-discuss] VC++ complie Error
>
> Hi, all
>
> I want to compile and debug some of the demo program of CGAL! 3.3.1 after
> installation. Now I have installed Visual studio 2005, and my OS is Windows
> XP Professional, also I in! stalled QT4.3.4 and Boost1.34.1. The errors I met
> are as belows:
>
> 1. Error 4 error C2143: syntax error : missing ';' before '&' c:\program
> files\cgal-3.3.1\include\cgal\io\qt_widget.h 74
>
> 2. Error 5 error C2433: 'CGAL::Qt_widget::QWMatrix' : 'inline' not
> permitted on data declarations c:\program files\cgal-
> 3.3.1\include\cgal\io\qt_widget.h 74
>
> 3. Error 6 error C4430: missing type specifier - int assumed. Note: C++
> does not support default-int c:\program files\cgal-
> 3.3.1\include\cgal\io\qt_widget.h 74
>
> Any ideas? Thanks and cheers.
>
> Sincerely,
> Xintao
>
>
> --
> 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 a re currently subscribed to cgal-discuss.
> To unsubscrib! e or access the archives, go to
> https://lists-sop.inria.fr/wws /info/cgal-discuss


Windows Live Writer,支持离线撰写博客内容,随时随地想写就写。 立即使用!

 


轻松把Hotmail下载到本地,试试 Windows Live Mail 立即尝试!




Archive powered by MHonArc 2.6.16.

Top of Page