Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

CodeTyphon 2.50 build errors on Laz32 12 years 2 months ago #1664

  • WesTexScott
  • WesTexScott's Avatar Topic Author
  • Visitor
  • Visitor
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

Please Log in or Create an account to join the conversation.

Last edit: by WesTexScott. Reason: grammar police (gave myself a ticket)

Re: CodeTyphon 2.50 build errors on Laz32 12 years 2 months ago #1665

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir,
My suggestion is "remove and build all" again
from CT center
please first remove old CodeTyphon
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Re: CodeTyphon 2.50 build errors on Laz32 12 years 1 month ago #1697

  • 4aiman
  • 4aiman's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Comix creator
  • Posts: 227
  • Thank you received: 12
If that won't work for you then you could try to find lazbuild32 and fpc32 files and delete them from /usr/bin (or usr/share/bin, sorry, I went to bed thinking "Oh, I'll post this later, how could I forgot such an important info!" and now, after 2 hours I know I could :blush: ).
コンソールマニアック

Please Log in or Create an account to join the conversation.

Re: CodeTyphon 2.50 build errors on Laz32 12 years 1 month ago #1700

  • WesTexScott
  • WesTexScott's Avatar Topic Author
  • Visitor
  • Visitor
Got it sorted, and of course it was my bad....

I had left the extracted files from 2.4 and just extracted 2.5 on top of them. So I got cruft left over from 2.4 hosing my build. As soon as I deleted the unzipped folders and started fresh, everything was perfect as I have come to expect from PilotLogic.


I meant to post this a couple days after my original post when I got it done, but I've been too busy trying everything in the new version. Suh-weet!

Please Log in or Create an account to join the conversation.

Last edit: by WesTexScott. Reason: vanity
  • Page:
  • 1