Re: [fpc-devel] no rule to make target pass

2017-08-12 Thread Marco van de Voort
In our previous episode, Marco van de Voort said:
> > an insufficient environment/command processor memory.
> 
> I tried to check the console, and while the win32/win64 cmd.exe has no
> environment settings, I remembered I upgraded that machine to creators
> update. There was an item "legacy console" to go back to an older version.
> 
> Unfortunately that didn't help, but I noticed that building in the fixes
> repo /DID/ work, just trunk didn't.

Ok, I found it. I ran trunk on a different machine and it worked, so I did a
fresh checkout and that also worked.

Turned out there were two files pass 1.pas and pass 2.pas, without
underscores, probably renamed from the originals due to running some
unrelated script in the wrong directory/drive.

Problem solved.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] no rule to make target pass

2017-08-11 Thread Marco van de Voort
In our previous episode, Marco Borsari via fpc-devel said:
> > I hadn't built FPC for a while on this machine, and the error I get this
> > morning flabbergasts me. (I also get this error when cycling when it should
> > start building the compiler after the RTL. I cleaned and distcleaned, no
> > difference)
> > 
> > C:\repo\fpc\compiler>make
> > make: *** No rule to make target `Pass', needed by `ppc386.exe'.  Stop.
> > 
> > Any ideas? Some more info:
> 
> I hope to remember correctly, but when I have this message it is for
> an insufficient environment/command processor memory.

I tried to check the console, and while the win32/win64 cmd.exe has no
environment settings, I remembered I upgraded that machine to creators
update. There was an item "legacy console" to go back to an older version.

Unfortunately that didn't help, but I noticed that building in the fixes
repo /DID/ work, just trunk didn't.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] no rule to make target pass

2017-08-09 Thread Marco Borsari via fpc-devel
On Wed, 9 Aug 2017 11:55:44 +0200 (CEST)
mar...@stack.nl (Marco van de Voort) wrote:

> I hadn't built FPC for a while on this machine, and the error I get this
> morning flabbergasts me. (I also get this error when cycling when it should
> start building the compiler after the RTL. I cleaned and distcleaned, no
> difference)
> 
> C:\repo\fpc\compiler>make
> make: *** No rule to make target `Pass', needed by `ppc386.exe'.  Stop.
> 
> Any ideas? Some more info:

I hope to remember correctly, but when I have this message it is for
an insufficient environment/command processor memory.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


[fpc-devel] no rule to make target pass

2017-08-09 Thread Marco van de Voort

I hadn't built FPC for a while on this machine, and the error I get this
morning flabbergasts me. (I also get this error when cycling when it should
start building the compiler after the RTL. I cleaned and distcleaned, no
difference)

C:\repo\fpc\compiler>make
make: *** No rule to make target `Pass', needed by `ppc386.exe'.  Stop.

Any ideas? Some more info:


C:\repo\fpc\compiler>which ppc386.exe

d:\FPC\3.0.2\bin\i386-win32\ppc386.exe
C:\repo\fpc\compiler>which make

d:\FPC\3.0.2\bin\i386-win32\make.exe

C:\repo\fpc\compiler>make -v
GNU Make 3.82
Built for i686-pc-mingw32
Copyright (C) 2010  Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.


___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel