[Insight-developers] Re: GDCM gdcmDefaultDicts.cxx cygwin problems
Julien Jomier
jjomier at cs.unc.edu
Sat Feb 12 03:25:46 EST 2005
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