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

TOPIC:

Install CodeTyphon 4.5 on CentOS 6.4 i386 10 years 5 months ago #4689

  • Gene Leung
  • Gene Leung's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
Dear All,

I tried to install CT 4.5 on CentOS 6.4 and have the following error. Any hints to fix this? Or any where I can get the CT 4.6 for installation?

Platform:
Linux c63.xxxxx.xxx 2.6.32-358.18.1.el6.i686 #1 SMP Wed Aug 28 14:27:42 UTC 2013 i686 i686 i386 GNU/Linux

Error:

/usr/bin/ld: warning: ../link.res contains output sections; did you forget -T?
/usr/lib/codetyphon/typhon/components/pl_Abbrevia/lib/i386-linux/gtk2/AbUtils.o: In function `ABUTILS_$$_ABGETTEMPFILE$ANSISTRING$BOOLEAN$$ANSISTRING':
AbUtils.pas:(.text.n_abutils_$$_abgettempfile$ansistring$boolean$$ansistring+0x8f): warning: the use of `mktemp' is dangerous, better use `mkstemp'
/usr/lib/codetyphon/typhon/components/pl_Castle/lib/i386-linux/gtk2/castlewindow.o: In function `CASTLEWINDOW$_$TCASTLEAPPLICATION_$__$$_SCREENWIDTH$$LONGINT':
castlewindow.pas:(.text.n_castlewindow$_$tcastleapplication_$__$$_screenwidth$$longint+0x24): undefined reference to `gdk_screen_get_primary_monitor'
/usr/lib/codetyphon/typhon/components/pl_Castle/lib/i386-linux/gtk2/castlewindow.o: In function `CASTLEWINDOW$_$TCASTLEAPPLICATION_$__$$_SCREENHEIGHT$$LONGINT':
castlewindow.pas:(.text.n_castlewindow$_$tcastleapplication_$__$$_screenheight$$longint+0x24): undefined reference to `gdk_screen_get_primary_monitor'
typhon.pp(262,1) Error: Error while linking
typhon.pp(262,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make[2]: *** [typhon] Error 1
make[2]: Leaving directory `/usr/lib/codetyphon/typhon/ide'
make[1]: *** [bigide] Error 2
make[1]: Leaving directory `/usr/lib/codetyphon/typhon/ide'
make: *** [idebig] Error 2


??????????????????????????????????????????????????????
[ERROR]: Sorry, Typhon32 BIG IDE NOT Build
??????????????????????????????????????????????????????

B/R
Gene

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

Install CodeTyphon 4.5 on CentOS 6.4 i386 10 years 5 months ago #4690

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
It's pl_Castle problem

please use this version from CT lab (Castle SVN 22-10-2013 rev 13236)

in ctinfo.txt you can read the MODs
castlewindow_gtk.inc    
// replace, "gdk_screen_get_primary_monitor" with "gdk_screen_get_default"   
// problem to old GTK2 linux with <gtk-2.20.1
 like CentOS 6.4

Old gtk library < gtk-2.20.1 don't has gdk_screen_get_default function...
for reasons like this, we test CT on many OSes.
In our lab we have Ubuntu 13.10, Debian 7.2, openSUSE 13.1 etc, for tests

Linux world is under war...
The "Linux model" is in limitation line?
PilotLogic Architect and Core Programmer
Attachments:

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

Last edit: by Sternas Stefanos.
  • Page:
  • 1