Recent

Author Topic: Lazarus 1.0RC1 released  (Read 96695 times)

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.0RC1 released
« Reply #60 on: August 14, 2012, 10:23:52 am »
I tried to download it, but I get download is forbidden.
I'm from Sudan
is there any alternative download link rather than sourceforge
@motaz:
Have a look at this Lazarus discussion for a possible link:
http://www.mail-archive.com/lazarus@lists.lazarus.freepascal.org/msg32030.html
Still seems 1.0RC1 does not have Windows builds though...

... ah, looking around on that server I found:
ftp://freepascal.dfmk.hu/pub/lazarus/releases/Lazarus%20Windows%2032%20bits/Lazarus%201.0RC1/
this may help...

Thanks,
BigChimp
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

hinst

  • Sr. Member
  • ****
  • Posts: 303
Re: Lazarus 1.0RC1 released
« Reply #61 on: August 14, 2012, 11:38:29 am »
Anyone else was shocked by :o "Choose your C" :o on the home page  :P
Thought it has something to do with the C programming language
« Last Edit: August 14, 2012, 11:40:07 am by hinst »
Too late to escape fate

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Lazarus 1.0RC1 released
« Reply #62 on: August 14, 2012, 03:05:19 pm »
Thanks BigChimp, but I found it in sourceforge Japan. I forget to mention it here.

I downloaded it and installed it without problems
Thanks

burek

  • Newbie
  • Posts: 1
Re: Lazarus 1.0RC1 released
« Reply #63 on: August 15, 2012, 01:59:18 pm »
Great!!! This is awesome! :)
I'm reading the impressive list of changes at http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
And I'm still reading it, to see all the changes, but I just wanted to write a big THANK YOU for all the people who made it happen!

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Lazarus 1.0RC1 released
« Reply #64 on: August 15, 2012, 11:45:52 pm »
It's wonderful to see the magic numbers 1.0 at last :) Kudos to the Lazarus team, all the best and keep up the great work ;)
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

ccrause

  • Hero Member
  • *****
  • Posts: 845
Re: Lazarus 1.0RC1 released
« Reply #65 on: August 19, 2012, 10:04:48 am »
Fantastic work to the Lazarus team.  I tested the subversion RC1 tag in Debian and it compiled and ran without problems, once I managed to point make to my not installed fpc compiler using
Code: [Select]
make FPC=~/fpc-2.6.0/bin/fpc
A pleasant feature I noticed in the editor is that copy / paste now seems to match the indent level of pasted text with the surrounding text when pasted ; at least if the caret is at the start of the line.

Fred vS

  • Hero Member
  • *****
  • Posts: 3158
    • StrumPract is the musicians best friend
Re: Lazarus 1.0RC1 released
« Reply #66 on: August 19, 2012, 04:43:42 pm »
Whaw, nice work.   ;D
Installed without problem in Windows 7 64...
Installed with few problems in Ubuntu 11.10 64...

Few remarks :

When compiling Lazarus with QT widgetset, hum, seems old timer app... and if a form have lots of components, the form do not show all of them.

In earlier release, in Project, there was the option : Choose LCL widgeset ( a list box shows you the lcl available, win, gtk, gtk2, Qt, carbon, etc.....).

But in RC1 i do not have find that option... :'(

Thanks



I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.0RC1 released
« Reply #67 on: August 19, 2012, 04:51:49 pm »
In earlier release, in Project, there was the option : Choose LCL widgeset ( a list box shows you the lcl available, win, gtk, gtk2, Qt, carbon, etc.....).

But in RC1 i do not have find that option... :'(
See macro lclwidgetset (IIRC) LCLWidgetType in the project options/build mode.

Edit: in Project Options/Compiler Options/Paths, you should see a line "Select another LCL widget set (macro LCLWidgetType)"... click on that and it takes you where you need to be ;)
« Last Edit: August 19, 2012, 04:58:45 pm by BigChimp »
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

Fred vS

  • Hero Member
  • *****
  • Posts: 3158
    • StrumPract is the musicians best friend
Re: Lazarus 1.0RC1 released
« Reply #68 on: August 19, 2012, 08:56:29 pm »
@ BigChimp, ok i get it ... Thanks  :P

But i find the "old way" more easy and clear.
Of course it is only my opinion... and maybe with a few more practice i gonna find it genial.  :-X
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

BSaidus

  • Hero Member
  • *****
  • Posts: 542
  • lazarus 1.8.4 Win8.1 / cross FreeBSD
Re: Lazarus 1.0RC1 released
« Reply #69 on: August 21, 2012, 03:01:40 pm »
Thanks for your hard work !!
I have some questions :
1. Where can i find the change log.
2. Where to find components repository.
lazarus 1.8.4 Win8.1 / cross FreeBSD
dhukmucmur vernadh!

Leledumbo

  • Hero Member
  • *****
  • Posts: 8747
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus 1.0RC1 released
« Reply #70 on: August 21, 2012, 04:48:19 pm »
Quote
1. Where can i find the change log.
http://wiki.freepascal.org/Lazarus_1.0_release_notes
Quote
2. Where to find components repository.
Official one, note that many great components are not hosted here

dcosta

  • Newbie
  • Posts: 2
Re: Lazarus 1.0RC1 released
« Reply #71 on: August 28, 2012, 08:05:57 pm »
Hello all,

I have installed in my Windows XP box the Lazarus 1.9.9.31 the 2.5.1 FPC versions.
Can someone let me know if I can install in the same machine the Lazarus 1.0RC2 with the last version of FPC keeping both working?
Moreover, someone will tell me if or where I may find a place where from download a pack of Lazarus + PFC?

Thanks in advance
Dias Costa
« Last Edit: August 28, 2012, 08:13:30 pm by dcosta »

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9794
  • Debugger - SynEdit - and more
    • wiki
« Last Edit: August 28, 2012, 10:11:13 pm by Martin_fr »

Fred vS

  • Hero Member
  • *****
  • Posts: 3158
    • StrumPract is the musicians best friend
Re: Lazarus 1.0RC1 released
« Reply #73 on: September 04, 2012, 09:10:32 pm »
Hello everybody.

When i try to re-compile Lazarus with Qt, i get that message :

Quote
/usr/bin/ld: cannot find -lQt4Pas
/usr/share/lazarus/1.0RC1/ide/lazarus.pp(133,1) Error: Error while linking

I have try to install Qt4Pas, but still same error...
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

Leledumbo

  • Hero Member
  • *****
  • Posts: 8747
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus 1.0RC1 released
« Reply #74 on: September 05, 2012, 08:50:37 am »
Quote
I have try to install Qt4Pas, but still same error...
Do you have libQt4Pas.so in ld search path (typically /usr/lib)?

 

TinyPortal © 2005-2018