[Dcmlib] LUKAS dashboard
Mathieu Malaterre
mathieu.malaterre at kitware.com
Fri May 12 17:18:28 CEST 2006
Łukasz,
I am very sorry to hear that from you. But I swear I did try on my
side. So please try my dummy project against *either*:
cvs up -dP -rVersion1_2
or
cvs up -dPA
(nothing else as far as I know would work). I think there is a 1.3
branch but I am not maintaining it.
Here is my test (gdcm1.2):
$ cat CMakeLists.txt
PROJECT(bla)
FIND_PACKAGE(GDCM REQUIRED)
INCLUDE(${GDCM_USE_FILE})
ADD_EXECUTABLE(coucou coucou.cxx)
TARGET_LINK_LIBRARIES(coucou gdcm)
$ cat coucou.cxx
#include <gdcm.h>
int main()
{
gdcm::File *file = new gdcm::File();
return 0;
}
Thanks
Mathieu
Ps: I'll add a test in gdcm that can be build as an outside project...
Łukasz Tutaj wrote:
> Hello again,
>
> I tried again to download gdcm 1.2, gdcm 1.2 bp, gdcm 1.3, gdcm 1.3 bp
> and I got the same errors:
> * in GDCMConfig.cmake in line 16: "Include could not find include file
> .../.../GDCMLibraryDepends.cmake"
> * in CMakeLists.txt (it is a file created by me) in line with text
> INCLUDE(${GDCM_USE_FILE}) the error comand was "Include could not find
> include file .../.../GDCMUse.cmake"
> In the latest CVS version I again had problem with adding support of
> VTK, because it was impossiple to find vtkgdcm.lib (this error occured
> only in latest CVS version). Hence I run again Experimental to let you
> know about my problem. I will check if latest CVS version will run
> without VTK support and how it will be behaving with my CMakeLists.
> I am also wondering if only I have lot of problems with gdcm. Am I so
> hopeless programmer or maybe there is another explanation?
>
> Greetings
> Łukasz Tutaj
>
>> Thanks for the dashboard. You should be able to update your copy of
>> VTK5 (via CVS), so that compilation works.
>>
>> Sorry for troubles
>> Mathieu
>> _______________________________________________
>> Dcmlib mailing list
>> Dcmlib at creatis.insa-lyon.fr
>> http://www.creatis.insa-lyon.fr/mailman/listinfo/dcmlib
>>
>>
>
> _______________________________________________
> Dcmlib mailing list
> Dcmlib at creatis.insa-lyon.fr
> http://www.creatis.insa-lyon.fr/mailman/listinfo/dcmlib
>
More information about the Dcmlib
mailing list