LANG=C gbx3 -e 'IsInteger("12 + 5.4")'
Gives; False

In IDE console:
?  IsInteger("12 + 5.4")
True


Are you sure that you have compiled and installed the correct version?
>
>
gbr3 --version
Gives always 2.99.0...
But "svn info" says sources are at revision 3377.
I just recompiled them and now gbx3 seems to be just modified.
So, I think there was no problems with compilation.
What else to check?

I always use same compilation script:
#!/bin/sh
sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3
/usr/local/bin/gbi3
sudo rm -rf /usr/local/lib/gambas3
sudo rm -rf /usr/local/share/gambas3
cd ~/trunk
./reconf-all && ./configure -C && make && sudo make install
sudo -k

Jussi
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to