On 11.08.2014 00:02, mark diener wrote:
Sven:
I built the RTL as you instructed:
make install INSTALL_PREFIX=c:\lazarus\fpc\2.6.4-debug
Then I changed a single line in fpc.cfg:
From:
-FuC:\lazarus\fpc\$FPCVERSION/units/$fpctarget/rtl
To:
-FuC:\lazarus\fpc\$FPCVERSION-debug/units/$fpctarget
Sven:
I built the RTL as you instructed:
make install INSTALL_PREFIX=c:\lazarus\fpc\2.6.4-debug
Then I changed a single line in fpc.cfg:
From:
-FuC:\lazarus\fpc\$FPCVERSION/units/$fpctarget/rtl
To:
-FuC:\lazarus\fpc\$FPCVERSION-debug/units/$fpctarget/rtl
But I did not rebuild the compiler,
On 10.08.2014 21:48, mark diener wrote:
Sven:
Thanks for your response.
I am able to recompile RTL with the following commands issues from an
Admin level DOS prompt:
You should not need a Command shell with Admin rights.
make clean
make all OS_TARGET=win32 CPU_TARGET=i386 OPT="-gl -O-"
make
Sven:
Thanks for your response.
I am able to recompile RTL with the following commands issues from an Admin
level DOS prompt:
make clean
make all OS_TARGET=win32 CPU_TARGET=i386 OPT="-gl -O-"
make install OS_TARGET=win32 CPU_TARGET=i386
How do I point the compiler to look at the new units/*.ppu
On 08.08.2014 16:20, mark diener wrote:
Using Lazarus 1.2.4 win32 on Windows 8.1
I am getting stack traces like this:
#0 SYSTEM_FINISH_WAITFIXEDLIST$PFREELISTS at :0
#1 ?? at :0
#2 ?? at :0
#3 TRPZUDPSRV__EXECWRAPPER() at
C:\pdev\rpzlib\rpzudpsrv.pas:225
#4 TRPZUDPSRV__EXECUTE() at
C:\pdev\rpzl