Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Toan Pham
Mattias, lazbuild does the work, but then i even want to get away from lazbuild dependency. I muck around with fpcmake but then, it too can't really create a proper makefile project. for some reasons, fpcmake failed to know where to locate the LCL gtk2 interface directory. The best way is

Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Michael Van Canneyt
On Fri, 30 Jan 2015, Toan Pham wrote: Ideally, it would be nice to compile any fpc project using the following command: fpc `fpc-config --cflags --ldflags rtl,lcl,lcl-gtk2,paszlib` project1.lpr fpc-config is a utility that manages configuration of all packages, and knows where and what

Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Mattias Gaertner
On Fri, 30 Jan 2015 12:56:12 -0500 Toan Pham tpham3...@gmail.com wrote: Hi, When we compile an object-pascal/delphi project, we generally rely on Lazarus to do the work. Yet, normally Lazarus knows how a project is setup and knows link the project with its run-time library. This is

Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Toan Pham
Mattias, Autotool, cmake and pkgconfig are tools for configuring and building C/C++ projects. The tools are very helpful because they allow the developers/software builders to detect software dependencies, version requirements, and also configure software features at build-time. For example,

Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Mattias Gaertner
On Fri, 30 Jan 2015 16:42:55 -0500 Toan Pham tpham3...@gmail.com wrote: [...] lazbuild does the work, but then i even want to get away from lazbuild dependency. I muck around with fpcmake but then, it too can't really create a proper makefile project. for some reasons, fpcmake failed to know

Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Mattias Gaertner
On Fri, 30 Jan 2015 16:58:19 -0500 Toan Pham tpham3...@gmail.com wrote: Ideally, it would be nice to compile any fpc project using the following command: fpc `fpc-config --cflags --ldflags rtl,lcl,lcl-gtk2,paszlib` project1.lpr fpc-config is a utility that manages configuration of all

[Lazarus] Lazarus project compile flags

2015-01-30 Thread Toan Pham
Hi, When we compile an object-pascal/delphi project, we generally rely on Lazarus to do the work. Yet, normally Lazarus knows how a project is setup and knows link the project with its run-time library. This is good, but not so good if you want to compile the application without lazarus. So,

Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Michael Van Canneyt
On Fri, 30 Jan 2015, Toan Pham wrote: Mattias, Autotool, cmake and pkgconfig are tools for configuring and building C/C++ projects. The tools are very helpful because they allow the developers/software builders to detect software dependencies, version requirements, and also configure

Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Mattias Gaertner
On Fri, 30 Jan 2015 18:09:11 -0500 Toan Pham tpham3...@gmail.com wrote: [...] 1. Download the source code unzip it 2. We want to configure it, without opengl support (just to illustrate this example) ./configure --disable-opengl 3. When we do this, auto-tool would call pkg-config

Re: [Lazarus] Lazarus project compile flags

2015-01-30 Thread Mehmet Erol Sanliturk
On Fri, Jan 30, 2015 at 3:38 PM, Michael Van Canneyt mich...@freepascal.org wrote: On Fri, 30 Jan 2015, Toan Pham wrote: Mattias, Autotool, cmake and pkgconfig are tools for configuring and building C/C++ projects. The tools are very helpful because they allow the developers/software

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-30 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: Lazarus trunk at about 47318 is OK with FPC 2.7.1 29398 on SPARC using Debian Lenny, except that toolbar icons don't appear (bug 25470, so this is not in fact fixed or has reverted). This combination compiles natively (i.e. not as a

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

2015-01-30 Thread FreeMan
Thank you, This problem in just 64 bit QT on osx on corbon is okey short way is change background color, or change color set. https://code.google.com/p/delphi-ide-theme-editor/ 2300 color themes for lazarus :) On 29.01.2015 16:59, Martin Frb wrote: Not that I know. The caret is drawn by the