[fpc-devel]Stack checking on Linux with 1.9.2

2004-01-15 Thread Jeff Pohlmeyer
I am getting a RTE 216 using the 1.9.2 compiler with -Ct or {$S+} when passing string parameters to procedures/functions: program stackcheck; {$S+} // <- This crashes procedure WriteThis(what:string); begin WriteLn(what); end; begin WriteThis('hello world'); end. Can an

Re: [fpc-devel]improve makefile

2004-01-15 Thread Darek Mazur
I have: C:/PP/BIN/WIN32/MAKE.EXE -C compiler distinstall MAKE.EXE[5]: Entering directory `C:/pp/source/compiler' C:/PP/BIN/WIN32/MAKE.EXE -C utils install MAKE.EXE[6]: Entering directory `C:/pp/source/compiler/utils' C:/PP/BIN/WIN32/ginstall.exe -m 755 -d C:/pp/source/../fpc-pack/bin/win32 C:/PP/B

Re: [fpc-devel]improve makefile

2004-01-15 Thread Darek Mazur
> What is proper? Windows is so broken for command line support, we try to > support it as best as possible, but not to make it work less under the unix > platforms. > of course > Why? Fixing it to c:/pp is also not good. And it means that PWD is not > installed so it should already give an error.

RE: [fpc-devel]improve makefile

2004-01-15 Thread Lee, John
I agree with you. make cycle works ok for me for go32v2 and win32 on win95 and winme and I'd guess for win98 too, but the full make go32v2zip and win32zip don't! I've sent the logs to core but... Apparently the problem is with redirection? I was told that they'd work on win98- but it sounds as if

Re: [fpc-devel]wrong MAKE all

2004-01-15 Thread Peter Vreman
At 22:12 11-1-2004, you wrote: I discover solution, problem is in compiler\makefile: change line (about 180 in makefile): ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),) override FPCDIR=c:/pp endif to: ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),) override FPCDIR:=$(BASEDIR) ifeq ($(

Re: [fpc-devel]improve makefile

2004-01-15 Thread Peter Vreman
At 19:17 15-1-2004, you wrote: Hi From several days I've try to make all fpc myself, but to do this under WIN98 is not so clear that it can be. I've found some bugs in makefile, and somebody may change FPCM to be generated proper MAKEFILE What is proper? Windows is so broken for command line suppor

[fpc-devel]improve makefile

2004-01-15 Thread Darek Mazur
Hi >From several days I've try to make all fpc myself, but to do this under WIN98 is not so clear that it can be. I've found some bugs in makefile, and somebody may change FPCM to be generated proper MAKEFILE my 4 suggestion: 1 /* current MAKEFILE ifdef PWD BASEDIR:=$(subst \,/,$(