[fpc-devel] FPC 2.6.x branched, trunk becomes 2.7.1
Michael Schnell
mschnell at lumino.de
Thu Aug 4 11:49:04 CEST 2011
On 08/04/2011 11:27 AM, Jonas Maebe wrote:
>
> Not posting the full command you are executing nor the full error message.
GRRR !
The error message was something like "The Makefile doesn't support
target, please run fpcmake first"
But I can't recreate this now any more. But I get another error when
trying "make clean:
------------------------------------------------------------------------
.....
make[2]: Leaving directory
`/home/mschnell/Downloads/svn/fpc/trunk/packages/fv'
make -C fcl-web distclean
make[2]: Entering directory
`/home/mschnell/Downloads/svn/fpc/trunk/packages/fcl-web'
./fpmake distclean --localunitdir=../.. --globalunitdir=.. --os=linux
--cpu=i386 -o -Ur -o -Xs -o -O2 -o -n -o
-Fu/home/mschnell/Downloads/svn/fpc/trunk/rtl -o
-Fu/home/mschnell/Downloads/svn/fpc/trunk/packages/hash -o
-Fu/home/mschnell/Downloads/svn/fpc/trunk/packages/paszlib -o
-Fu/home/mschnell/Downloads/svn/fpc/trunk/packages/fcl-process -o
-Fu/home/mschnell/Downloads/svn/fpc/trunk/packages/fpmkunit -o -FE. -o
-FUunits/i386-linux -o -di386 -o -dRELEASE --compiler=/usr/local/bin/ppc386
Invalid command-line argument at position 1: distclean
Usage: /home/mschnell/Downloads/svn/fpc/trunk/packages/fcl-web/fpmake
command [options]
Where command is one of the following:
compile Compile all units in the package(s).
build Build all units in the package(s).
install Install all units in the package(s).
clean Clean (remove) all units in the package(s).
archive Create archive (zip) with all units in the package(s).
manifest Create a manifest suitable for import in repository.
Where options is one or more of the following:
-h --help This message.
-l --list-commands list commands instead of actually executing them.
-n --nofpccfg Compiler will not use fpc.cfg
-v --verbose Be verbose when working.
-C --cpu=Value Compile for indicated CPU.
-O --os=Value Compile for indicated OS
-t --target=Value Compile for indicated target
-P --prefix=Value Use indicated prefix directory for all commands.
-B --baseinstalldir=Value Use indicated directory as base install dir.
-UL --localunitdir=Value Use indicated directory as local (user)
unit dir.
-UG --globalunitdir=Value Use indicated directory as global unit dir.
-r --compiler=Value Use indicated binary as compiler
-f --config=Value Use indicated config file when compiling.
-o --options=Value Pass extra options to the compiler.
-io --ignoreinvalidoption=Value Ignore further invalid options.
-d --doc-folder=Value Use indicated directory as fpdoc output folder.
make[2]: *** [distclean] Error 1
make[2]: Leaving directory
`/home/mschnell/Downloads/svn/fpc/trunk/packages/fcl-web'
make[1]: *** [fcl-web_distclean] Error 2
make[1]: Leaving directory `/home/mschnell/Downloads/svn/fpc/trunk/packages'
make: *** [packages_distclean] Error 2
------------------------------------------------------------------------
When trying "make all" I get:
------------------------------------------------------------------------
mschnell-Linux:/home/mschnell/Downloads/svn/fpc/trunk # make all
make: Nothing to be done for `all'.
------------------------------------------------------------------------
even though I never succeeded in building anything after the latest update.
Thanks,
-Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20110804/e15f4014/attachment.html>
More information about the fpc-devel
mailing list