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

TOPIC:

Installation problem on Ubuntu 8.10 i386 15 years 2 months ago #7

  • TSr
  • TSr's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
I can't install CodeTyphon becouse setup.sh script thinks that I have 64 bit system (i have /usr/lib64 directory)! This is not good way to check architecture.

You can use comand:
uname -m


PS
In file: Scripts/ln1_install_SysLibraries_For_Ubuntu.sh is some thing like that:
sudo apt-get update
sudo apt-get install xterm
sudo apt-get install alien
sudo apt-get install libgtk2.0-dev
sudo apt-get install libgdk-pixbuf-dev
sudo apt-get install libgpmg1-dev

Faster way will be:
sudo apt-get update
sudo apt-get install xterm alien libgtk2.0-dev libgdk-pixbuf-dev libgpmg1-dev

EDIT
Executables Like CodeTyphon_ln32.ex has same error. It thinks that I have 64bit system.
In second solution I don't have to confirm every single installation.

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

Last edit: by TSr.

Re:Installation problem on Ubuntu 8.10 i386 15 years 2 months ago #8

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks
In current Version 0.855, we put all your suggestions and
we change Linux 64 Identification method with "uname -m" system function.

Please try it again...
PilotLogic Architect and Core Programmer

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

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