Thanks for all your great work! I have been using CT for a while on windows and linux systems.
I am replacing my 2.4 with the new 2.5 and am having problems compiling lazarus. fpc compiled just fine. This error happens on win & lin, and this is part of the error from my linux (debian) box:
make -C lcl all
make[1]: Entering directory `/usr/lib/codetyphon/lazarus/lcl'
/bin/rm -f units/i386-linux/alllclunits.ppu
/bin/mkdir -p units/i386-linux
/usr/lib/codetyphon/fpc/bin/i386-linux/ppc386 -gl -Fu../packager/units/i386-linux -Fu../components/lazutils/lib/i386-linux -Fu. -Funonwin32 -Fuforms -Fuwidgetset -Fiinclude -FE. -FUunits/i386-linux -di386 alllclunits.pp
lclproc.pas(2259,16) Error: Identifier not found "VK_SEMI_COMMA"
lclproc.pas(2259,16) Error: Constant Expression expected
lclproc.pas(2259,16) Error: duplicate case label
lclproc.pas(2260,16) Error: Identifier not found "VK_MINUS"
lclproc.pas(2260,16) Error: Constant Expression expected
lclproc.pas(2260,16) Error: duplicate case label
lclproc.pas(2261,17) Error: Identifier not found "VK_OPEN_BRAKET"
lclproc.pas(2261,17) Error: Constant Expression expected
lclproc.pas(2261,17) Error: duplicate case label
lclproc.pas(2262,18) Error: Identifier not found "VK_CLOSE_BRAKET"
lclproc.pas(2262,18) Error: Constant Expression expected
lclproc.pas(2262,18) Error: duplicate case label
lclproc.pas(2263,16) Error: Identifier not found "VK_BACKSLASH"
lclproc.pas(2263,16) Error: Constant Expression expected
lclproc.pas(2263,16) Error: duplicate case label
lclproc.pas(2264,16) Error: Identifier not found "VK_TILDE"
lclproc.pas(2264,16) Error: Constant Expression expected
lclproc.pas(2264,16) Error: duplicate case label
lclproc.pas(2265,16) Error: Identifier not found "VK_QUOTE"
lclproc.pas(2265,16) Error: Constant Expression expected
lclproc.pas(2265,16) Error: duplicate case label
lclproc.pas(2267,11) Error: Identifier not found "VK_POWER"
lclproc.pas(2267,11) Error: Constant Expression expected
lclproc.pas(2267,11) Error: duplicate case label
lclproc.pas(2268,10) Error: Identifier not found "VK_CALL"
lclproc.pas(2268,10) Error: Constant Expression expected
lclproc.pas(2268,10) Error: duplicate case label
lclproc.pas(2269,13) Error: Identifier not found "VK_ENDCALL"
lclproc.pas(2269,13) Error: Constant Expression expected
lclproc.pas(2269,13) Error: duplicate case label
lclproc.pas(3179) Fatal: There were 30 errors compiling module, stopping
Fatal: Compilation aborted
make[1]: *** [alllclunits.ppu] Error 1
make[1]: Leaving directory `/usr/lib/codetyphon/lazarus/lcl'
make: *** [lcl] Error 2
[FINAL INFO]: Strip executables...
strip: 'lazarus': No such file
strip: 'lazbuild': No such file
strip: 'startlazarus': No such file
mv: cannot stat `lazarus': No such file or directory
mv: cannot stat `startlazarus': No such file or directory
mv: cannot stat `lazbuild': No such file or directory
.
Any ideas? I've been looking for a fix, but haven't seen it yet.
Scott