[Gambas-user] Bug with IsInteger?

Jussi Lahtinen jussi.lahtinen at ...626...
Sun Dec 19 17:57:25 CET 2010


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



More information about the User mailing list