[fpc-devel] MSEide+MSEgui binary package
Martin Schreiber
fpmse at bluewin.ch
Tue Apr 15 21:05:55 CEST 2008
On Tuesday 15 April 2008 20.49:39 Jonas Maebe wrote:
>
> I'm actually not sure whether -Ur makes the compiler also disregard
> any interface changes, but I think it does. Or are you not compiling
> msefileutils with -Ur at this point? (and did you only compile
> previous units with -Ur)
>
I deleted all *.ppu *.o and *.a files before compiling with -Ur.
> > How can I check if I really produced release units?
>
> ppudump unit.ppu|grep "Unit flags" -> check if "release" is mentioned
>
Thanks, I found a workaround:
Moving msesysintf from implementation uses to interface uses in msefileutils
fixes the issue.
Martin
More information about the fpc-devel
mailing list