View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000085CMakepublic2003-07-19 12:222016-06-06 16:36
ReporterSebastien Barre 
Assigned ToBill Hoffman 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000085: Nmake mode does not support more than one dot in a filename
DescriptionIn nmake mode, try to compile:
KitwareDocuments-cvs\Projects\VTKCourse\ReorganizedExercises\exercise1b
It will fail:
makefile(66) : fatal error U1001: syntax error : illegal character '.' in macro
Stop.

Reason for this (see Makefile):
exercise1b.answer_SRC_OBJS = \
exercise1b.answer.obj

exercise1b.answer_SRC_OBJS is not an allowed syntax for a macro.

Note: I guess some other characters might be forbidden in a macro name (like dash, -)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000067)
Bill Hoffman (manager)
2003-08-01 14:35

fixed in CVS

 Issue History
Date Modified Username Field Change
2016-06-06 16:36 Brad King Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team