I have created a patch for fpmake that hides some of the raw compiler output. The new output looks more like scons and is actually more clear imho. You can however still get full output by passing the -v option to fpmake.
http://bugs.freepascal.org/view.php?id=18051 Output with patch applied will be: >./fpmake Compiling test.pp Linking test [ 50%] Built target target1 Compiling test.pp Linking test [100%] Built target target2 Done instead of: >./fpmake Free Pascal Compiler version 2.4.0-2 [2010/03/06] for i386 Copyright (c) 1993-2009 by Florian Klaempfl Target OS: Linux for i386 Compiling test.pp Linking test /usr/bin/ld: warning: link.res contains output sections; did you forget -T? 9 lines compiled, 0.2 sec Free Pascal Compiler version 2.4.0-2 [2010/03/06] for i386 Copyright (c) 1993-2009 by Florian Klaempfl Target OS: Linux for i386 Compiling test.pp Linking test /usr/bin/ld: warning: link.res contains output sections; did you forget -T? 9 lines compiled, 0.2 sec Darius _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
