[fpc-pascal] compilation of fpc docs fails

2005-10-13 Thread Bob Barry
Michael -

Docs fail to build with either fpc-2.0 fixes or fpc trunk from svn.  Except for
version number (2.0.1 for fixes, 2.1.1 for trunk) messages at failure are 
identical:

Free Pascal Compiler version 2.0.1 [2005/10/05] for i386
Copyright (c) 1993-2005 by Florian Klaempfl
Target OS: Linux for i386
Compiling utils/msg2inc.pp
msg2inc.pp(64,3) Note: Local variable "code" is assigned but never used
Linking ./msg2inc
815 Lines compiled, 0.2 sec
make[1]: Leaving directory `/var/tmp/portage/fpc-2.0.1/work/fpc/compiler'
../fpc/compiler/utils/msg2inc -TE ../fpc/compiler/msg/errore.msg messages.inc
make: ../fpc/compiler/utils/msg2inc: Command not found
make: *** [messages.inc] Error 127
make: Leaving directory `/var/tmp/portage/fpc-2.0.1/work/fpcdocs'

fpc/.svn/entries shows: committed-rev="1364".
   
Thanks,

Bob Barry
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPCUnit article/tutorial online.

2005-10-13 Thread Olle Raab
05-10-11 23.52, skrev L505 följande:

> programmer. We have seen the compiler can use "tests" in order to test the
> validity of the
> compiler.  Are these "unit tests" or just "tests". It all seems vague to me. A
> compiler is

A unit test should test a small module of a program, like a pascal unit.
Since most of the tests in the FPC compiler test suite do test the compiler
as a whole, they are not unit tests, rather some kind of system tests (I
think). Which does not make them less useful.

Olle

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