[fpc-pascal] Re: FPCUnit without Lazarus

2012-01-07 Thread leledumbo
FPCUnit is part of FCL and it doesn't require LCL. Of course if you install via packages under Lazarus components folder, it would depend on Lazarus parts (e.g, LCL), esp. for the runner. Open fpc/packages/fcl-fpcunit/src/demo for a pure FPC example. Or http://free-pascal-general.1045716.n5.nabble

[fpc-pascal] FPCUnit without Lazarus

2012-01-07 Thread Luciano de Souza
Hello listers, I have really appreciated the organized tests that FPCUnit allows. It's really a very good feature, but for me, it hasn't been to use it. For some while, I have writen an e-mail saying I could not run some example. The problem was that I don't use Lazarus, but only FPC. I

[fpc-pascal] ANN: heLib/heContnrs stable version for FPC 2.6.0

2012-01-07 Thread Honza
The previously released (RC) version 0.4 was found to be working w/o known bugs with the latest stable FPC 2.6.0 (svn revison 19845). Now virtually (re)releasing the previous RC1 as the offical" stable. Download source tarball here: http://code.google.com/p/fprb/downloads/detail?name=release-0.4.t

Re: [fpc-pascal] Supported FPC revision to compile jvmbackend port

2012-01-07 Thread Jonas Maebe
On 07 Jan 2012, at 14:47, leledumbo wrote: > Which revision can I use to build the jvmbackend port? The same as always: the latest release. As of January 1st, 2012, that means 2.6.0 Jonas___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org ht

[fpc-pascal] Supported FPC revision to compile jvmbackend port

2012-01-07 Thread leledumbo
I've just updated my both normal fpc and jvmbackend port to revision 19992. However, the resulting compiler from normal fpc cannot be used to compile the jvmbackend port. It fails when compiling system unit, with these messages: make[7]: Entering directory `/media/SHARED/Sources/lazarus-fpc/jvmbac