Question CT LAB ver 5.20
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
but this source has problem with LICENSE
is this source code FREE or not ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- usbdoo
- Visitor
-
Please Log in or Create an account to join the conversation.
- zbyna
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 2
zbyna wrote:
sternas wrote:
---- CT Release 5.20 LAB Tasks list ----
...
02-12-2014 Revision: 005131 LAB Actions
...
Note1: You can download and test this version from "CTCenter->Update Manager" and select CT Development Version
Note2: Please post to this topic any suggestion or problem or fix for LAB CT ver 5.20
Any direct download link for CodeTyphonIns.zip with Development version ? I would like to test on Mac but there is no usable CTCenter from previous stable version.
Thanks for hint
zbyna
Just force my neighbour to install CodeTyphon temporarily

Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we are NOT ready for Mac OS public release yet.
LAB CT ver 5.20 can install and build FPC32, FPC64 and Typhon32 Carbon
CTCenter exists (i386-darwin-carbon) but some functions don't work
Mac OS port of CodeTyphon is not so simple
and we want time and real programming help at this CT development stage
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Alexandr
- Offline
- Junior Member
-
- Posts: 62
- Thank you received: 2
- Before using CodeTyphon, make sure, that the your user profile folder in "C:\Users\" folder named only in English letters.
'
That's solves a lof of troubles:
- GlassDocking problem now works fine.
- Some probem with storing IDE data That makes me a bit crazy today...
- Installation of any custom component pack works fine.
Now these problems are solved.
Please Log in or Create an account to join the conversation.
- zbyna
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 2
sternas wrote: Sir
we are NOT ready for Mac OS public release yet.
LAB CT ver 5.20 can install and build FPC32, FPC64 and Typhon32 Carbon
CTCenter exists (i386-darwin-carbon) but some functions don't work
Mac OS port of CodeTyphon is not so simple
and we want time and real programming help at this CT development stage
Here is my result:
system: OS X 10.10.1
kernel: Darwin 14.0.0
FPC32,FPC64 - installed
CTCenter - partially works
Typhon32 Small IDE (Carbon) - can not install
due to missing (*.pas,*.pp,*.inc) added to fpc.cfg:
-Fi/usr/lib/codetyphon/fpcsrc/packages/fcl-base/src/dummy/
-Fu/usr/lib/codetyphon/fpcsrc/packages/univint/src/
-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-image/src/
-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-process/src/
-Fi/usr/lib/codetyphon/fpcsrc/packages/fcl-process/src/dummy/
after that ended with this error log:
process.pp(588) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
--XCode
--XCode Command tools
xcode-select --install
sudo xcodebuild -license
--and MacPorts link
We make our test on MAC 10.9.x
Mac 10.10 in new in our lab
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- zbyna
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 2
sternas wrote: Did you install
--XCode
--XCode Command tools
--XQuartz linkxcode-select --install sudo xcodebuild -license
--and MacPorts link
We make our test on MAC 10.9.x
Mac 10.10 in new in our lab
Yes, xcode and command line tools installed.
XQuartz too.
Instead of macports I am using brew: link
I changed paths which I added to fpc.cfg (instead of dummy I used unix)
and other items :
-Fi/usr/lib/codetyphon/fpcsrc/packages/fcl-base/src/unix/
-Fu/usr/lib/codetyphon/fpcsrc/packages/univint/src/
-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-image/src/
-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-process/src/
-Fi/usr/lib/codetyphon/fpcsrc/packages/fcl-process/src/unix/
-Fu/usr/lib/codetyphon/typhon/packager/registration/
-Fu/usr/lib/codetyphon/typhon/components/lazutils/
-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-json/src/
ends with error log:
tttypes.pas(481,5) Error: Error in type definition
tttypes.pas(481,5) Fatal: Syntax error, ";" expected but "FUNCTION" found
Fatal: Compilation aborted
make[1]: *** [alllclunits.ppu] Error 1
Seems like my adding items to fpc.cfg broke compilation order and override dependencies for lazutils package ?
tttypes.pas is OK:
TFreeTypeCustomRasterizer = class
function Render_Glyph( var glyph : TT_Outline;
var target : TT_Raster_Map ) : TError; virtual; abstract;
(* Render one glyph in the target bitmap (1-bit per pixel) *)
Please Log in or Create an account to join the conversation.
- Bernd Klingesberger
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we will check and fix this
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Bernd Klingesberger
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- zbyna
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 2
zbyna wrote:
sternas wrote: Did you install
--XCode
--XCode Command tools
--XQuartz linkxcode-select --install sudo xcodebuild -license
--and MacPorts link
We make our test on MAC 10.9.x
Mac 10.10 in new in our lab
Yes, xcode and command line tools installed.
XQuartz too.
Instead of macports I am using brew: link
I changed paths which I added to fpc.cfg (instead of dummy I used unix)
and other items :
Warning: Spoiler!-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-base/src/
-Fi/usr/lib/codetyphon/fpcsrc/packages/fcl-base/src/unix/
-Fu/usr/lib/codetyphon/fpcsrc/packages/univint/src/
-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-image/src/
-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-process/src/
-Fi/usr/lib/codetyphon/fpcsrc/packages/fcl-process/src/unix/
-Fu/usr/lib/codetyphon/typhon/packager/registration/
-Fu/usr/lib/codetyphon/typhon/components/lazutils/
-Fu/usr/lib/codetyphon/fpcsrc/packages/fcl-json/src/
ends with error log:
Warning: Spoiler!tttypes.pas(480,31) Error: Identifier not found "class"
tttypes.pas(481,5) Error: Error in type definition
tttypes.pas(481,5) Fatal: Syntax error, ";" expected but "FUNCTION" found
Fatal: Compilation aborted
make[1]: *** [alllclunits.ppu] Error 1
Seems like my adding items to fpc.cfg broke compilation order and override dependencies for lazutils package ?
tttypes.pas is OK:
Warning: Spoiler!type
TFreeTypeCustomRasterizer = class
function Render_Glyph( var glyph : TT_Outline;
var target : TT_Raster_Map ) : TError; virtual; abstract;
(* Render one glyph in the target bitmap (1-bit per pixel) *)
I am able to install, problem was in coexistence CodeTyphon and Lazarus - different fpc versions - solved by creating one symlink

So the result is:
system: OS X 10.10.1
kernel: Darwin 14.0.0
FPC32,FPC64 - installed
CTCenter - partially works, xterm executable not found error
(XQuartz 2.7.7 installed, possible run xterm from x11 menu)
Typhon32 Big IDE (Carbon) installed and works
embedded form designer does not work
gdb works from my previous instalation
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
this is and the LAB CT status until now
we try to fix CTCenter and Cocoa Platform now
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- usbdoo
- Visitor
-
sternas wrote: Thanks Sir, we will try
but this source has problem with LICENSE
is this source code FREE or not ?
www.mwasoftware.co.uk/index.php?option=c...limit=9&limitstart=0
MWA Software is pleased to announce the immediate availability of IBX for Lazarus (release 1.0-0). IBX for Lazarus is derived from the Open Source edition of IBX published by Borland/Inprise in 2000 under the InterBase Public License. This version has been brought up-to-date by MWA Software and focused on the Firebird Database API for both Linux and Windows platforms. It is released under the InterBase Public License for the original code and under the compatible Initial Developers Public License for new software. Both Licenses permit commercial use.
Please Log in or Create an account to join the conversation.