[Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread Anthony Walter
In an effort to be as open as possible, I've written up a "Making it Yourself" guide for to help anyone make test versions of Free Pascal 3.0 and Lazarus 1.4. The guide is available for those who want to use the most current versions of Free Pascal and Lazarus, but would prefer to obtain copies fro

Re: [Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread Philippe Lévi
that is something I was looking for ! ... and the way I like it ... as it is the way need!!! may be need some adjustment here (missing word): Download the and unpack the required tools listed below. You can place them wherever you want, but for this guide we'll be using Thanks a lot! Philip

Re: [Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread Michael Van Canneyt
On Sun, 8 Feb 2015, Anthony Walter wrote: In an effort to be as open as possible, I've written up a "Making it Yourself" guide for to help anyone make test versions of Free Pascal 3.0 and Lazarus 1.4. The guide is available for those who want to use the most current versions of Free Pascal a

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-08 Thread Mattias Gaertner
On Sat, 7 Feb 2015 17:45:58 -0800 Mehmet Erol Sanliturk wrote: >[...] > In the same directory , for example , in an NFS directory : > > When an .lpi file is loaded in an OS , file names recorded in other OSes > are causing trouble . For example? > During save of an .lpi file , Lazarus is savin

[Lazarus] Icon change ?

2015-02-08 Thread Michael Van Canneyt
Hi, After a long period I updated from version 1.3 to 1.5. The lazarus icon in the taskbar has now some kind of gear in it. Does it signal something in my setup, or is this just a permanent change of the icon? Michael. -- ___ Lazarus mailing list

Re: [Lazarus] Changing package versions

2015-02-08 Thread Mattias Gaertner
On Sat, 07 Feb 2015 19:03:43 +0100 Werner Pamler wrote: > Grrr - sent too early! Things get more complicated... > > Currently both package versions are known to the IDE, but I think there > is a bug in the project inspector which tells the wrong package version: > > On the component palette I

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-08 Thread Mehmet Erol Sanliturk
On Sun, Feb 8, 2015 at 2:47 AM, Mattias Gaertner wrote: > On Sat, 7 Feb 2015 17:45:58 -0800 > Mehmet Erol Sanliturk wrote: > > >[...] > > In the same directory , for example , in an NFS directory : > > > > When an .lpi file is loaded in an OS , file names recorded in other OSes > > are causing t

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-08 Thread Bart
On 2/8/15, Mehmet Erol Sanliturk wrote: > The above structure means , the same source files are in "different" > locations in different client computers with respect to mount points ( for > example , in Linux /home/... , in FreeBSD /usr/home/... , in Windows H:\... > ) . You should not have abso

Re: [Lazarus] Is it posibble change cursor in source editor

2015-02-08 Thread FreeMan
I tryed all, but same result, "Access violation." and IDE terminate. source editor is opening, but default colors, popup error message and click ok or cancel IDE terminate. I'm still not use to osx, how can I get stacktrace? On 6.02.2015 22:32, Martin Frb wrote: Otherwise try the 2 lines in So

Re: [Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread Graeme Geldenhuys
On 2015-02-08 10:15, Anthony Walter wrote: > > http://www.getlazarus.org/setup/making/ Very nice. Notes: - I fixed some grammar mistakes - Your wiki's "Preview" doesn't work - it shows the original page, not the currently edited version. Then clicking on "Edit" to continue editing af

Re: [Lazarus] Is it posibble change cursor in source editor

2015-02-08 Thread Martin Frb
On 08/02/2015 12:44, FreeMan wrote: I tryed all, but same result, "Access violation." and IDE terminate. source editor is opening, but default colors, popup error message and click ok or cancel IDE terminate. I'm still not use to osx, how can I get stacktrace? On 6.02.2015 22:32, Martin Frb wro

Re: [Lazarus] Is it posibble change cursor in source editor

2015-02-08 Thread FreeMan
Okey, I'm waiting your commit On 8.02.2015 15:36, Martin Frb wrote: You will need gdb. (codesigned) See the wiki. Unfortunately, I can not advice myself on how to codesign gdb. You can debug the IDE inside the IDE, by opening ide/lazarus.lpi Or you may run in a shell (there is a lazarus some

Re: [Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread JuuS
Very super cool! Now I have the courage to give it a try for my Kubuntu system(s) (yes I saw the link to the linux install). Thanks so very much! On 02/08/2015 11:15 AM, Anthony Walter wrote: > In an effort to be as open as possible, I've written up a "Making it > Yourself" guide for to help any

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-08 Thread Mehmet Erol Sanliturk
On Sun, Feb 8, 2015 at 4:18 AM, Bart wrote: > On 2/8/15, Mehmet Erol Sanliturk wrote: > > > The above structure means , the same source files are in "different" > > locations in different client computers with respect to mount points ( > for > > example , in Linux /home/... , in FreeBSD /usr/hom

[Lazarus] Fatal: (1018) Compilation aborted

2015-02-08 Thread FreeMan
osx svn lazarus r47651 qt x64 1-) /opt/proje_laz/components/rx/rxsortby.pas(66,26) Hint: (5024) Parameter "Sender" not used /Volumes/ram_disk/opt/lazarus/components/lazreport/source/addons/lrOfficeImport/lrspreadsheetimportunit.pas(39,40) Fatal: (10022) Can't find unit fpsTypes used by lrSpread

Re: [Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread Anthony Walter
Michael, from my script: # Note we use our bucket instead of sourceforge or svn for the following # reason: # It would be unethical to leach other peoples bandwidth and data # transfer charges. As such, we rehost the same fpc stable binary, fpc # test sources, and lazarus test sources from s

Re: [Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread Anthony Walter
Graeme: Preview is meant to switch between your edits, and the original copy. Preview only works if you press "Save" while editing. If you edit content, then press Preview, you're changes are lost. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepas

Re: [Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread Michael Van Canneyt
On Sun, 8 Feb 2015, Anthony Walter wrote: Michael, from my script: # Note we use our bucket instead of sourceforge or svn for the following  # reason:  #   It would be unethical to leach other peoples bandwidth and data #   transfer charges. As such, we rehost the same fpc stable binary, fpc 

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-08 Thread Mattias Gaertner
On Sun, 8 Feb 2015 06:40:39 -0800 Mehmet Erol Sanliturk wrote: >[...] > Some file names are generated by Lazarus as complete paths . For example? > Therefore , they are not related to relative paths . Mattias -- ___ Lazarus mailing list Lazarus@list

[Lazarus] Developing on Linux with files on Windows NTFS [NOT Fully Solved]

2015-02-08 Thread Donald Ziesig
There is still one residual problem. Right now I am developing and testing on Linux with the files on NTFS using ntfs-3g with case sensitive file names. Everything seems to be ok until I get a compilation error at which point I get two editor windows pointing to the same file with tabs showin

Re: [Lazarus] Fatal: (1018) Compilation aborted

2015-02-08 Thread Mattias Gaertner
On Sun, 08 Feb 2015 18:08:53 +0200 FreeMan wrote: > osx svn lazarus r47651 qt x64 > 1-) > /opt/proje_laz/components/rx/rxsortby.pas(66,26) Hint: (5024) Parameter > "Sender" not used > /Volumes/ram_disk/opt/lazarus/components/lazreport/source/addons/lrOfficeImport/lrspreadsheetimportunit.pas(39,

Re: [Lazarus] Guide: Making Free Pascal and Lazarus from sources

2015-02-08 Thread Graeme Geldenhuys
On 2015-02-08 17:29, Anthony Walter wrote: > copy. Preview only works if you press "Save" while editing. If you edit Okay thanks, though a bit weird concept. I guess I'm just used to how other wikis work (eg: Mediawiki). Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit usi

Re: [Lazarus] Developing on Linux with files on Windows NTFS {Solved]

2015-02-08 Thread Mehmet Erol Sanliturk
On Sun, Feb 8, 2015 at 10:41 AM, Mattias Gaertner wrote: > On Sun, 8 Feb 2015 06:40:39 -0800 > Mehmet Erol Sanliturk wrote: > > >[...] > > Some file names are generated by Lazarus as complete paths . > > For example? > > > Therefore , they are not related to relative paths . > > Mattias > > -- >

[Lazarus] Bare.Game engine has been revised

2015-02-08 Thread Anthony Walter
Though the Bare.Game engine version 2 isn't ready yet, I've gone back to the github version and updated it to work with the latest fixes 3_0 branch of Free Pascal. I've also created new example project for it located in Bare.Game/examples/draw. Install instructions and other information is on githu