gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Laszlo-dev] [Gnash-dev] Re: OpenLaszlo support (continued..)


From: strk
Subject: Re: [Laszlo-dev] [Gnash-dev] Re: OpenLaszlo support (continued..)
Date: Tue, 27 Feb 2007 22:11:13 +0100

On Tue, Feb 27, 2007 at 03:44:43PM -0500, P T Withington wrote:

> Something is screwy here.
> 
> Top-level 'if' statements are evaluated at compile time.  This lets  
> us conditionalize the code for different run times, etc.
> 
> It appears that the compiler has come across a top-level if of the form:
> 
>   if (1) { ... }
> 
> and it is complaining.  Have you edited the source at all?

Got me !

-if ($debug) {
+if (1) { // $debug) {

> [I suppose this should not be a fatal error -- it should just emit  
> the conditional.  But for our purposes it means that the compiler  
> couldn't do what you wanted.]

I'm trying to figure out which compiler and VM I'm using, while
the build seems to be going on...

 lzl:
     [echo] Compiling 
/home/strk/src/openlaszlo/svn/openlaszlo/branches/legals/lps/includes/lfc/LFC7.lzl

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
22012 strk      25   0 59228  42m  11m R 85.6  2.8  14:07.70 gij-4.1

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]