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

TOPIC:

Can't compile IDE 10 years 4 months ago #4854

  • Mikola
  • Mikola's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
I have updated CodeTyphon yesterday. Then I cleared everything and tried to build FPC 64bit and then BigIDE 64 bit. But after building FPC, CTC can't find package RTL. This package is located in "C:\codetyphon\fpcsrc\rtl", but CTC tries to find it in "C:\codetyphon\fpcsrc\packages\rtl". This prevents BigIDE from building, I always get "Fatal: Can't find unit system used by fcllaz; Fatal: Compilation aborted" in the logs. That's all in Windows 7 64 bit.
Attachments:

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

Can't compile IDE 10 years 4 months ago #4855

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
the problem is in line 5947
-------------------------------------------------------
                 Install FreePascal 64bit 
-------------------------------------------------------

C:/codetyphon/fpc/bin/x86_64-win64/make installbase FPC=C:/codetyphon/fpcsrc/compiler/ppcx64.exe ZIPDESTDIR=C:/codetyphon/fpcsrc FPCMAKE=C:/codetyphon/fpcsrc/utils/fpcm/fpcmake.exe
make[1]: Entering directory `C:/codetyphon/fpcsrc'
C:/codetyphon/fpc/bin/x86_64-win64/ginstall.exe -m 755 -d C:/codetyphon/fpc
process_begin: CreateProcess(C:\codetyphon\fpc\bin\x86_64-win64\ginstall.exe, C:/codetyphon/fpc/bin/x86_64-win64/ginstall.exe -m 755 -d C:/codetyphon/fpc, ...) failed.
make (e=740): Ηΰοθςΰνΰ ξοεπΰφ³ βθμΰγΰΊ ο³δβθωενν.

[b]make[1]: *** [installbase] Error 740[/b]
make[1]: Leaving directory `C:/codetyphon/fpcsrc'
make: *** [installall] Error 2

Make.exe don't have the permission to make and copy folders...(make.exe error 740)

simple, use "Run as administrator" at the install.bat Script
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Can't compile IDE 10 years 4 months ago #4862

  • Mikola
  • Mikola's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
I have run CTC with Admin rights, and now everything builds correctly. And it's strange, because I set access rights to the codetyphon folder and it's contents so that any user can read and write there. But if Admin rights are required, can you add appropriate manifest to CTC?

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

Can't compile IDE 10 years 4 months ago #4863

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
yes and this is possible
PilotLogic Architect and Core Programmer

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

  • Page:
  • 1