<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 08/04/2011 11:27 AM, Jonas Maebe wrote:
<blockquote
cite="mid:FEAB9531-2D1E-4F48-8E18-3AEDF76A50EA@elis.ugent.be"
type="cite"><br>
<pre wrap="">Not posting the full command you are executing nor the full error message.
</pre>
</blockquote>
GRRR !<br>
<br>
<br>
The error message was something like "The Makefile doesn't support
target, please run fpcmake first"<br>
<br>
But I can't recreate this now any more. But I get another error when
trying "make clean: <br>
<hr size="2" width="100%">.....<br>
make[2]: Leaving directory
`/home/mschnell/Downloads/svn/fpc/trunk/packages/fv'<br>
make -C fcl-web distclean<br>
make[2]: Entering directory
`/home/mschnell/Downloads/svn/fpc/trunk/packages/fcl-web'<br>
./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<br>
Invalid command-line argument at position 1: distclean<br>
Usage:
/home/mschnell/Downloads/svn/fpc/trunk/packages/fcl-web/fpmake
command [options]<br>
Where command is one of the following:<br>
compile Compile all units in the package(s).<br>
build Build all units in the package(s).<br>
install Install all units in the package(s).<br>
clean Clean (remove) all units in the package(s).<br>
archive Create archive (zip) with all units in the package(s).<br>
manifest Create a manifest suitable for import in repository.<br>
Where options is one or more of the following:<br>
-h --help This message.<br>
-l --list-commands list commands instead of actually executing
them.<br>
-n --nofpccfg Compiler will not use fpc.cfg<br>
-v --verbose Be verbose when working.<br>
-C --cpu=Value Compile for indicated CPU.<br>
-O --os=Value Compile for indicated OS<br>
-t --target=Value Compile for indicated target<br>
-P --prefix=Value Use indicated prefix directory for all
commands.<br>
-B --baseinstalldir=Value Use indicated directory as base install
dir.<br>
-UL --localunitdir=Value Use indicated directory as local (user)
unit dir.<br>
-UG --globalunitdir=Value Use indicated directory as global unit
dir.<br>
-r --compiler=Value Use indicated binary as compiler<br>
-f --config=Value Use indicated config file when compiling.<br>
-o --options=Value Pass extra options to the compiler.<br>
-io --ignoreinvalidoption=Value Ignore further invalid options.<br>
-d --doc-folder=Value Use indicated directory as fpdoc output
folder.<br>
<br>
make[2]: *** [distclean] Error 1<br>
make[2]: Leaving directory
`/home/mschnell/Downloads/svn/fpc/trunk/packages/fcl-web'<br>
make[1]: *** [fcl-web_distclean] Error 2<br>
make[1]: Leaving directory
`/home/mschnell/Downloads/svn/fpc/trunk/packages'<br>
make: *** [packages_distclean] Error 2<br>
<hr size="2" width="100%"><br>
When trying "make all" I get:<br>
<hr size="2" width="100%">mschnell-Linux:/home/mschnell/Downloads/svn/fpc/trunk
# make all<br>
make: Nothing to be done for `all'.<br>
<hr size="2" width="100%">even though I never succeeded in building
anything after the latest update. <br>
<br>
Thanks,<br>
-Michael<br>
</body>
</html>