Jonas Maebe schrieb:
D:/repos/NoGlobals/compiler/ppc2.exe -Fux86_64 -Fusystems
-Fu../rtl/units/x86_64-win64 -Fix86_64 -FE.
-FUx86_64/units/x86_64-win64 -dx86_64 -dGDB -dBROWSERLOG -Fux86 pp.pas
in contrast too a later
D:/repos/NoGlobals/compiler/ppcx64.exe -Fu..
-Fu../../rtl/units/x86_64-w
On Mon, 30 Aug 2010, Joost van der Sluis wrote:
for possibly thousands of arguments in an interface description is simply not
an option.
There is no need to add an {$ifdef windows} to the definition of
QueryInterface. Because on windows/stdcall record-parameters with a
size>pointersize are a
On Sun, 2010-08-29 at 16:10 +0200, Michael Van Canneyt wrote:
>
> On Sat, 28 Aug 2010, Joost van der Sluis wrote:
>
> > Hi all,
> >
> > The safecall calling convention is now implemented for i386/linux in
> > fpc-trunk. The next step to get XPCom working now is to update the
> > QueryInterface (a
Op 2010-08-30 14:27, Sven Barth het geskryf:
>
> The point is that I didn't tried it. I asked you (and the rest of the
No need to guess any more. I just tried, and the answer is NO, Lazarus does
not read the path information from the extra config file, so code
navigation is not possible outside
Am 30.08.2010 14:25, schrieb Graeme Geldenhuys:
I understood that you tried code navigation and Lazarus couldn't find code
specified in the paths inside the extrafpc.cfg file. If this is indeed the
case, then report a bug or feature request, so Lazarus could read search
paths from the extrafpc.cf
Op 2010-08-30 13:32, Sven Barth het geskryf:
>
> Is it more clear now?
I understand that, but you still will have to take it up with the Lazarus
developers. eg: if you want to navigate the compiler project (like you
would do with any other of your projects), and you are using a extrafpc.cfg
file,
On 20 Aug 2010, at 12:20, Hans-Peter Diettrich wrote:
D:/repos/NoGlobals/compiler/ppc2.exe -Fux86_64 -Fusystems -Fu../rtl/
units/x86_64-win64 -Fix86_64 -FE. -FUx86_64/units/x86_64-win64 -
dx86_64 -dGDB -dBROWSERLOG -Fux86 pp.pas
in contrast too a later
D:/repos/NoGlobals/compiler/ppcx64.ex
Michael Van Canneyt schrieb:
The build fails when the (relative) searchpaths are prefixed with
"..\" in a later stage of the make cycle, as already reported.
It may be a configuration problem. Can you build the new NoGlobals
compiler(s)?
The compiler is built. ppudump is not.
Right, becau
Am 30.08.2010 12:22, schrieb Graeme Geldenhuys:
Op 2010-08-30 12:16, Sven Barth het geskryf:
No, that is not working that way. I set my FPC source directory to the
sources of the latest release, but I'm playing around with the trunk
Then file a Lazarus IDE bug report.
Heh? I think you misun
On Mon, 30 Aug 2010, Graeme Geldenhuys wrote:
Op 2010-08-30 12:04, Michael Van Canneyt het geskryf:
same way, whereas other people don't. Therefor, basing a feature on the way
you work is no better than including a .lpi file (which happens to be the
way I work).
I got introduced to that fea
Op 2010-08-30 12:16, Sven Barth het geskryf:
>
> No, that is not working that way. I set my FPC source directory to the
> sources of the latest release, but I'm playing around with the trunk
Then file a Lazarus IDE bug report.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI t
Am 30.08.2010 11:58, schrieb Graeme Geldenhuys:
Does identifier search/completion work in Lazarus if you use a
extrafpc.cfg to define search paths?
I think it does. Either way, when it comes to FPC sources, Lazarus IDE has
a config option that you use to tell it where FPC sources are located, s
Op 2010-08-30 12:04, Michael Van Canneyt het geskryf:
> same way, whereas other people don't. Therefor, basing a feature on the way
> you work is no better than including a .lpi file (which happens to be the
> way I work).
I got introduced to that feature years ago in the mailing list. So it's not
On Mon, 30 Aug 2010, Sven Barth wrote:
Am 30.08.2010 11:23, schrieb Michael Van Canneyt:
It might be practical to extend Lazarus (and maybe the other IDEs as
well) to auto search for an extrafpc.cfg in the same dir as the
program file so that it is used automatically.
That presupposes that
Op 2010-08-30 11:53, Sven Barth het geskryf:
> file might be such a format, but it depends on the support by the
> involved IDEs (FP IDE, Lazarus, MSEide).
As far as I know, all IDE's and programmer editors have some option to pass
settings directly to the compiler as a parameter. Simply typing i
On Mon, 30 Aug 2010, Graeme Geldenhuys wrote:
Op 2010-08-30 11:23, Michael Van Canneyt het geskryf:
That presupposes that the use of extrafpc.cfg is a common thing.
It is not, this is something that Graeme uses.
FPC has had support for such extra config files since I started using FPC
(+-5
Op 2010-08-30 11:23, Michael Van Canneyt het geskryf:
>
> That presupposes that the use of extrafpc.cfg is a common thing.
> It is not, this is something that Graeme uses.
FPC has had support for such extra config files since I started using FPC
(+-5 years ago). It's also a documented feature, s
Op 2010-08-30 10:43, Sven Barth het geskryf:
> It might be practical to extend Lazarus (and maybe the other IDEs as
> well) to auto search for an extrafpc.cfg in the same dir as the program
> file so that it is used automatically.
I think I can speak for a few developers, that such automations c
Am 30.08.2010 11:23, schrieb Michael Van Canneyt:
It might be practical to extend Lazarus (and maybe the other IDEs as
well) to auto search for an extrafpc.cfg in the same dir as the
program file so that it is used automatically.
That presupposes that the use of extrafpc.cfg is a common thing.
On Mon, 30 Aug 2010, Sven Barth wrote:
Am 30.08.2010 10:15, schrieb Graeme Geldenhuys:
Op 2010-08-30 09:45, Sven Barth het geskryf:
LPI files are already included with FPC. E.g. for the compiler itself
(so you don't need to add all search paths manually...) and for the
Win32 RTL (excluding t
Am 30.08.2010 10:15, schrieb Graeme Geldenhuys:
Op 2010-08-30 09:45, Sven Barth het geskryf:
LPI files are already included with FPC. E.g. for the compiler itself
(so you don't need to add all search paths manually...) and for the
Win32 RTL (excluding the system unit).
FPC has support for exte
Op 2010-08-30 09:45, Sven Barth het geskryf:
> LPI files are already included with FPC. E.g. for the compiler itself
> (so you don't need to add all search paths manually...) and for the
> Win32 RTL (excluding the system unit).
FPC has support for external config files which could handle this fo
Am 29.08.2010 22:48, schrieb Graeme Geldenhuys:
On 29 August 2010 15:32, Dimitri Smits wrote:
You're free to choose one over the other; Personally, I favour
fpc-unit style.
I find it works most easily, definitely if you use Lazarus.
so, lpi files and the like are acceptable in fpc?
I think
23 matches
Mail list logo