[Dcmlib] GDCM: Exe

Mathieu Malaterre mathieu.malaterre at kitware.com
Fri Apr 30 19:17:00 CEST 2004


Ok, pour faciliter le passage a cmake, je force la construction des 
binaires a une place unique: GDCM_BIN_PATH/bin

Donc pour etre sur que les reglages precedents n'influent pas ceux la, 
il est recommande de refaire un build propre (\rm -r gdcmbin)

Ensuite:
cd gdcm
cvs up
mkdir ../gdcmbin
cd ../gdcmbin
ccmake ../gdcm
'c' + 'g'
(ne pas oublier le CMAKE_INSTALL_PATH si besoin)
make
./bin/gdcmTest


Sinon de mon cote, j'ai toujours des petits problemes:


$ make test 
                                                     /tmp/3/gdcmbin
Building tests test...
Test project
Changing directory into /tmp/3/gdcmbin/Test
Testing bug1                              Passed
Testing dcm2acr                           Passed
Testing hashtest                          Passed
Testing testWrite                         Passed
Testing PrintHeader                       Passed
Testing PrintDicomDir                  ***Failed
Testing pourFindTaggs                     Passed
Testing testChangeEntete                  Passed
Testing testDicomDir                   ***Failed
Testing BuildUpDicomDir                ***Exception: SegFault
Testing TestReadWrite                     Passed

73% tests passed, 3 tests failed out of 11

The following tests FAILED:
         PrintDicomDir
         testDicomDir
         BuildUpDicomDir
make: *** [test] Error 3


Mathieu





More information about the Dcmlib mailing list