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

TOPIC:

"Can't find unit system used by fcllaz" - Fails 13 years 1 week ago #1011

  • Paul
  • Paul's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
Hi,

I love what you guys do.

I tried using the email address in the help.html file: This email address is being protected from spambots. You need JavaScript enabled to view it., but the email bounced ...

"Delivery to the following recipient failed permanently:

This email address is being protected from spambots. You need JavaScript enabled to view it.

"Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend
contacting the other email provider for further information about the cause of this error. The
error that the other server returned was: 550 550 Unrouteable address (state 14)."

First may I clear up at the beginning, before anything else -- I always follow the procedure to remove all previous versions (which has left me without any working CodeTyphon!)

We are a not-for-profit and like to use your software.

I have been trying to install CodeTyphon for some months now.

I used to have it on my computer some time ago, but have not been able to install new versions for some time now. And so have no Lazarus unless I stop trying to use CodeTyphon so please help.

I was waiting for version 1.6 hoping that the install problems would be solved.

I run Xp pro Sp3

I have tried using a dos shell with the setup.bat option (7) and then later the CodeTyphon Centre / CodeTyphon / Remove and build ALL (Big IDE)

In the end after FreePascal is installed the Lazarus part of the install completly crashed the dos command shell!

So I ran it from the CodeTyphon menu in the CodeTyphon Center

I get a message saying that it can not handle 64 bit, but I am running the 32bit CodeTyphon, and have a 32 bit machine.

Is it calling the wrong make ?

My C: drive is Fat32, is that a new problem (it didn't used to be a problem)?

(My D: and G: are NTFS but there is no way to install to these?)

Or could there be other PATH problems? Causing confussion with make, or is the needed make called implicitly with realtiuve path?

I have looked inside directory tress of--
G:\CodeTyphon
C:\Lazarus
and
C:\PP

And system.pas is definitely there.


File Attachment:

File Name: CodeTyphon...tall.txt
File Size:1,330 KB

Here is the end of the CodeTyphon Commandbox output (green on black)

"unit fcllaz" and this message are the main issues it seems:

"Fatal: Can't find unit system used by fcllaz"

ERROR: Lazarus32 BigIDE NOT Build
??????????????????????????????????????????????????????

???????????????????????????????????????????????????????????
INFO: Sorry, Your Operating System NOT support 64Bits
can NOT build Lazarus for x86_64-win64


Thanks again,
Paul

CodeTyphon CommandBox end piece:

make.exe[1]: Entering directory `c:/lazarus/ideintf'
G:/LaTeXPortable/programs/git-portable/bin/rm.exe -f units/i386-win32/ideintf.pas.ppu
G:/LaTeXPortable/programs/git-portable/bin/rm.exe -f
G:/LaTeXPortable/programs/git-portable/bin/rm.exe -f fpcmade.i386-win32 Package.fpc ppas.bat script.res link.res
G:/LaTeXPortable/programs/git-portable/bin/rm.exe -f *.s *_ppas.bat
make.exe[1]: Leaving directory `c:/lazarus/ideintf'

Compile Lazarus Win32

C:/pp/bin/i386-win32/make.exe -C packager/registration all
make.exe[1]: Entering directory `c:/lazarus/packager/registration'
G:/LaTeXPortable/programs/git-portable/bin/rm.exe -f ../units/i386-win32/fcllaz.ppu
C:/pp/bin/i386-win32/gmkdir.exe -p ../units/i386-win32
C:/pp/bin/i386-win32/ppc386.exe -MObjFPC -Scghi -O1 -gl -vewnhi -l -Fu. -Fuc:/pp/rtl -FE. -FU../units/i386-win32 -di386 fcllaz.pas
Hint: Start of reading config file C:\pp\bin\i386-win32\fpc.cfg
Hint: End of reading config file C:\pp\bin\i386-win32\fpc.cfg
Free Pascal Compiler version 2.5.1 [2011/04/15] for i386
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Win32 for i386
Compiling fcllaz.pas
Fatal: Can't find unit system used by fcllaz
Fatal: Compilation aborted
make.exe[1]: *** [fcllaz.ppu] Error 1
make.exe[1]: Leaving directory `c:/lazarus/packager/registration'
C:\pp\bin\i386-win32\make.exe: *** [packager/registration] Error 2

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

INFO: create c:\lazarusTemp directory.

??????????????????????????????????????????????????????
ERROR: Lazarus32 BigIDE NOT Build
??????????????????????????????????????????????????????

???????????????????????????????????????????????????????????
INFO: Sorry, Your Operating System NOT support 64Bits
can NOT build Lazarus for x86_64-win64
???????????????????????????????????????????????????????????

_______________________________________________________________

Terminate Action at 20/04/2011 11:04:20
ExitCode : 0

Here is my CodeTyphon Center / Directories output


OS User Directory - C:\Documents and Settings\Paul A Norman\

CodeTyphon Main Directory - G:\CodeTyphon\
CodeTyphon Scripts - G:\CodeTyphon\ScriptsWin\
CodeTyphon Cross Scripts - G:\CodeTyphon\ScriptsWin\Crossbuild\
CodeTyphon Tools - G:\CodeTyphon\binTools\
CodeTyphon User Settings - G:\CodeTyphon\binSettings\

Lazarus Main Directory - C:\lazarus\
Lazarus32 Runtime Settings - C:\lazarus\bin32\settings\
Lazarus64 Runtime Settings - C:\lazarus\bin64\settings\

FreePascal Main Directory - C:\pp\
FreePascal Bin Files - C:\pp\bin\
FreePascal Source Files - C:\pp\

GNU Main Directory - C:\pp\binGDB\

Found OpenGL 32Bit Library -> C:\Windows\System32\OpenGL32.DLL
Found OpenGL 32Bit Extensions Library -> C:\Windows\System32\GLU32.DLL


File Attachment:

File Name: CodeTyphon...tall.txt
File Size:1,330 KB

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

Re: "Can't find unit system used by fcllaz" - Fails 13 years 1 week ago #1016

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Sir,
before installation please remove any other Freepascal and Lazarus installations
Did you have any other freepascal version at
G:/LaTeXPortable/programs/git-portable folder ?
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Re: "Can't find unit system used by fcllaz" - Fails 13 years 1 week ago #1018

  • Paul
  • Paul's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
Thank you very much for the reply,

I have had a look and I can not discern anything there, here is the tree, and I'll attach the file list version of the tree as well.

G:\LaTeXPortable\programs\git-portable>tree > treeWithFiles.txt /A /F

File Attachment:

File Name: treeWithFiles.txt
File Size:90 KB


Listing --

G:\LaTeXPortable\programs\git-portable>tree > tree.txt /A

Folder PATH listing for volume 500 Portable
Volume serial number is 34B2-7E9B
G:.
+---.ssh
+---bin
+---cmd
+---doc
| \---git
| \---html
| +---howto
| +---RelNotes
| \---technical
+---etc
+---git-cheetah
+---lib
| +---dde1.3
| +---engines
| +---perl5
| | +---5.8.8
| | | +---Attribute
| | | +---auto
| | | | \---POSIX
| | | | \---SigAction
| | | +---B
| | | +---Carp
| | | +---Class
| | | +---CPAN
| | | +---DBM_Filter
| | | +---Devel
| | | +---Digest
| | | +---Encode
| | | | +---CN
| | | | +---JP
| | | | +---KR
| | | | +---MIME
| | | | | \---Header
| | | | \---Unicode
| | | +---Exporter
| | | +---File
| | | | \---Spec
| | | +---Filter
| | | +---Getopt
| | | +---Hash
| | | +---I18N
| | | | \---LangTags
| | | +---IO
| | | | \---Socket
| | | +---IPC
| | | +---List
| | | +---Locale
| | | | \---Maketext
| | | +---Memoize
| | | +---msys
| | | | +---auto
| | | | | +---attrs
| | | | | +---B
| | | | | | \---C
| | | | | +---ByteLoader
| | | | | +---Cwd
| | | | | +---Data
| | | | | | \---Dumper
| | | | | +---Devel
| | | | | | +---DProf
| | | | | | +---Peek
| | | | | | \---PPPort
| | | | | +---Digest
| | | | | | \---MD5
| | | | | +---DynaLoader
| | | | | +---Encode
| | | | | | +---Byte
| | | | | | +---CN
| | | | | | +---EBCDIC
| | | | | | +---JP
| | | | | | +---KR
| | | | | | +---Symbol
| | | | | | +---TW
| | | | | | \---Unicode
| | | | | +---Fcntl
| | | | | +---File
| | | | | | \---Glob
| | | | | +---Filter
| | | | | | \---Util
| | | | | | \---Call
| | | | | +---IO
| | | | | +---List
| | | | | | \---Util
| | | | | +---MIME
| | | | | | \---Base64
| | | | | +---Opcode
| | | | | +---PerlIO
| | | | | | +---encoding
| | | | | | +---scalar
| | | | | | \---via
| | | | | +---POSIX
| | | | | +---re
| | | | | +---sdbm
| | | | | +---SDBM_File
| | | | | +---Socket
| | | | | +---Storable
| | | | | +---Sys
| | | | | | +---Hostname
| | | | | | \---Syslog
| | | | | +---threads
| | | | | | \---shared
| | | | | +---Time
| | | | | | \---HiRes
| | | | | +---Unicode
| | | | | | \---Normalize
| | | | | \---XS
| | | | | +---APItest
| | | | | \---Typemap
| | | | +---B
| | | | +---CORE
| | | | +---Data
| | | | +---Devel
| | | | +---Digest
| | | | +---Encode
| | | | +---File
| | | | +---Filter
| | | | | \---Util
| | | | +---IO
| | | | +---MIME
| | | | +---PerlIO
| | | | +---Sys
| | | | +---threads
| | | | +---Time
| | | | +---Unicode
| | | | \---XS
| | | +---Net
| | | | \---FTP
| | | +---PerlIO
| | | | \---via
| | | +---Scalar
| | | +---Search
| | | +---Term
| | | +---Text
| | | +---Thread
| | | +---Tie
| | | +---Time
| | | +---Unicode
| | | | \---Collate
| | | +---User
| | | \---warnings
| | \---site_perl
| | \---5.8.8
| | \---msys
| | +---auto
| | | +---SVN
| | | | +---_Client
| | | | +---_Core
| | | | +---_Delta
| | | | +---_Fs
| | | | +---_Ra
| | | | +---_Repos
| | | | \---_Wc
| | | \---Term
| | | \---ReadKey
| | +---SVN
| | \---Term
| +---reg1.2
| +---tcl8
| | +---8.2
| | +---8.3
| | +---8.4
| | | \---platform
| | \---8.5
| +---tcl8.5
| | +---encoding
| | +---http1.0
| | +---msgs
| | +---opt0.4
| | \---tzdata
| | +---Africa
| | +---America
| | | +---Argentina
| | | +---Indiana
| | | +---Kentucky
| | | \---North_Dakota
| | +---Antarctica
| | +---Arctic
| | +---Asia
| | +---Atlantic
| | +---Australia
| | +---Brazil
| | +---Canada
| | +---Chile
| | +---Etc
| | +---Europe
| | +---Indian
| | +---Mexico
| | +---Pacific
| | +---SystemV
| | \---US
| \---tk8.5
| +---demos
| | \---images
| +---images
| +---msgs
| \---ttk
+---libexec
| +---git-core
| \---gnupg
+---share
| +---antiword
| +---bison
| | +---m4sugar
| | \---xslt
| +---git-core
| | \---templates
| | +---branches
| | +---hooks
| | \---info
| +---git-gui
| | \---lib
| | \---msgs
| +---gitk
| | \---lib
| | \---msgs
| +---gitweb
| | \---static
| \---vim
| \---vim73
| +---autoload
| +---plugin
| \---syntax
+---ssl
| +---certs
| | +---demo
| | \---expired
| \---misc
\---TeXWorks-Scripts

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

Re: "Can't find unit system used by fcllaz" - Fails 13 years 1 week ago #1019

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Yes, but the CodeTyphon install Script use
all Freepascal bin executables/libraries from your
"G:/LaTeXPortable/programs/git-portable/bin/rm.exe -f ../units/i386-win32/fcllaz.ppu"

My suggestion is
to rename or remove G:/LaTeXPortable/programs/git-portable/bin/ folder

Old freepascal version NOT working always with CodeTyphon
we make so many tests before any CodeTyphon release...
oh, CodeTyphon is NOT portable you must use CodeTyphon folders structure..
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Re: "Can't find unit system used by fcllaz" - Fails 13 years 1 week ago #1020

  • Paul
  • Paul's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
Ah thank you , so this is a PATH issue?

I could never have guessed that this would happen with Git.

I will rename the bin folder there - and have another go.

This could crop up anywhere?

Can I still use Git while having CodeTyphon on my computer?

Would it be worth while for the CodeTyphon install script to place an appropriate set of path statements at the head of the PATH, even temporarily, for the install procedure?

Paul

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

Re: "Can't find unit system used by fcllaz" - Fails 13 years 1 week ago #1021

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Sir,
we want a "clear" installation procedure
we don't want installation script to change any of user OS files...

"Can I still use Git while having CodeTyphon on my computer?"


Yes, but you must find your way...
and have fun...:)
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Re: "Can't find unit system used by fcllaz" - Fails 13 years 1 week ago #1022

  • Paul
  • Paul's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
Thank you very much, I now have Lazarus again!

> we want a "clear" installation procedure
> we don't want installation script to change any of user OS files..

Thank you for that, it is a very good objective.

It is possible to temporarily alter the path as a shell instance occurance only.

From: Environment Variables in Windows XP
vlaurie.com/computers2/Articles/environment.htm

"In the command line and in batch files, PATH can be modified by the command
path = dir1;dir2;dir3
This command will create a PATH environment variable consisting of the three directories dir1, dir2, and dir3. Note that the directory names are separated by a semicolon in the command statement. (An alternate form omits the "equals" sign.) This command will replace any previous directories that were in the PATH variable. To add a directory "newdir" to the current path use the statement
path = %PATH%;newdir

It is essential to remember that any changes that are made in a command window only endure until the window is closed.
For permanent changes, use the method discussed in another section. vlaurie.com/computers2/Articles/environment.htm#editing "

Also
www.microsoft.com/resources/documentatio...s/path.mspx?mfr=true

This only effects the current shell cmd environment and not the permanent Environment variable PATH.

It might help circumvent many of the problems reported here that seem to go unresolved.

I am sure that if these sorts of things could be cleared up, your's would be perhaps an even more used install of Free Pascal tools!

Even, making it possible for updates without needing to do a whole reinstall, or at least being able to keep track of User Tools added to the Lazarus menu would be a great help as well please.

Many thanks again,

Paul

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

Re: "Can't find unit system used by fcllaz" - Fails 13 years 1 week ago #1023

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Thanks Sir
we plan to make true script installation (not OS butch script like now)
with CodeTyphon TitanScript library (has pascal Script language)...
PilotLogic Architect and Core Programmer

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

  • Page:
  • 1