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;
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev