On 27/10/2018 13:37, Mattias Gaertner via Lazarus wrote:
On Sat, 27 Oct 2018 13:34:26 +0100
C Western via Lazarus <lazarus@lists.lazarus-ide.org> wrote:

[...]
Did you try this starting the IDE with an empty .lazarus directory?
Yes, exactly.

I am
not sure I made it clear in the original message, but this was on first
run of the RC Lazarus, and I was loading my usual set of packages
preparatory to recompiling Lazarus.
Maybe one of these packages makes the difference?

Mattias

Attached is a minimal package that causes the problem for me. The trigger might be two missing packages?

Colin

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
  <Package Version="4">
    <Name Value="lutils"/>
    <CompilerOptions>
      <Version Value="11"/>
      <CodeGeneration>
        <Optimizations>
          <OptimizationLevel Value="4"/>
        </Optimizations>
      </CodeGeneration>
      <Other>
        <CustomOptions Value="-dDEBUG"/>
      </Other>
    </CompilerOptions>
    <Description Value="Least Squares Fitting Utilities
"/>
    <RequiredPkgs Count="3">
      <Item1>
        <PackageName Value="laz_fpspreadsheet"/>
      </Item1>
      <Item2>
        <PackageName Value="Putils"/>
      </Item2>
      <Item3>
        <PackageName Value="FCL"/>
        <MinVersion Major="1" Valid="True"/>
      </Item3>
    </RequiredPkgs>
    <PublishOptions>
      <Version Value="2"/>
    </PublishOptions>
  </Package>
</CONFIG>
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to