svn up
make clean
export PP=/usr/local/lib/fpc/2.7.1/ppc386
make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all
pp.pas(248) Warning: Implicit uses of Variants unit
pp.pas(247,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
The only supported starting compiler is latest stable, it may break between
trunk of different revision.
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Compilation-Error-At-revision-25270-tp5716146p5716147.html
Sent from the Free Pascal - General mailing list
Am 16.08.2013 16:53 schrieb "Eric Kom" :
>
> svn up
> make clean
> export PP=/usr/local/lib/fpc/2.7.1/ppc386
> make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all
To say it more directly than leledumbo: do *not* ask for support when you
use OVERRIDEVERSIONCHECK.
Regards,
Sven
_
Eric Kom wrote:
svn up
make clean
export PP=/usr/local/lib/fpc/2.7.1/ppc386
make OVERRIDEVERSIONCHECK=1 NOGDB=1 OPT='-O- -gl -Xs-' all
pp.pas(248) Warning: Implicit uses of Variants unit
pp.pas(247,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Co
On 8/16/2013 10:52, Eric Kom wrote:
svn up
make clean
[trim]
FWIW: i learned a while back (from the lazarus list i think) to perform "make
clean" before "svn up" because the make files may have changed and the new ones
may not know where the old files resided...
performing "make clean" firs