Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-09 Thread Mattias Gaertner
On Sun, 09 Oct 2005 15:53:31 +0400
Alex Smirnov [EMAIL PROTECTED] wrote:

 *Problem discription:*
 If you try to build Lazarus from IDE setting all packages to 
 Clear/Build - you will get an error if JITForms.pas:  Unable to find 
 JITForm unit. If you go to ../lazarus/units/i386-linux/ - you will 
 really see that JITForm.ppu is absent. It will be no error if you set 
 packages into Build - all will work perferct.
 Also, if you try to make Lazarus from the command prompt -i t works both 
 in case of make all or make clean all

Fixed.
jitform needs a output directory of its own.

Mattias

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-09 Thread Vincent Snijders

Mattias Gaertner wrote:

On Sun, 09 Oct 2005 15:53:31 +0400
Alex Smirnov [EMAIL PROTECTED] wrote:



*Problem discription:*
If you try to build Lazarus from IDE setting all packages to 
Clear/Build - you will get an error if JITForms.pas:  Unable to find 
JITForm unit. If you go to ../lazarus/units/i386-linux/ - you will 
really see that JITForm.ppu is absent. It will be no error if you set 
packages into Build - all will work perferct.
Also, if you try to make Lazarus from the command prompt -i t works both 
in case of make all or make clean all



Fixed.
jitform needs a output directory of its own.


Is this the same as issue 1304?
http://www.lazarus.freepascal.org/mantis/view.php?id=1304

Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-09 Thread Mattias Gaertner
On Sun, 09 Oct 2005 14:16:49 +0200
Vincent Snijders [EMAIL PROTECTED] wrote:

 Mattias Gaertner wrote:
  On Sun, 09 Oct 2005 15:53:31 +0400
  Alex Smirnov [EMAIL PROTECTED] wrote:
  
  
 *Problem discription:*
 If you try to build Lazarus from IDE setting all packages to 
 Clear/Build - you will get an error if JITForms.pas:  Unable to find 
 JITForm unit. If you go to ../lazarus/units/i386-linux/ - you will 
 really see that JITForm.ppu is absent. It will be no error if you set 
 packages into Build - all will work perferct.
 Also, if you try to make Lazarus from the command prompt -i t works both
 
 in case of make all or make clean all
  
  
  Fixed.
  jitform needs a output directory of its own.
 
 Is this the same as issue 1304?
 http://www.lazarus.freepascal.org/mantis/view.php?id=1304

Probably yes. I marked the issue as resolved.


Mattias

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] FPCUnit article/tutorial online.

2005-10-09 Thread Michael Van Canneyt
Hello,

The Editor of Toolbox Magazine has allowed me to put an article
about FPCUnit online.

FPCUnit is (similarly to JUnit, DUnit) an Object Pascal testing 
framework. It comes standard with your Free Pascal/Lazarus installation.
It was written by Dean Zobec, and Vincent Snijders made
the integration in Lazarus.

The article covers basic usage, just as well as usage and 
installation in Lazarus. It can be considered a tutorial
(till a proper tutorial appears)

Here is the URL:
http://www.freepascal.org/docs-html/fpcunit.pdf

Enjoy!

Michael.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-09 Thread Florian Köberle

Mattias Gaertner schrieb:


On Sun, 09 Oct 2005 14:16:49 +0200
Vincent Snijders [EMAIL PROTECTED] wrote:

 


Mattias Gaertner wrote:
   


On Sun, 09 Oct 2005 15:53:31 +0400
Alex Smirnov [EMAIL PROTECTED] wrote:


 


*Problem discription:*
If you try to build Lazarus from IDE setting all packages to 
Clear/Build - you will get an error if JITForms.pas:  Unable to find 
JITForm unit. If you go to ../lazarus/units/i386-linux/ - you will 
really see that JITForm.ppu is absent. It will be no error if you set 
packages into Build - all will work perferct.

Also, if you try to make Lazarus from the command prompt -i t works both
   


in case of make all or make clean all
   


Fixed.
jitform needs a output directory of its own.
 


Is this the same as issue 1304?
http://www.lazarus.freepascal.org/mantis/view.php?id=1304
   



Probably yes. I marked the issue as resolved.


Mattias

 


Yes, it was!


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-09 Thread Vincent Snijders

Florian Köberle wrote:

Mattias Gaertner schrieb:


Is this the same as issue 1304?
http://www.lazarus.freepascal.org/mantis/view.php?id=1304
  



Probably yes. I marked the issue as resolved.


Mattias

 


Yes, it was!


Then you, as the bug reporter, can close that issue.

Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-09 Thread Florian Köberle

Vincent Snijders schrieb:


Florian Köberle wrote:


Mattias Gaertner schrieb:



Is this the same as issue 1304?
http://www.lazarus.freepascal.org/mantis/view.php?id=1304
  




Probably yes. I marked the issue as resolved.


Mattias

 


Yes, it was!



Then you, as the bug reporter, can close that issue.

Vincent



How?
I can only watch or reopen it.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [lazarus] FPCUnit article/tutorial online.

2005-10-09 Thread Eugen Neuber
Hello,

Am Sonntag, 9. Oktober 2005 13:39 schrieb Michael Van Canneyt:
 Hello,

 The Editor of Toolbox Magazine has allowed me to put an article
 about FPCUnit online.

Thank you very much!!

I remember also some other articles in Toolbox Magazine...
Is there a chance for you to put them also online?

-- 
mfg.
Eugen

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives