[lazarus] mwEdit compiles!

Shane Miller SMiller1 at stvgb.org
Thu Oct 28 08:36:41 EDT 1999


There is still something wrong with the assmebler.
I did a ppc386 -al and looked at mwcustomedit.s

Line 1506 has the error.  I'll give you the code here starting with line 1505...

# [1091] Result := inherited Font;
         movl    ,&eax
        movl 420(%eax),%edi
..
...

As you can see, it expects something before the comma.
Can someone look at this please....want me to send the .s file to someone?

Shane


>>> Florian Klaempfl <Florian.Klaempfl at gmx.de> 10/27/99 03:57PM >>>
Shane Miller wrote:
> 
> BUT, (there's always a but...) it doesn't assemble.
> 
> I do...
> 
> ppc386 mwcustomedit.pas
> ..
> ..
> ...
> Assembling mwcustomedit
> mwcustomedit.s: Assembler messages;
> mwcustomedit.s:1273: Error: expecting operand before ","; got nothing
> Warning: error while assembling exitcode 1
> Fatal: There were 1 errors compiling module, stopping
> ...
> 
> ..
> 

Please compile with -al and have a look at the .s file (-al includes
source lines into the assembler output), and tell us the source line
(I don't have installed lazarus here).

_________________________________________________________________
     To unsubscribe: mail lazarus-request at miraclec.com with
                "unsubscribe" as the Subject
    archives at http://www.miraclec.com/list_archives/lazarus






More information about the Lazarus mailing list