[fpc-devel] unable to make all fpc trunk r4410

2006-08-12 Thread Burkhard Carstens
* Happens at least on linux-32 with make all as well as make all 
OS_TARGET=win32
* fpcfan reported similar error on i386-netware

see http://paste.lisp.org/display/24017 for a buildlog

regards
 Burkhard

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


Re: [fpc-devel] unable to make all fpc trunk r4410

2006-08-12 Thread Burkhard Carstens
Am Samstag, 12. August 2006 09:53 schrieb Burkhard Carstens:
 * Happens at least on linux-32 with make all as well as make all
 OS_TARGET=win32
 * fpcfan reported similar error on i386-netware

 see http://paste.lisp.org/display/24017 for a buildlog

.. forgot to mention: r4409 works fine, just 4410 fails.

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


Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-12 Thread Alexander Todorov

Hello list,
full logs from the arm-linux testing are available at:
http://technobin.itafree.com/fpc/fpc_2.0.4_rc2_arm-linux_test.tar.bz2

All binary files are deleted, only plain text left.
Hope this will help FPC development.

Greetings to all.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] What is the correct spelling of FPC

2006-08-12 Thread Graeme Geldenhuys

Hi

What is the correct spelling of FPC???

* FreePascal
* Free Pascal
* freepascal

The  www.freepasal.org uses both spellings.  In the web browser title
bar it is Free Pascal, but in the text heading it is freepascal,
etc...  I am trying to get my documentation in order

Regards,
 Graeme.


--
There's no place like 127.0.0.1
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] What is the correct spelling of FPC

2006-08-12 Thread Daniël Mantione


Op Sat, 12 Aug 2006, schreef Graeme Geldenhuys:

 Hi
 
 What is the correct spelling of FPC???
 
 * FreePascal
 * Free Pascal
 * freepascal
 
 The  www.freepasal.org uses both spellings.  In the web browser title
 bar it is Free Pascal, but in the text heading it is freepascal,
 etc...  I am trying to get my documentation in order

Free Pascal is the correct spelling.

Daniël___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-12 Thread Daniël Mantione


Op Sat, 12 Aug 2006, schreef Alexander Todorov:

 Hello list,
 full logs from the arm-linux testing are available at:
 http://technobin.itafree.com/fpc/fpc_2.0.4_rc2_arm-linux_test.tar.bz2
 
 All binary files are deleted, only plain text left.
 Hope this will help FPC development.

Thanks a lot!

Daniël___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] bug in fpc 2.0.4 rc 2 (go32v2)?

2006-08-12 Thread Daniël Mantione


Op Fri, 11 Aug 2006, schreef kruwi:

 Hello there,
 
 I think I have to report a bug.
 
 I have recently downloaded fpc 2.0.4 rc2 for dos (go32v2). I have
 downloaded the full zip package, including sources and docs. 
 
 After installing the compiler, I tried out to compile and run some
 programs. Everytime I tried to run a program using the graph unit, an
 error occurred: The program would compile, but runnning the project
 always resulted in run time error 216. 
 All the other programs (those without the graph unit) would run
 flawlessly.
 
 I never encountered this problem with fpc 2.0.2. All programs, including
 these using the graph unit, work perfectly with fpc 2.0.2 go32v2.
 
 My system: PII 233, 256 MB RAM, Windows ME.
 
 Windows ME never showed up any problems regarding the go32v2 version
 with fpc 2.0.2.
 
 P.S. : I am not yet subscribed to any mailing list.

The problem is that none of the Free Pascal developers uses Dos in any 
serious way, so nobody tests things like the graph unit anymore :(

However, if it works with 2.0.2 it might be a small issue.

Can you load one of these programs in gdb and show us a stack backtrace?

Daniël___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


RE: [fpc-devel] bug in fpc 2.0.4 rc 2 (go32v2)?

2006-08-12 Thread Lee, John


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Daniël
 Mantione
 Sent: 12 August 2006 12:58
 To: kruwi
 Cc: fpc-devel@lists.freepascal.org
 Subject: Re: [fpc-devel] bug in fpc 2.0.4 rc 2 (go32v2)?
 
 
 
 
 Op Fri, 11 Aug 2006, schreef kruwi:
 
  Hello there,
  
  I think I have to report a bug.
  
  I have recently downloaded fpc 2.0.4 rc2 for dos (go32v2). I have
  downloaded the full zip package, including sources and docs. 
  
  After installing the compiler, I tried out to compile and run some
  programs. Everytime I tried to run a program using the 
 graph unit, an
  error occurred: The program would compile, but runnning the project
  always resulted in run time error 216. 
  All the other programs (those without the graph unit) would run
  flawlessly.
  
  I never encountered this problem with fpc 2.0.2. All 
 programs, including
  these using the graph unit, work perfectly with fpc 2.0.2 go32v2.
  
  My system: PII 233, 256 MB RAM, Windows ME.
  
  Windows ME never showed up any problems regarding the go32v2 version
  with fpc 2.0.2.
  
  P.S. : I am not yet subscribed to any mailing list.
 
 The problem is that none of the Free Pascal developers uses 
 Dos in any 
 serious way, so nobody tests things like the graph unit anymore :(
 
 However, if it works with 2.0.2 it might be a small issue.
 
 Can you load one of these programs in gdb and show us a stack 
 backtrace?
 
 Daniël
 


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] unable to make all fpc trunk r4410

2006-08-12 Thread Jonas Maebe


On 12 Aug 2006, at 09:53, Burkhard Carstens wrote:


* Happens at least on linux-32 with make all as well as make all
OS_TARGET=win32
* fpcfan reported similar error on i386-netware


Fixed.


Jonas

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


RE: [fpc-devel] bug in fpc 2.0.4 rc 2 (go32v2)?

2006-08-12 Thread Lee, John
Please send a short (less than 20-50 lines if possible) program that fails. 
Regards John   

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of kruwi
 Sent: 11 August 2006 18:01
 To: fpc-devel@lists.freepascal.org
 Subject: [fpc-devel] bug in fpc 2.0.4 rc 2 (go32v2)?
 
 
 Hello there,
 
 I think I have to report a bug.
 
 I have recently downloaded fpc 2.0.4 rc2 for dos (go32v2). I have
 downloaded the full zip package, including sources and docs. 
 
 After installing the compiler, I tried out to compile and run some
 programs. Everytime I tried to run a program using the graph unit, an
 error occurred: The program would compile, but runnning the project
 always resulted in run time error 216. 
 All the other programs (those without the graph unit) would run
 flawlessly.
 
 I never encountered this problem with fpc 2.0.2. All 
 programs, including
 these using the graph unit, work perfectly with fpc 2.0.2 go32v2.
 
 My system: PII 233, 256 MB RAM, Windows ME.
 
 Windows ME never showed up any problems regarding the go32v2 version
 with fpc 2.0.2.
 
 P.S. : I am not yet subscribed to any mailing list.
 
 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel
 


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


RE: [fpc-devel] bug in fpc 2.0.4 rc 2 (go32v2)?

2006-08-12 Thread Tomas Hajny
On 12 Aug 06, at 14:22, Lee, John wrote:

 Please send a short (less than 20-50 lines if possible) program
 that fails. Regards John 

Well, after playing fpctris (compiled for GO32v2 
with 2.0.4-rc3) for a while, it certainly doesn't 
seem to be valid for all programs using unit 
Graph. OTOH, I could reproduce RTE216 on startup 
of the Mandel and GravWars demoes... It's a pitty 
that the report didn't arrive somewhat earlier 
(not too much time for fixing it any more :-( ). 
I'll see what can be done about it.

(@John) BTW, the reporter mentioned he wasn't 
subscribed to our lists, so he didn't probably 
see your response anyway (I added him to Cc: now).

Tomas


  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of kruwi
  Sent: 11 August 2006 18:01
  To: fpc-devel@lists.freepascal.org
  Subject: [fpc-devel] bug in fpc 2.0.4 rc 2 (go32v2)?
  
  
  Hello there,
  
  I think I have to report a bug.
  
  I have recently downloaded fpc 2.0.4 rc2 for dos (go32v2). I have
  downloaded the full zip package, including sources and docs. 
  
  After installing the compiler, I tried out to compile and run some
  programs. Everytime I tried to run a program using the graph unit, an
  error occurred: The program would compile, but runnning the project
  always resulted in run time error 216. 
  All the other programs (those without the graph unit) would run
  flawlessly.
  
  I never encountered this problem with fpc 2.0.2. All 
  programs, including
  these using the graph unit, work perfectly with fpc 2.0.2 go32v2.
  
  My system: PII 233, 256 MB RAM, Windows ME.
  
  Windows ME never showed up any problems regarding the go32v2 version
  with fpc 2.0.2.
  
  P.S. : I am not yet subscribed to any mailing list.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] SymbianOS port

2006-08-12 Thread Felipe Monteiro de Carvalho

On 8/12/06, Peter Vreman [EMAIL PROTECTED] wrote:

User interface can be added in different units. The RTL only provides
basic access and does not  use it. That is then upto for example the LCL.


They call it user interface, but according to my research it´s way
beyond that. The most basic aspects are very different on each SDK, so
we really need various RTLs.

--
Felipe Monteiro de Carvalho
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel