Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] The problem when I compile the demo mesh_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] The problem when I compile the demo mesh_3


Chronological Thread 
  • From: neman meng <>
  • To:
  • Subject: [cgal-discuss] The problem when I compile the demo mesh_3
  • Date: Thu, 24 Feb 2011 12:09:47 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IbaO4PGT4PZUGCwzz3jpfO4vGuLUlcsBmltk1sIJAmURcuHoYC8eE0Z4BHqm8wCr1T a8sR7TKU9BrawMW8al2J+AezPiiAo2Ex5eagkXZ7gl2YGb4A/NVhpxeV8+M2dVMDbUHR oQfv/BvL4K4pKsX/4uQq4Fp1JsZZ4ljryrLI8=



I have installed the CGAL 3.7 on Windows 7 for Visual studio 2008, and have compile the CGAL library sucessfully.

But when I try to complie the demo of mesh_3, I get the error information as below:

1>Generating Scene_moc.cpp
1>moc: Cannot open options file specified with @
1>Usage: moc [options] <header-file>
1>  -o<file>           write output to file rather than stdout
1>  -I<dir>            add dir to the include path for header files
1>  -E                 preprocess only; do not generate meta object code
1>  -D<macro>[=<def>]  define macro, with optional definition
1>  -U<macro>          undefine macro
1>  -i                 do not generate an #include statement
1>  -p<path>           path prefix for included file
1>  -f[<file>]         force #include, optional file name
1>  -nw                do not display warnings
1>  @<file>            read additional options from file
1>  -v                 display version of moc
1>Project : error PRJ0019: A tool returned an error code from "Generating Scene_moc.cpp"

I have the Scene_moc.cpp file under the directory of /demo/mesh_3_demo/, and what I should do for this error?


Archive powered by MHonArc 2.6.16.

Top of Page