Share

camvox

Tracker: Bugs

5 typo in makefile - ID: 2076954
Last Update: Comment added ( takev )

CSGSPhere.h probably should be CSGSphere.h

I got a dont know how to make error and edited the make file to get it to
compile


David J Caroline ( archivist ) - 2008-08-26 23:29

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments ( 2 )

Date: 2009-07-15 20:48
Sender: takevProject Admin

Fixed in revision 41.


Date: 2008-09-03 21:10
Sender: archivist


To fix this I have to edit Makefile.am and Makefile.in in the camvox dir
diffs follow
Index: camvox/Makefile.in
===================================================================
--- camvox/Makefile.in (revision 39)
+++ camvox/Makefile.in (working copy)
@@ -274,7 +274,7 @@
CSGDifference.h\
CSGIntersection.h\
CSGPrimative.h\
- CSGSPhere.h\
+ CSGSphere.h\
CSGPlane.h\
CSGCylinder.h\
FreeList.h\
Index: camvox/Makefile.am
===================================================================
--- camvox/Makefile.am (revision 39)
+++ camvox/Makefile.am (working copy)
@@ -35,7 +35,7 @@
CSGDifference.h\
CSGIntersection.h\
CSGPrimative.h\
- CSGSPhere.h\
+ CSGSphere.h\
CSGPlane.h\
CSGCylinder.h\
FreeList.h\



Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2009-07-15 20:48 takev
resolution_id None 2009-07-15 20:48 takev
allow_comments 1 2009-07-15 20:48 takev
close_date - 2009-07-15 20:48 takev