MantisBT - BatchMake
View Issue Details
0007369BatchMakepublic2008-07-19 12:142008-07-22 08:34
Steve Robbins 
Julien Jomier 
normalmajoralways
closedfixed 
1.1 
1.1 
0007369: Does not build on Linux / gcc 4.3
The CVS sources as of 2008-07-19 failed to build on linux with gcc 4.3. There are two main issues:

1. There are missing includes, detected by the well known GCC 4.3 changes.
2. The includes of some FL headers are misspelled; the file name ends in uppercase H.

No tags attached.
patch batchmake-gcc4.3.patch (11,586) 2008-07-19 12:14
https://public.kitware.com/Bug/file/1605/batchmake-gcc4.3.patch
Issue History
2008-07-19 12:14Steve RobbinsNew Issue
2008-07-19 12:14Steve RobbinsFile Added: batchmake-gcc4.3.patch
2008-07-20 17:21Julien JomierStatusnew => assigned
2008-07-20 17:21Julien JomierAssigned To => Julien Jomier
2008-07-20 17:23Julien JomierNote Added: 0012766
2008-07-21 22:22Steve RobbinsNote Added: 0012793
2008-07-22 08:34Julien JomierStatusassigned => closed
2008-07-22 08:34Julien JomierNote Added: 0012796
2008-07-22 08:34Julien JomierResolutionopen => fixed
2008-07-22 08:34Julien JomierFixed in Version => 1.1

Notes
(0012766)
Julien Jomier   
2008-07-20 17:23   
Thanks a lot for the patch. Regarding the FLTK includes, are you configuring against an installed version of FLTK? because we always had this issue and it shouldn't be due to a compiler upgrade. What version of FLTK are you using. Thanks again.
(0012793)
Steve Robbins   
2008-07-21 22:22   
I should have made clear that I was patching two types of problems. The FLTK problems are due to using a case-sensitive filesystem (linux) and NOT due to using GCC 4.3.

You are correct that the issue was always there and has nothing to do with a compiler upgrade. This is simply the first time that I tried to build BatchMake.

I am using FLTK 1.1.9, installed using Debian packages.
(0012796)
Julien Jomier   
2008-07-22 08:34   
Thanks again for the patch. I just applied it.
I was asking about the FLTK install because we had issue with non-installed version of FLTK. Thanks again for the report and providing a patch.