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

TOPIC:

ERROR building lazarus 64 on fedora 15 kde 12 years 6 months ago #1334

  • Hector S Ponce
  • Hector S Ponce's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 0
compiler_buildmacro_options.pas(925,47) Warning: Conversion between ordinals and pointers is not portable
/usr/bin/ld: warning: ../link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lGL
/usr/bin/ld: cannot find -lGLU
/usr/bin/ld: cannot find -lXxf86vm
lazarus.pp(192,1) Error: Error while linking
lazarus.pp(192,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make[2]: *** [lazarus] Error 1
make[2]: Leaving directory `/usr/lib/lazarus/ide'
make[1]: *** [bigide] Error 2
make[1]: Leaving directory `/usr/lib/lazarus/ide'
make: *** [idebig] Error 2
strip: 'lazarus': No such file
strip: 'lazbuild': No such file
strip: 'startlazarus': No such file
mv: cannot stat `lazarus': No such file or directory
mv: cannot stat `startlazarus': No such file or directory
mv: cannot stat `lazbuild': No such file or directory
.
[INFO]: make some links...

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

Re: ERROR building lazarus 64 on fedora 15 kde 12 years 6 months ago #1335

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
Did you install "must have" System Libraries ? info
PilotLogic Architect and Core Programmer

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

Re: ERROR building lazarus 64 on fedora 15 kde 12 years 6 months ago #1336

  • Hector S Ponce
  • Hector S Ponce's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 0
yes, no errors...

I installed lazarus from rpm package and works fine

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

Last edit: by Hector S Ponce.

Re: ERROR building lazarus 64 on fedora 15 kde 12 years 6 months ago #1337

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
/usr/bin/ld: cannot find -lGL
/usr/bin/ld: cannot find -lGLU
/usr/bin/ld: cannot find -lXxf86vm

These Errors are from basic OpenGL libraries
Your Fedora box don't has these OpenGL libraries

CT Small IDE (like official Lazarus) Don't use OpenGL libraries
But CT big IDE request OpenGL Libraries...

My suggestion
remove all and build "CT Small IDE"
or
install OpenGL libraries and build "CT Big IDE"
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Re: ERROR building lazarus 64 on fedora 15 kde 12 years 6 months ago #1338

  • Hector S Ponce
  • Hector S Ponce's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 0
After installing missing libraries, BigIDE compiled OK

Thanks for CodeTyphon, you have made a great job !

sudo yum install GLC_lib.x86_64 gtkglarea2.x86_64 gtkglext-devel.x86_64 gtkglext-libs.x86_64

[hp@hpi5 ~]$ sudo yum install GLC_lib.x86_64 gtkglarea2.x86_64 gtkglext-devel.x86_64 gtkglext-libs.x86_64
[sudo] password for hp:
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Package GLC_lib-2.0.0-1.fc15.x86_64 already installed and latest version
Package gtkglarea2-2.0.1-2.fc15.x86_64 already installed and latest version
Package gtkglext-devel-1.2.0-14.fc15.x86_64 already installed and latest version
Package gtkglext-libs-1.2.0-14.fc15.x86_64 already installed and latest version
Nothing to do

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

Last edit: by Hector S Ponce.

Re: ERROR building lazarus 64 on fedora 15 kde 12 years 6 months ago #1339

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
have fun...
PilotLogic Architect and Core Programmer

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

  • Page:
  • 1