Hi, After I updated to a recent Lazarus revision, Lazarus stopped showing me output messages in the Messages window. Strangely enough, when I compile packages all the compiler output was sent to the Messages windows. This made me think there is something strange in my specific project.
After some debugging at looking at what fpc parameters Lazarus generates I found the problem. The my project, I enabled Lazarus to remove the "Paramaeter $Name not used" messages. In the process, Lazarus is overwriting the previous -vewnhi parameter and no output is shown in the messages window. Any way around this problem? Below is the compiler parameters Lazarus IDE generated for my project. /opt/fpc/bin/fpc -B \ -MObjFPC -CX -Cr -O1 -gl -gh -XX -vewnhi -l \ -Fi/home/graemeg/programming/MasterMaths/m2_system/Source/ \ -Fu/home/graemeg/programming/MasterMaths/m2_system/Source/ \ -Fu/home/graemeg/programming/fpgui/lib/i386-linux/ \ -Fu/home/graemeg/programming/3rdParty/tiOPF2/Source/Compilers/FPC/lib/i386-linux/ \ -Fu/opt/git/lazarus_argon/packager/units/i386-linux/ \ -Fu/home/graemeg/programming/MasterMaths/m2_system/Source/tutoradmin/ \ -Fu. -vm5024 \ -otutoradmin -dUseCThreads \ -FE../../Bin \ -FUunits -dLINK_SQLDB_IB tutoradmin.lpr Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
