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

TOPIC:

Can`t install to Win7 x86 9 years 10 months ago #5568

  • faraon7
  • faraon7's Avatar Topic Author
  • Visitor
  • Visitor
From several days i`m trying to install ct on win7 x86 without success! I have no other ideas how to deal with that problem.
I have no Lazarus installed on the pc. Only embarcadero.
Every time i`m getting error:
------------------------------------------------------
            Compile Typhon Win32
------------------------------------------------------

C:/codetyphon/fpc/bin/i386-win32/make -C packager/regi
make[1]: Entering directory `C:/codetyphon/typhon/pack
C:/codetyphon/fpc/bin/i386-win32/rm.exe -f ../units/i3
C:/codetyphon/fpc/bin/i386-win32/gmkdir.exe -p ../unit
C:/codetyphon/fpc/bin/i386-win32/ppc386.exe -MObjFPC -
cllaz.pas
Hint: Start of reading config file C:\codetyphon\fpc\b
Hint: End of reading config file C:\codetyphon\fpc\bin
Free Pascal Compiler version 2.7.1 [2014/03/29] for i3
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Win32 for i386
Compiling fcllaz.pas
Fatal: Can't find unit system used by fcllaz
Fatal: Compilation aborted
make[1]: *** [fcllaz.ppu] Error 1
make[1]: Leaving directory `C:/codetyphon/typhon/packa
make: *** [Registration] Error 2

======================================================

[INFO]: create ..\typhonTemp directory.

??????????????????????????????????????????????????????
[ERROR]: Typhon32 Small-IDE NOT Build
??????????????????????????????????????????????????????

======================================================
            Build Typhon BIG-IDE for Win32
======================================================


??????????????????????????????????????????????????????
[ERROR]: Sorry, Typhon32 from Small-IDE NOT Build
         please remove and build Typhon again...
??????????????????????????????????????????????????????

[INFO]: Skip 64bit actions, this is 32 bits system...

My steps:
1. Install ct studio
2. remove and rebuild all

I tried with different configurations without success.
Ct version is 4.8 (lastest i think )
I will be happy if you provide solution to this problem.

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

Can`t install to Win7 x86 9 years 10 months ago #5569

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
The installation user has Administrator Privileges ? info
PilotLogic Architect and Core Programmer

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

Can`t install to Win7 x86 9 years 10 months ago #5570

  • faraon7
  • faraon7's Avatar Topic Author
  • Visitor
  • Visitor
Yes, the privileges are ok. I double checked!
I tried with diferent directories. Same result. It`s working on my win8 x64 bit computer but not on win7 x86

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

Can`t install to Win7 x86 9 years 10 months ago #5575

  • Bob
  • Bob's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 2
Hi,

I had the same problem before.
After checking the build logs and found in this thread info about interfering tools from git or some others in the path (rm.exe for example).
Now, and for every new version of CT, I'm doing compilation with a little mysetup.bat file placed in C:\codetyphon, changing the PATH temporarily and calling the regular setup.bat.
Simple and without doing any modification in setup.bat nor the system :P

Please let's have a try (and of course, run it as admin ;) )

mysetup.bat wrote: @echo off
@set path=c:\codetyphon;c:\codetyphon\fpc\fpc32\bin\i386-win32;c:\codetyphon\fpc\fpc64\bin\x86_64-win64
c:
cd c:\codetyphon\
c:\codetyphon\setup.bat


Good luck!

Edit to reflect changes "Cosmetic 1: New FPC Directory Structure" introduced in ver 5.10 + 64bit path.
A bit late sorry :blush:
The following user(s) said Thank You: faraon7

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

Last edit: by Bob. Reason: dit to reflect changes "Cosmetic 1: New FPC Directory Structure" introduced in ver 5.10 + 64bit path.

Can`t install to Win7 x86 9 years 10 months ago #5587

  • faraon7
  • faraon7's Avatar Topic Author
  • Visitor
  • Visitor
Working like a charm !
Many, many thanks!

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

Can`t install to Win7 x86 9 years 7 months ago #5859

  • rich58
  • rich58's Avatar
  • Visitor
  • Visitor
I had a very similar problem and found a similar fix to the one Bob mentioned. I found that Cygwin's make.exe was interfering, so I remove the PATH statement to cygwin's bin directory and everything installed fine.

Rich

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

  • Page:
  • 1