Re: [fpc-devel] Duplicate TTime type ?

2010-01-08 Thread Jonas Maebe


On 08 Jan 2010, at 16:15, ik wrote:

When did a TTime type was added prior to  ptypes.inc and where and  
why ?


http://bugs.freepascal.org/view.php?id=15474


Jonas
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] Duplicate TTime type ?

2010-01-08 Thread ik
Hello,

I'm trying to build FPC 2.5.1 revision 14575.
When I do
make zipinstall
I have the following error message:

/usr/bin/ppcx64 -Ur -Ur -Xs -O2 -n -Fi../inc -Fi../x86_64 -Fi../unix
-Fix86_64 -FE. -FU/home/ik/projects/fpc/fpc/rtl/units/x86_64-linux -Cg
-dx86_64 -dRELEASE -Us -Sg system.pp
ptypes.inc(101,17) Error: Duplicate identifier "TTime"
system.pp(380) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make[7]: *** [system.ppu] Error 1
make[7]: Leaving directory `/home/ik/projects/fpc/fpc/rtl/linux'
make[6]: *** [linux_all] Error 2
make[6]: Leaving directory `/home/ik/projects/fpc/fpc/rtl'
make[5]: *** [rtl] Error 2
make[5]: Leaving directory `/home/ik/projects/fpc/fpc/compiler'
make[4]: *** [next] Error 2
make[4]: Leaving directory `/home/ik/projects/fpc/fpc/compiler'
make[3]: *** [ppc1] Error 2
make[3]: Leaving directory `/home/ik/projects/fpc/fpc/compiler'
make[2]: *** [cycle] Error 2
make[2]: Leaving directory `/home/ik/projects/fpc/fpc/compiler'
make[1]: *** [compiler_cycle] Error 2
make[1]: Leaving directory `/home/ik/projects/fpc/fpc'
make: *** [build-stamp.x86_64-linux] Error 2


When did a TTime type was added prior to  ptypes.inc and where and why ?

Ido
http://ik.homelinux.org/
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: Re[2]: [fpc-devel] Circular references and forward declarations

2010-01-08 Thread Flávio Etrusco
>
> To summarize: From the language/compiler point of view, large files are
> no problem. We already concluded that, and in some cases the language
> even forces you to use large files.
>
> But, from a personal - human point of view, large files are not always
> nice. At least, some people think so. They want to have some overview
> over the file, or have some preference for one class in a file. (Why?
> Well, people are not  logic entities, they can not handle very complex
> things) Yes, an IDE can help with that.

This reminds me of a component (or something) I intend(ed) to
implement to interactively navigate a synedit view with zoom. The
usage I envisioned for it was the file comparison tool (Pariter) I
started based on Angus Johnson's diff, but I think it would be
interesting to any source code editor...

Cheers,
Flávio
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel