Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

Strange behavior installing packages in CT 4.9.2 9 years 9 months ago #5721

  • Javier
  • Javier's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 1
OS Windows 8.1
When install a new package i obtain the dialog in instpak.jpg and need execute build CT from Tools menu. After this, CT not restart automatically with error in restart.jpg (i suppose need modify main.pp replacing 'startlazarus' string for 'typhonstart').
Regards

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

Strange behavior installing packages in CT 4.9.2 9 years 9 months ago #5722

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4515
  • Thank you received: 1102
Sir, for the moment please use "En" lang (IDE Options->Desktop)
we try to fix this...give us time
PilotLogic Architect and Core Programmer

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

Strange behavior installing packages in CT 4.9.2 9 years 9 months ago #5723

  • Tony_O_Gallos
  • Tony_O_Gallos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Ελεύθερο λογισμικό ή θάνατος
  • Posts: 84
  • Thank you received: 23
c:\codetyphon\typhon\ide\main.pp
Hardcoded "startlazarus" has to be converted to "typhonstart"
By the way, in CT, the corresponding exe is "typhonstart" (with "start" at the end) while in Lazarus it was "startlazarus" (with "start" first).
This should help ;)

Line 6936
DarwinStartlazBundlePath = 'lazarus.app/Contents/Resources/startlazarus.app/Contents/MacOS/';

Line 6957
      {$ifdef darwin}
      ExeName := AppendPathDelim(EnvironmentOptions.GetParsedLazarusDirectory)+
             DarwinStartlazBundlePath + 'startlazarus';
      {$else}
      ExeName := AppendPathDelim(EnvironmentOptions.GetParsedLazarusDirectory) +
        'startlazarus' + GetExecutableExt;
      {$endif}

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

Strange behavior installing packages in CT 4.9.2 9 years 9 months ago #5730

  • Fernando P
  • Fernando P's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Hi.

Only for report the same error at installing packages in Linux (Kubuntu 14.04 64 bits)

Regards

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

Strange behavior installing packages in CT 4.9.2 9 years 9 months ago #5731

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4515
  • Thank you received: 1102
Guys the problem is in *.po files (codetyphon/typhon/languages)
we try to fix and these problem
PilotLogic Architect and Core Programmer

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

Strange behavior installing packages in CT 4.9.2 9 years 9 months ago #5781

  • GoldenFox1
  • GoldenFox1's Avatar
  • Visitor
  • Visitor
Perhaps the solution here
For me, working with any language IDE :woohoo:

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

Last edit: by GoldenFox1.
  • Page:
  • 1