Mattias Gaertner ha scritto:
On Fri, 02 Nov 2007 15:38:42 +0100
Alvise Nicoletti <[EMAIL PROTECTED]> wrote:

Now i'm getting:
In 'file:///etc/PoolPatrol.xml' (line 4 pos 5): Unmatching element
end tag (expected "</main>")

The file is:
<configurazione>
  <main>
    asd
  </main>
</configurazione>

I removed the
<?xml version="1.0"?>
part to be sure that wasn't the problem... and infact there is
something weird in the component.

However, maybe it's something related to a buggy ide/compiler.

I'm still trying to understand why the ide is at it's 0.22 version.

Can someone provide me a 64bit-compiled ide for ubuntu?

Yes. I can upload one in a few hours. But it maybe easier to find the
real problem.
Check that your lazarus sources are uptodate: ide/version.inc should
contain 0.9.23.
# locate ide/version.inc
/usr/lib/lazarus/ide/version.inc
# cat /usr/lib/lazarus/ide/version.inc
'0.9.23'

Remove any links to the executables
(/usr/bin/lazarus, /usr/bin/startlazarus, /usr/bin/lazarus-ide)
Now type lazarus and startlazarus and lazarus-ide. All three should
fail, otherwise you found your lazarus.
I removed the three links.
Then compile:
cd /path/to/sources/of/lazarus/
export LCL_PLATFORM=gtk2; make clean all bigide

Then start
./lazarus
I'm downloading: ftp://ftp.hu.freepascal.org/pub/lazarus/lazarus-0.9.23-20071102-src.tar.bz2

I hope that the compilation will work, however I don't know if I have all the stuff needed to compile it.
Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives




_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to