<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    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=UTF-8">
    <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>
    <br>
    <br>
    <blockquote cite="mid:52D1934E.4090202@windstream.net" type="cite">
      <blockquote type="cite">
        <blockquote type="cite">PPU Loading
          C:\freepascal\fpc\trunk\units\i386-win32\rtl\variants.ppu
          <br>
          PPU Source: variants.pp not available
          <br>
          Recompiling variants, checksum changed for System
          <br>
          Fatal: Can't find unit variants used by db
          <br>
          Fatal: Compilation aborted
          <br>
          make[1]: *** [fcllaz.ppu] Error 1
          <br>
          make[1]: Leaving directory
          `c:/freepascal/laz/packager/registration'
          <br>
          make: *** [registration] Error 2
          <br>
        </blockquote>
        <br>
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>