[fpc-pascal] Pascal Language Server
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Apr 24 10:32:45 CEST 2020
On Thu, 23 Apr 2020 22:11:54 +0700
Ryan Joseph via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
> > On Apr 23, 2020, at 10:07 PM, Mattias Gaertner via fpc-pascal
> > <fpc-pascal at lists.freepascal.org> wrote:
> >
> > Please post the last couple of lines, e.g. starting at the last
> > ppcx64 call.
> >
>
> /bin/cp -f Makefile.compiled
> units/x86_64-darwin/nogui/IDEIntf.compiled /Applications/Xcode.app/Contents/Developer/usr/bin/make
> -C components/lazdebuggergdbmi LCL_PLATFORM=nogui /bin/rm -f
> units/x86_64-darwin/nogui/lazdebuggergdbmi.ppu /usr/local/bin/ppcx64
> -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -dLCL -dLCLnogui -gw
> -Fu../../packager/units/x86_64-darwin
> -Fu../lazutils/lib/x86_64-darwin -Fu../buildintf/units/x86_64-darwin
> -Fu../../lcl/units/x86_64-darwin -Fu../debuggerintf/lib/x86_64-darwin
> -Fu../../lcl/units/x86_64-darwin/nogui
> -Fu../lazcontrols/lib/x86_64-darwin/nogui
> -Fu../ideintf/units/x86_64-darwin/nogui -Fu.
> -Fu/usr/local/lib/fpc/3.0.4/units/x86_64-darwin/rtl -FE.
> -FUunits/x86_64-darwin/nogui
These are the right paths. There should be a propedits.ppu in
ideintf/units/x86_64-darwin/nogui
> -dx86_64 lazdebuggergdbmi.pas Hint:
> (11030) Start of reading config file /etc/fpc.cfg Hint: (11031) End
> of reading config file /etc/fpc.cfg Free Pascal Compiler version
> 3.0.4 [2018/09/30] for x86_64 Copyright (c) 1993-2017 by Florian
> Klaempfl and others (1002) Target OS: Darwin for x86_64 (3104)
> Compiling lazdebuggergdbmi.pas (3104) Compiling
> gdbmidebugger.pp /Users/ryanjoseph/Developer/lazarus/components/lazdebuggergdbmi/gdbmidebugger.pp(63,16)
> Fatal: (10022) Can't find unit PropEdits used by GDBMIDebugger Fatal:
> (1018) Compilation aborted make[1]: *** [lazdebuggergdbmi.ppu] Error
> 1 make: *** [lazbuild] Error 2
Are there any ppu files left after "make distclean"?
Mattias
More information about the fpc-pascal
mailing list