[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc3) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 4 Jan 2015 10:11:03 -0200
> I tested ...
>
> ---8X ---------------
> f=io.popen("dir)
> print(f:read("a"))
> ---8X ---------------
>
> ... and got a directory listing, so it seems io.popen works using
> -std=gnu99.
>
> (I remember the same problems compiling wxWidgets. I dont know
> exactly why, but gcc seems to produce less errors using -std=gnu99)
>
> Ulrich.
Many thanks.
-- Roberto