[Insight-users] D'Arcy project build error....Have anybodyever build this project?

wordon m9421001 at gmail.com
Thu Feb 16 12:12:00 EST 2006


I think maybe the problem due to the CMakeList.
Especially in :
# This should be found as a package
# --> Change this to point to the correct location SET(SOV_SOURCE_DIR
D:/SOViewer/SOViewer) SET(SOV_BINARY_DIR ${SOV_SOURCE_DIR}/Build)
INCLUDE(${SOV_SOURCE_DIR}/DartConfig.cmake)

The original CMakeList by author is :

# This should be found as a package
# --> Change this to point to the correct location SET(SOV_SOURCE_DIR
/home/gavinb/projects/ITK/SOViewer)
SET(SOV_BINARY_DIR ${SOV_SOURCE_DIR}/Build)
INCLUDE(${SOV_SOURCE_DIR}/sovCMakeOptions.cmake)
# Just so the generated GUI can find the Base class
INCLUDE_DIRECTORIES(${Darcy_SOURCE_DIR})

I don't know what FILE and DIR should I do in these lines.
Have anybody give me some suggestion?

Thanks.. :)


-----Original Message-----
From: Kevin H. Hobbs [mailto:kevin.hobbs.1 at ohiou.edu] 
Sent: Thursday, February 16, 2006 11:35 PM
To: wordon
Cc: insight-users at itk.org
Subject: Re: [Insight-users] D'Arcy project build error....Have anybodyever
build this project?

On Thu, 2006-02-16 at 22:50 +0800, wordon wrote:

<snip>

> I can't find the define about M_PI , Have anybody can give me some
> help ?

I think M_PI should be defined in math.h.



More information about the Insight-users mailing list