[Insight-developers] Re: GDCM gdcmDefaultDicts.cxx cygwin problems
Mathieu Malaterre
mathieu.malaterre at kitware.com
Mon Feb 14 10:01:12 EST 2005
Julien,
Ok this time for real. Could you try again ?
The patch was suggest by Brad instead of replacing \n I now replace
\r?\n this seems like a better approach.
Thanks
Mathieu
Julien Jomier wrote:
> Hi Mathieu,
>
> It's getting better but not compiling yet.
> Now the problem is in the FillDefaultTSDict() function.
>
> [snip]
>
> void FillDefaultTSDict(TSHT & ts)
> {
>
> ts["1.2.840.10008.1.2"] = "Implicit VR - Little Endian
> ";
> ts["1.2.840.10008.1.2.1"] = "Explicit VR - Little Endian
> ";
>
> [snip]
>
> Julien
>
> Mathieu Malaterre wrote:
>
>> Salut Julien,
>>
>> Could you please rerun cmake on your cygwin machine now ? I cannot
>> reproduce it here, but hopefully this should be fixed.
>>
>> Thanks,
>> Mathieu
>>
>> Julien Jomier wrote:
>>
>>> Mathieu,
>>>
>>> I just tried to build Insight with Cygwin and I'm getting a
>>> compilation error because the gdcmDefaultDicts.cxx generated by CMake
>>> has ^M in it. I've attached the generated file.
>>> I didn't have time to look at it in details but it seems to be a
>>> matter of tuning the REGEX REPLACE for Cygwin in the
>>> gdcm/Dicts/CMakeLists.txt.
>>> I know we had the same kind of problem before on Cygwin and Andy
>>> managed to fix it.
>>>
>>> Julien
>>
>>
>> _______________________________________________
>> Insight-developers mailing list
>> Insight-developers at itk.org
>> http://www.itk.org/mailman/listinfo/insight-developers
>
>
More information about the Insight-developers
mailing list