[Insight-users] Reading and displaying DICOM series
akbarjan bayiz
abayiz at yahoo.com
Fri Feb 11 04:41:47 EST 2011
Ok, I finally found out what the problem is. Just as you said, I changed my CMakeLists, added "DicomSeriesReadImageWrite" to the target link libraries. And, the reason I got a full screen of error when running "make" command is because I forgot to install "libgdcm2-dev" package in my ubuntu.
Hope these would be helpful to those who meet the same problem.
Thank you all for your answers!
--- On Thu, 2/10/11, John Drescher <drescherjm at gmail.com> wrote:
> From: John Drescher <drescherjm at gmail.com>
> Subject: Re: [Insight-users] Reading and displaying DICOM series
> To: "akbarjan bayiz" <abayiz at yahoo.com>, insight-users at itk.org
> Date: Thursday, February 10, 2011, 10:13 AM
> > I believe the error is here:
> >
> > ADD_EXECUTABLE(DicomSeriesReadImageWrite
> DicomSeriesReadImageWrite2.cxx)
> > TARGET_LINK_LIBRARIES(ITKIO ITKNumerics)
> >
> > it should read:
> >
> > ADD_EXECUTABLE(DicomSeriesReadImageWrite
> DicomSeriesReadImageWrite2.cxx)
> > TARGET_LINK_LIBRARIES(DicomSeriesReadImageWrite ITKIO
> ITKNumerics)
> >
>
> Agreed. The line:
>
> TARGET_LINK_LIBRARIES(ITKIO ITKNumerics)
>
> is definitely wrong
>
> John
>
____________________________________________________________________________________
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
More information about the Insight-users
mailing list