Recent

Author Topic: lazarus 0.9.30.0 on ubuntu10.04  (Read 20765 times)

HappyLarry

  • Full Member
  • ***
  • Posts: 155
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #15 on: September 16, 2011, 12:19:59 am »
Aha! I didn't know I was using a Qt version of Lazarus!  I downloaded it from a link in the Lazarus wiki to Sourceforge - it is called lazarus-0.9.30-i386.deb.tar. (71MB). All I did was create a new folder, put it in,  double-click on it to extract the ,debs and run dpkg -i  * .  There are various packages in the folder such as
lazarus-ide-gtk2-0.9.30_0.9.30-0_all
and
lazarus-ide-qt4-0.9.30_0.9.30-0_all
but I thought you just installed everything. I'm sure that there are posts on this forum saying to do that.
I use Ubuntu Lucid Lynx with a Gnome interface. Where should I get the Lazarus download from?
Thanks for your help.
Use Lazarus and Free Pascal and stand on the shoulders of giants . . . very generous giants. Thank you.

Blaazen

  • Hero Member
  • *****
  • Posts: 3241
  • POKE 54296,15
    • Eye-Candy Controls
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #16 on: September 16, 2011, 12:25:03 am »
It seems you already have it. I think "lazarus-ide-gtk2-0.9.30_0.9.30-0_all" is what you need.

Try
Code: [Select]
dpkg -i lazarus-ide-gtk2-0.9.30_0.9.30-0_all.deb and you will see.
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

HappyLarry

  • Full Member
  • ***
  • Posts: 155
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #17 on: September 16, 2011, 12:45:22 am »
I tried it but....

sudo dpkg -i lazarus-ide-gtk2-0.9.30_0.9.30-0_all.deb
dpkg: error processing lazarus-ide-gtk2-0.9.30_0.9.30-0_all.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 lazarus-ide-gtk2-0.9.30_0.9.30-0_all.deb

Sorry! This is my mistake. I  misread the original file. It is
lazarus-ide-gtk2-0.9.30_0.9.30-0_i386.deb

Therefore I also tried ...

sudo dpkg -i lazarus-ide-gtk2-0.9.30_0.9.30-0_i386.deb
(Reading database ... 197050 files and directories currently installed.)
Preparing to replace lazarus-ide-gtk2-0.9.30 0.9.30-0 (using lazarus-ide-gtk2-0.9.30_0.9.30-0_i386.deb) ...
Unpacking replacement lazarus-ide-gtk2-0.9.30 ...
Setting up lazarus-ide-gtk2-0.9.30 (0.9.30-0) ...
update-alternatives: using /usr/lib/lazarus/0.9.30/lazarus-gtk2 to provide /usr/lib/lazarus/0.9.30/lazarus (lazarus-0.9.30) in auto mode.

I don't understand this. Should I try Lazarus now?


« Last Edit: September 16, 2011, 12:56:49 am by HappyLarry »
Use Lazarus and Free Pascal and stand on the shoulders of giants . . . very generous giants. Thank you.

Blaazen

  • Hero Member
  • *****
  • Posts: 3241
  • POKE 54296,15
    • Eye-Candy Controls
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #18 on: September 16, 2011, 12:53:06 am »
Sorry for confusion in my previous post, it was name of folder and not a filename.

This output:
Code: [Select]
sudo dpkg -i lazarus-ide-gtk2-0.9.30_0.9.30-0_i386.deb
(Reading database ... 197050 files and directories currently installed.)
Preparing to replace lazarus-ide-gtk2-0.9.30 0.9.30-0 (using lazarus-ide-gtk2-0.9.30_0.9.30-0_i386.deb) ...
Unpacking replacement lazarus-ide-gtk2-0.9.30 ...
Setting up lazarus-ide-gtk2-0.9.30 (0.9.30-0) ...
update-alternatives: using /usr/lib/lazarus/0.9.30/lazarus-gtk2 to provide /usr/lib/lazarus/0.9.30/lazarus (lazarus-0.9.30) in auto mode.
seems that Laz. is installed.
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

HappyLarry

  • Full Member
  • ***
  • Posts: 155
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #19 on: September 16, 2011, 01:05:58 am »
I created a simple application with 1 button which changed the caption of a label. I got an error when I clicked the button.

Error message = Can't find unit contnrs used by Masks

This may be an unrelated error, although I have never seen one like it before.
Is there any way of testing whether Lazarus is correctly installed?
Use Lazarus and Free Pascal and stand on the shoulders of giants . . . very generous giants. Thank you.

Blaazen

  • Hero Member
  • *****
  • Posts: 3241
  • POKE 54296,15
    • Eye-Candy Controls
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #20 on: September 16, 2011, 01:24:44 am »
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

HappyLarry

  • Full Member
  • ***
  • Posts: 155
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #21 on: September 16, 2011, 06:00:29 pm »
This doesn't seem right. There must be an easier way.  Is it easier to use the Lazarus Ubuntu repository to download Lazarus 0.9.30?
Use Lazarus and Free Pascal and stand on the shoulders of giants . . . very generous giants. Thank you.

GeoffreyBernardo

  • Newbie
  • Posts: 5
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #22 on: October 15, 2011, 03:55:46 pm »
I am also on Ubuntu 10.04 because it is the LTS and because my computer is old.

I uninstalled the old FPC and old Lazarus, then installed new FPC from debian packages on Lazarus Sourceforge, then installed all the 0.9.30 lcl packages as well as 0.9.30 lazarus-doc and lazarus-src packages successfully.

When I tried to install lazarus-ide-gtk2-0.9.30, GDebi said it depends on lazarus-ide-0.9.30. When I tried to install lazarus-ide-0.9.30, it said it depends on lazarus-ide-gtk-0.9.30. But lazarus-ide-gtk-0.9.30 is not in the download.

HappyLarry

  • Full Member
  • ***
  • Posts: 155
Re: lazarus 0.9.30.0 on ubuntu10.04
« Reply #23 on: October 16, 2011, 10:29:25 pm »
Hi
I eventually got Lazarus 0.9.30 working on Lucid. I made a lot of mistakes on the way as you can read on the thread -
http://forum.lazarus.freepascal.org/index.php/topic,14672.0.html.

I'm not sure I ever had exactly the problem you have but it might help.
Use Lazarus and Free Pascal and stand on the shoulders of giants . . . very generous giants. Thank you.

 

TinyPortal © 2005-2018