MantisBT - BatchMake
View Issue Details
0009499BatchMakepublic2009-09-05 09:252009-09-08 12:06
Hans Johnson 
Julien Finet 
normalmajorhave not tried
resolvedfixed 
 
 
0009499: New gcc compilers do not accept -Wno-long-double flag
See bug from Slicer3 at: http://na-mic.org/Mantis/view.php?id=641 [^]

Compilation of BatchMake fails because of a dependence on the -Wno-long-double flags.

This occurs in

BatchMake/Utilities/bmcurl: Solution--> itkCHECK_CXX_ACCEPTS_FLAGS("-no-cpp-precomp" CXX_HAS_CPP_PRECOMP_FLAG) like from ITK
No tags attached.
txt CMakeLists.txt (26,688) 2009-09-05 09:25
https://public.kitware.com/Bug/file/2438/CMakeLists.txt
? curlCheckCAcceptsFlags.cmake (2,145) 2009-09-05 09:25
https://public.kitware.com/Bug/file/2439/curlCheckCAcceptsFlags.cmake
Issue History
2009-09-05 09:25Hans JohnsonNew Issue
2009-09-05 09:25Hans JohnsonFile Added: CMakeLists.txt
2009-09-05 09:25Hans JohnsonFile Added: curlCheckCAcceptsFlags.cmake
2009-09-08 12:06Julien FinetNote Added: 0017331
2009-09-08 12:06Julien FinetStatusnew => resolved
2009-09-08 12:06Julien FinetResolutionopen => fixed
2009-09-08 12:06Julien FinetAssigned To => Julien Finet

Notes
(0017331)
Julien Finet   
2009-09-08 12:06   
I committed the suggested changes in BatchMake.
Please verify if it works fine.