<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/01/14 11:42, FreeMan wrote:<br>
    </div>
    <blockquote cite="mid:52D2639B.6010401@delphiturkiye.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      I had same problem, but after one more update to:<br>
      fpc svn update 26427 <br>
      lazarus svn update 43710 <br>
      Kubuntu 13.10 x64<br>
      I don't know how and why but Now IDE builded,<br>
      projects and components are compiled. My project builded and
      running. But, I installed rxgrid, when click on objectinspecter
      for create event, open rxgrid.pas and this message popup<br>
      <br>
      "Unable to create new method. Please fix the error shown in the
      message window, which is normally below the source editor.
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <style type="text/css">
p, li { white-space: pre-wrap; }
</style>"<br>
      <br>
      and message window has this error:<br>
      /home/lazarus/components/rx/rxdbgrid.pas(832,62) Error: unit not
      found: variants<br>
      <br>
      another test:<br>
      open new project, add "variants" on uses of unit (code complied
      works here) then dblclick on OnActivate property on Objectinsp.
      created event in editor. Then dblclick on "OnChangeBounds" event
      property, editor create headers too, but, message windows has this
      error. but project compiling and running, this is very strange<br>
      ---------------------------------------------<br>
      unit1.pas(8,75) Error: unit not found: variants<br>
      <br>
      another test:<br>
      when first try code complied (form uses has variants), this error
      accur and code complied not work.<br>
      <br>
      another test:<br>
      /opt/freepascal/2.7.1/packages/rtl-objpas/src/inc<br>
      this folder not in search path,  <br>
      easy test, add any pp file (from this folder convutil.pp,
      dateutil.pp, variants.pp etc ) to form's uses and try ctrl + left
      click, not underline and not jump to that file. <br>
    </blockquote>
    <br>
    Did you try Tools/Rescan FPC source directory?<br>
    <br>
    Stephano<br>
  </body>
</html>