[Insight-developers] missing gdcmDSED

Alexandre GOUAILLARD agouaillard at gmail.com
Mon Mar 14 10:16:28 EDT 2011


hi nick, arnaud,

is is what I did exactly so you can try to reproduce (or not).

cd <ITK-SOURCE>
find . | grep gdcmDSED
=> ./BUILD-DEBUG-64/lib/libgdcmDSED.2.0.17.dylib
=> ./BUILD-DEBUG-64/lib/libgdcmDSED.2.0.dylib
=> ./BUILD-DEBUG-64/lib/libgdcmDSED.dylib
git pull
cd BUILD-DEBUG-64
make -j 2
cd ../Examples/Installation
mkdir BUILD
cd BUILD
ccmake ..
<set up ITK-DIR>
<configure>
<generate>
make -j 2

here you go, let me know if I can be of further help.

alex


On Mon, Mar 14, 2011 at 10:00 PM, Arnaud Gelas
<arnaud_gelas at hms.harvard.edu> wrote:
> Nick,
>
> I have exactly the same error on Mac 10.5 with a fresh binary dir (without
> any prior version of ITK installed).
> Did you manage to correct it?
>
> Arnaud
>
> On Mar 14, 2011, at 9:47 AM, Nicholas Tustison wrote:
>
>> Thanks, Alex.  I must have invoked something from the
>> modularized ITK part.  I'll go back and see if I can undo it
>> to simply get the vanilla installation.  Thanks agian.
>>
>>
>>
>> On Mar 14, 2011, at 9:40 AM, Alexandre GOUAILLARD wrote:
>>
>>> hi nick,
>>>
>>> I could not reproduce your error on my mac 10.6:
>>> Scanning dependencies of target HelloWorld
>>> [100%] Building CXX object CMakeFiles/HelloWorld.dir/HelloWorld.o
>>> Linking CXX executable HelloWorld
>>> (... long list of duplicated libs warnings from ld ...)
>>> [100%] Built target HelloWorld.
>>>
>>> Note: I do not have any installed version of ITK at all, and I used
>>> the build tree of the freshly pulled and re-compiled ITK v4.
>>> Possible source of your problem:
>>> - If you have an installed (older) version of ITK it is possible that
>>> find_package finds that one.
>>> - I think I remember brad saying that the install for the modularized
>>> ITK v4 does not work (yet) either.
>>>
>>> HTH.
>>>
>>> alex.
>>>
>>>
>>> On Mon, Mar 14, 2011 at 9:15 PM, Nicholas Tustison <ntustison at gmail.com>
>>> wrote:
>>>>
>>>> Hello all,
>>>>
>>>> I'm trying to migrate over to the new modularized ITK.  I tried to
>>>> build the "HelloWorld" example in ITK/Examples/Installation/
>>>> but I'm getting the following complaint about a missing gdcm
>>>> library.  Any ideas on how I can correct it?
>>>>
>>>> [ntustison at Nietzschean-Numerics Mon Mar 14 09:10:15] $ make
>>>> Scanning dependencies of target HelloWorld
>>>> [100%] Building CXX object CMakeFiles/HelloWorld.dir/HelloWorld.o
>>>> Linking CXX executable HelloWorld
>>>> ld: library not found for -lgdcmDSED
>>>> collect2: ld returned 1 exit status
>>>> make[2]: *** [HelloWorld] Error 1
>>>> make[1]: *** [CMakeFiles/HelloWorld.dir/all] Error 2
>>>> make: *** [all] Error 2
>>>>
>>>> Thanks,
>>>> Nick
>>>> _______________________________________________
>>>> Powered by www.kitware.com
>>>>
>>>> Visit other Kitware open-source projects at
>>>> http://www.kitware.com/opensource/opensource.html
>>>>
>>>> Kitware offers ITK Training Courses, for more information visit:
>>>> http://kitware.com/products/protraining.html
>>>>
>>>> Please keep messages on-topic and check the ITK FAQ at:
>>>> http://www.itk.org/Wiki/ITK_FAQ
>>>>
>>>> Follow this link to subscribe/unsubscribe:
>>>> http://www.itk.org/mailman/listinfo/insight-developers
>>>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Kitware offers ITK Training Courses, for more information visit:
>> http://kitware.com/products/protraining.html
>>
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-developers
>
>


More information about the Insight-developers mailing list