Re: [Gambas-user] Problems with gbs

2011-06-12 Thread Jussi Lahtinen
Works perfectly now! Jussi 2011/6/11 Benoît Minisini > > This problem is now "solved". > > I'm going to do distribution update, and because of that I temporarily > > change my fstab: > > /tmpext4relatime,nosuid,noexec0 2 > > --> > > /tmpext4default

Re: [Gambas-user] Problems with gbs

2011-06-10 Thread Benoît Minisini
> This problem is now "solved". > I'm going to do distribution update, and because of that I temporarily > change my fstab: > /tmpext4relatime,nosuid,noexec0 2 > --> > /tmpext4defaults0 2 > > So, looks like even when gbs3 is not executed

Re: [Gambas-user] Problems with gbs

2011-05-22 Thread Jussi Lahtinen
This problem is now "solved". I'm going to do distribution update, and because of that I temporarily change my fstab: /tmpext4relatime,nosuid,noexec0 2 --> /tmpext4defaults0 2 So, looks like even when gbs3 is not executed in /tmp, it is e

Re: [Gambas-user] Problems with gbs

2011-04-11 Thread Jussi Lahtinen
There certainly are some warnings... I not sure why, but doesn't seem to be serious. Jussi 2011/4/11 Benoît Minisini > > Still problems with this... same errors with both Gambas 2.23 and Gambas > 3 > > rev 3748. > > > > I tried with different character encodings and line endings. > > "Mac OS

Re: [Gambas-user] Problems with gbs

2011-04-11 Thread Benoît Minisini
> Still problems with this... same errors with both Gambas 2.23 and Gambas 3 > rev 3748. > > I tried with different character encodings and line endings. > "Mac OS Classic" line endings yielded different errors, > but I couldn't find working combination. > > Can someone confirm if UTF-8 with norm

Re: [Gambas-user] Problems with gbs

2011-04-11 Thread Jussi Lahtinen
Still problems with this... same errors with both Gambas 2.23 and Gambas 3 rev 3748. I tried with different character encodings and line endings. "Mac OS Classic" line endings yielded different errors, but I couldn't find working combination. Can someone confirm if UTF-8 with normal unix line end

Re: [Gambas-user] Problems with gbs

2011-04-06 Thread John Spikowski
On Wed, 2011-04-06 at 23:20 +0300, Jussi Lahtinen wrote: > I tried your example, doesn't work with my system. > What is your system? Ubuntu 10.10 32 bit. -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming

Re: [Gambas-user] Problems with gbs

2011-04-06 Thread Jussi Lahtinen
I tried your example, doesn't work with my system. $ gbs3 testscript.gambas nothing $ gbs3 -v testscript.gambas nothing $ gbs3 -v -c testscript.gambas gbs: create project gbs: process file: ... testscript.gambas gbs: Main procedure not defined, create it What is your system? Jussi On Wed, A

Re: [Gambas-user] Problems with gbs

2011-04-06 Thread John Spikowski
On Wed, 2011-04-06 at 21:12 +0300, Jussi Lahtinen wrote: > I created file named testscript, then I pasted code from > http://www.gambasdoc.org/help/doc/benchmark/polynom . > But I don't think it really matters since I can't run any code. > Even simple code as following fails with same errors; > >

Re: [Gambas-user] Problems with gbs

2011-04-06 Thread Jussi Lahtinen
I created file named testscript, then I pasted code from http://www.gambasdoc.org/help/doc/benchmark/polynom . But I don't think it really matters since I can't run any code. Even simple code as following fails with same errors; #!/usr/bin/env gbs3 Print "Hello?" Jussi 2011/4/6 Benoît Minisin

Re: [Gambas-user] Problems with gbs

2011-04-06 Thread Benoît Minisini
> Hi! > I tried to run the benchmarks. But I couldn't run gambas script. > > $ gbs3 -v -c ./testscript > gbs: Main procedure not defined, create it > > OK, then I added "Sub Main()" and "End" to the script. > > $ gbs3 -v -c ./testscript > gbs: Main procedure not defined, create it > MMain.module

[Gambas-user] Problems with gbs

2011-04-06 Thread Jussi Lahtinen
Hi! I tried to run the benchmarks. But I couldn't run gambas script. $ gbs3 -v -c ./testscript gbs: Main procedure not defined, create it OK, then I added "Sub Main()" and "End" to the script. $ gbs3 -v -c ./testscript gbs: Main procedure not defined, create it MMain.module:42: error: 'Main' alr