Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] error C10004: unexpected end-of-file found

Subject: CGAL users discussion list

List archive

[cgal-discuss] error C10004: unexpected end-of-file found


Chronological Thread 
  • From: djkrome <>
  • To:
  • Subject: [cgal-discuss] error C10004: unexpected end-of-file found
  • Date: Sun, 9 Mar 2014 00:31:19 -0800 (PST)

I successfully generated a Visual Studio 2012 solution for building CGAL 4.3,
using CMake 2.8.12.1. When building "ALL_BUILD" project, the following
error is present in CGAL-4.3/include/config.h

Error 1 error C1004: unexpected end-of-file found C:\Program
Files\CGAL-4.3\include\CGAL\config.h 152 1 CGAL

Line 152 corresponds to the line after the #endif

...
#ifndef CGAL_NO_DEPRECATED_CODE
#define CGAL_BEGIN_NAMESPACE namespace CGAL {
#define CGAL_END_NAMESPACE }
#endif

...

I do not see any issue with absence of closing parentheses, brace, or need
for semicolon on that line. Further, I have not made any edits to the
config.h file and its date of modification is prior to the date I installed
CGAL.

How do I resolve this issue?

Thanks



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/error-C10004-unexpected-end-of-file-found-tp4658931.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page