[Gambas-user] "Incorrect property value"

Jose J. Rodriguez joe1962 at ...626...
Fri Apr 28 11:25:16 CEST 2006


On 4/28/06, Benoit Minisini <benoit.minisini at ...2...> wrote:
> On Friday 28 April 2006 10:24, Jose J. Rodriguez wrote:
> > On 4/28/06, Benoit Minisini <benoit.minisini at ...2...> wrote:
> > > On Friday 28 April 2006 09:54, Jose J. Rodriguez wrote:
> > > > Anybody else getting these "Incorrect property value" popups while
> > > > trying to change a lot of widget properties in the IDE (Gambas
> > > > 1.9.29)? Happens even with simple stuff like the Enabled property of a
> > > > button. They all work in code, but it makes for some pretty boring
> > > > form load events...
> > > >
> > > > Regards,
> > > > Joe1962
> > >
> > > Actually a project converter will have to be written so that a 1.0
> > > project can be ported to 2.0 easily.
> >
> > Yes, but that's not the problem, it happens with new projects created
> > by Gambas 1.9.29 itself.
> >
> > Regards,
> > Joe1962
> >
>
> I think you have a problem in your gambas installation or compilation... Can
> you send me the output of ./configure, make & make install ?
>


Here are the output files:
configure-out.txt
make-out.txt
makeinstall-out.txt

I use the following script for the process:

jcompile:

#!/bin/bash
#
# VL compile flags:
export CFLAGS="-O2 -march=i586 -mcpu=i686"
export CXXFLAGS=$CFLAGS
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
export LD_LIBRARY_PATH=/usr/lib:/usr/X11R6/lib
export QTDIR=/usr/lib/qt
export KDEDIR=/opt/kde
#
# Gambas2:
./configure -C --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--with-kde-includes=/opt/kde/include --with-kde-libraries=/opt/kde/lib
--disable-v4l  > /home/joe1962/packages/configure-out.txt 2>&1 && make
> /home/joe1962/packages/make-out.txt 2>&1 && jmaketemp


and jmaketemp:

#!/bin/bash
#
make install DESTDIR=/home/joe1962/packages/tmp_package >
/home/joe1962/packages/makeinstall-out.txt 2>&1


This puts the install into a temp dir from where I can prepare and
makepkg the Slackware (actually Vector Linux) tgz package.

Regards,
Joe1962
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gambas-debug.tar.bz2
Type: application/x-bzip2
Size: 30063 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20060428/d99a495b/attachment.bin>


More information about the User mailing list