Recent

Author Topic: Lazarus 0.9.30 released  (Read 172540 times)

DirkS

  • Sr. Member
  • ****
  • Posts: 251
Re: Lazarus 0.9.30 released
« Reply #105 on: June 18, 2011, 08:11:30 pm »
Ok, both are NOT different, identical, only dates differ. :D
ftp://ftp.freepascal.org/pub/lazarus/snapshots/Lazarus-0.9.30.1-31190-fpc-2.4.4-20110613-win32.exe
vs
ftp://ftp.freepascal.org/pub/lazarus/snapshots/Lazarus-0.9.31-31188-fpc-2.4.4-20110613-win32.exe
The first one is 0.9.30 + fixes (the 'fixes' branch). The second is the latest trunk version (which can have bug fixes + new features + new bugs)
These two are using the latest FPC release (2.4.4).

Quote
I understand, bug fixes + new features + new bugs (maybe)
ftp://ftp.freepascal.org/pub/lazarus/snapshots/Lazarus-0.9.31-31241-fpc-2.5.1-20110616-win32.exe
This one also uses the cutting edge (or trunk) FPC compiler. Again: bug fixes + new features + new bugs...

Gr.
Dirk.

Materion

  • Newbie
  • Posts: 4
Re: Lazarus 0.9.30 released
« Reply #106 on: August 18, 2011, 03:24:31 pm »
God thank you developers for doing such a great job with Lazarus ! And im soo thankful for developers of FreePascal too :). Thanks you pascal/delphi is still alive and can be used on many operating systems ;).

GeoffreyBernardo

  • Newbie
  • Posts: 5
Re: Lazarus 0.9.30 released
« Reply #107 on: October 15, 2011, 11:16:25 am »
Are there any plans to update the Ubuntu repository with the latest version?

Thanks.

fabienwang

  • Sr. Member
  • ****
  • Posts: 449
  • Lazarus is the best
    • My blog
Re: Lazarus 0.9.30 released
« Reply #108 on: October 15, 2011, 11:25:59 am »
It depends on maintainer. I see that 0.9.30 is in Oneiric repo:

http://packages.ubuntu.com/en/oneiric/lazarus-0.9.30
I'm using Arch Linux.
Known for: CPickSniff, OpenGrabby
Contributed to: LazPaint

GeoffreyBernardo

  • Newbie
  • Posts: 5
Re: Lazarus 0.9.30 released
« Reply #109 on: October 15, 2011, 12:10:19 pm »
It depends on maintainer. I see that 0.9.30 is in Oneiric repo:

http://packages.ubuntu.com/en/oneiric/lazarus-0.9.30

Thanks, Fabien. I realised that my problem is that I am still on Lucid.

I downloaded the debian tar packages from Sourceforge and unpacked them with Archive Manager. By trial and error I learned that lazarus-doc-0.9.30_0.9.30-0_all.deb should be intalled first ($ sudo dpkg -i lazarus-doc-0.9.30_0.9.30-0_all.deb), then lazarus-src-0.9.30_0.9.30-0_all.deb.

Some of the necessary packages are not in the download, so I am going to reinstall the old version to get those packages and install the debian packages on top of that.
« Last Edit: October 15, 2011, 12:25:56 pm by GeoffreyBernardo »

fabienwang

  • Sr. Member
  • ****
  • Posts: 449
  • Lazarus is the best
    • My blog
Re: Lazarus 0.9.30 released
« Reply #110 on: October 15, 2011, 12:27:28 pm »
Here is how i install:

extract fpc tar gz and do:

Here are the dependencies:

Code: [Select]
sudo apt-get install libgtk2.0-dev libogg-dev libvorbis-dev liba52-0.7.4-dev libdts-dev libmad0-dev libmodplug-dev binutils libsvga1-dev libsvga1 libxdamage-dev libxcomposite-dev libxfixes-dev libxcursor-dev libxrandr-dev libxi-dev libxinerama-dev libxext-dev libx11-dev libcairo2-dev libatk1.0-dev libpango1.0-dev libgdk-pixbuf2.0-dev libglib2.0-dev libcairo-script-interpreter2 libfontconfig1-dev libfreetype6-dev libxrender-dev libpng12-dev libsm-dev libpixman-1-dev libxcb1-dev libxcb-render0-dev libxcb-shm0-dev libdca-dev libpng12-dev libglib2.0-bin zlib1g-dev libxft-dev libxau-dev libxdmcp-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev xtrans-dev xorg-sgml-doctools x11proto-composite-dev x11proto-damage-dev x11proto-xext-dev x11proto-fixes-dev x11proto-xinerama-dev x11proto-randr-dev libxrender-dev libexpat1-dev libc6-dev libpthread-stubs0-dev libc-dev-bin linux-libc-dev gcc-4.6 make libpthread-stubs0 libice-dev x11proto-render-devthen:
Code: [Select]
sudo dpkg -i --force-all *.deb
For Lazarus, the same:

Then with the lazarus tar gz, do the same:

Code: [Select]
sudo apt-get install libqt4pas-dev libqt4pas5 libqt4-network libqtcore4 libqtgui4 libqtwebkit4 libqt4-dbus libaudio2 libqtlocation1 libqtmultimediakit1 libqt4-xml libqt4-sql libqt4-openglthen:
Code: [Select]
sudo dpkg -i --force-all *.deb
I'm using Arch Linux.
Known for: CPickSniff, OpenGrabby
Contributed to: LazPaint

GeoffreyBernardo

  • Newbie
  • Posts: 5
Re: Lazarus 0.9.30 released
« Reply #111 on: October 15, 2011, 02:46:28 pm »
I uninstalled the old FPC and old Lazarus, then installed new FPC from debian packages, 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.

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Lazarus 0.9.30 released
« Reply #112 on: October 15, 2011, 11:23:48 pm »
That's strange, I did have that deb in the tarball I downloaded... It won't install on Ubuntu Lucid anyway, since it depends on a libgdk which doesn't exist in Lucid's repo.
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

GeoffreyBernardo

  • Newbie
  • Posts: 5
Re: Lazarus 0.9.30 released
« Reply #113 on: October 16, 2011, 08:17:31 pm »
That's strange, I did have that deb in the tarball I downloaded...

Which one, lazarus-ide-gtk-0.9.30 or lazarus-ide-gtk2-0.9.30?

It won't install on Ubuntu Lucid anyway, since it depends on a libgdk which doesn't exist in Lucid's repo.

Even if it is not in the repo, could it still be installed from elsewhere?

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Lazarus 0.9.30 released
« Reply #114 on: October 16, 2011, 08:47:23 pm »
Ah yes sorry, I meant gtk2. AFAIK, gtk IDE is deprecated and not included, I guess you should compile it yourself.
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

 

TinyPortal © 2005-2018