Bug avec gb.Gesktop

View: New views
8 Messages — Rating Filter:   Alert me  

Bug avec gb.Gesktop

by Fabien Bodard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

kubuntu 64 bit jaunty

nfig.status: executing depfiles commands
fabien@ubuntu:~/gambas/gb.desktop$ make
make  all-recursive
make[1]: entrant dans le répertoire «
/home/fabien/Download/trunk/gb.desktop »
Making all in src
make[2]: entrant dans le répertoire «
/home/fabien/Download/trunk/gb.desktop/src »
Making all in .
make[3]: entrant dans le répertoire «
/home/fabien/Download/trunk/gb.desktop/src »
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -D_REENTRANT    -pipe -Wall -Wno-unused-value -fsigned-char
-fvisibility=hidden -g -Os  -MT desktop.lo -MD -MP -MF
.deps/desktop.Tpo -c -o desktop.lo desktop.c
 gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -Wall
-Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT
desktop.lo -MD -MP -MF .deps/desktop.Tpo -c desktop.c  -fPIC -DPIC -o
.libs/desktop.o
desktop.c: In function 'CDESKTOP_set_window_property':
desktop.c:287: warning: assignment from incompatible pointer type
desktop.c:318: error: 'i' undeclared (first use in this function)
desktop.c:318: error: (Each undeclared identifier is reported only once
desktop.c:318: error: for each function it appears in.)
desktop.c:258: warning: unused variable 'padded_value'
desktop.c: In function 'CDESKTOP_send_client_message':
desktop.c:429: error: 'i' undeclared (first use in this function)
desktop.c:431: warning: assignment from incompatible pointer type
make[3]: *** [desktop.lo] Erreur 1
make[3]: quittant le répertoire « /home/fabien/Download/trunk/gb.desktop/src »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /home/fabien/Download/trunk/gb.desktop/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/fabien/Download/trunk/gb.desktop »
make: *** [all] Erreur 2
fabien@ubuntu:~/gambas/gb.desktop$

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Bug avec gb.Gesktop

by Benoît Minisini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> kubuntu 64 bit jaunty
>
> nfig.status: executing depfiles commands
> fabien@ubuntu:~/gambas/gb.desktop$ make
> make  all-recursive
> make[1]: entrant dans le répertoire «
> /home/fabien/Download/trunk/gb.desktop »
> Making all in src
> make[2]: entrant dans le répertoire «
> /home/fabien/Download/trunk/gb.desktop/src »
> Making all in .
> make[3]: entrant dans le répertoire «
> /home/fabien/Download/trunk/gb.desktop/src »
> /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I.. -D_REENTRANT    -pipe -Wall -Wno-unused-value -fsigned-char
> -fvisibility=hidden -g -Os  -MT desktop.lo -MD -MP -MF
> .deps/desktop.Tpo -c -o desktop.lo desktop.c
>  gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -Wall
> -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT
> desktop.lo -MD -MP -MF .deps/desktop.Tpo -c desktop.c  -fPIC -DPIC -o
> .libs/desktop.o
> desktop.c: In function 'CDESKTOP_set_window_property':
> desktop.c:287: warning: assignment from incompatible pointer type
> desktop.c:318: error: 'i' undeclared (first use in this function)
> desktop.c:318: error: (Each undeclared identifier is reported only once
> desktop.c:318: error: for each function it appears in.)
> desktop.c:258: warning: unused variable 'padded_value'
> desktop.c: In function 'CDESKTOP_send_client_message':
> desktop.c:429: error: 'i' undeclared (first use in this function)
> desktop.c:431: warning: assignment from incompatible pointer type
> make[3]: *** [desktop.lo] Erreur 1
> make[3]: quittant le répertoire «
> /home/fabien/Download/trunk/gb.desktop/src » make[2]: *** [all-recursive]
> Erreur 1
> make[2]: quittant le répertoire «
> /home/fabien/Download/trunk/gb.desktop/src » make[1]: *** [all-recursive]
> Erreur 1
> make[1]: quittant le répertoire « /home/fabien/Download/trunk/gb.desktop »
> make: *** [all] Erreur 2
> fabien@ubuntu:~/gambas/gb.desktop$
>
> ---------------------------------------------------------------------------
>--- Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Gambas-user-fr mailing list
> Gambas-user-fr@...
> https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Essaie avec la révision 2119.


--
Benoît

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Bug avec gb.Gesktop

by Fabien Bodard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Merci benoit ça roule


Le 14 juillet 2009 21:30, Benoît
Minisini<gambas@...> a écrit :

>> kubuntu 64 bit jaunty
>>
>> nfig.status: executing depfiles commands
>> fabien@ubuntu:~/gambas/gb.desktop$ make
>> make  all-recursive
>> make[1]: entrant dans le répertoire «
>> /home/fabien/Download/trunk/gb.desktop »
>> Making all in src
>> make[2]: entrant dans le répertoire «
>> /home/fabien/Download/trunk/gb.desktop/src »
>> Making all in .
>> make[3]: entrant dans le répertoire «
>> /home/fabien/Download/trunk/gb.desktop/src »
>> /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
>> -I.. -D_REENTRANT    -pipe -Wall -Wno-unused-value -fsigned-char
>> -fvisibility=hidden -g -Os  -MT desktop.lo -MD -MP -MF
>> .deps/desktop.Tpo -c -o desktop.lo desktop.c
>>  gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -Wall
>> -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT
>> desktop.lo -MD -MP -MF .deps/desktop.Tpo -c desktop.c  -fPIC -DPIC -o
>> .libs/desktop.o
>> desktop.c: In function 'CDESKTOP_set_window_property':
>> desktop.c:287: warning: assignment from incompatible pointer type
>> desktop.c:318: error: 'i' undeclared (first use in this function)
>> desktop.c:318: error: (Each undeclared identifier is reported only once
>> desktop.c:318: error: for each function it appears in.)
>> desktop.c:258: warning: unused variable 'padded_value'
>> desktop.c: In function 'CDESKTOP_send_client_message':
>> desktop.c:429: error: 'i' undeclared (first use in this function)
>> desktop.c:431: warning: assignment from incompatible pointer type
>> make[3]: *** [desktop.lo] Erreur 1
>> make[3]: quittant le répertoire «
>> /home/fabien/Download/trunk/gb.desktop/src » make[2]: *** [all-recursive]
>> Erreur 1
>> make[2]: quittant le répertoire «
>> /home/fabien/Download/trunk/gb.desktop/src » make[1]: *** [all-recursive]
>> Erreur 1
>> make[1]: quittant le répertoire « /home/fabien/Download/trunk/gb.desktop »
>> make: *** [all] Erreur 2
>> fabien@ubuntu:~/gambas/gb.desktop$
>>
>> ---------------------------------------------------------------------------
>>--- Enter the BlackBerry Developer Challenge
>> This is your chance to win up to $100,000 in prizes! For a limited time,
>> vendors submitting new applications to BlackBerry App World(TM) will have
>> the opportunity to enter the BlackBerry Developer Challenge. See full prize
>> details at: http://p.sf.net/sfu/Challenge
>> _______________________________________________
>> Gambas-user-fr mailing list
>> Gambas-user-fr@...
>> https://lists.sourceforge.net/lists/listinfo/gambas-user-fr
>
> Essaie avec la révision 2119.
>
>
> --
> Benoît
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Gambas-user-fr mailing list
> Gambas-user-fr@...
> https://lists.sourceforge.net/lists/listinfo/gambas-user-fr
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Bug avec gb.Gesktop

by Fabien Bodard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

autre chose en faite,  j'ai essayer de fixer l'affichage du FAbout
mais il semble que le problème soit plus important, et provienne de la
routine d'arrangement ... tu y a touché recemment ?




2009/7/14 Fabien Bodard <gambas.fr@...>:

> Merci benoit ça roule
>
>
> Le 14 juillet 2009 21:30, Benoît
> Minisini<gambas@...> a écrit :
>>> kubuntu 64 bit jaunty
>>>
>>> nfig.status: executing depfiles commands
>>> fabien@ubuntu:~/gambas/gb.desktop$ make
>>> make  all-recursive
>>> make[1]: entrant dans le répertoire «
>>> /home/fabien/Download/trunk/gb.desktop »
>>> Making all in src
>>> make[2]: entrant dans le répertoire «
>>> /home/fabien/Download/trunk/gb.desktop/src »
>>> Making all in .
>>> make[3]: entrant dans le répertoire «
>>> /home/fabien/Download/trunk/gb.desktop/src »
>>> /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
>>> -I.. -D_REENTRANT    -pipe -Wall -Wno-unused-value -fsigned-char
>>> -fvisibility=hidden -g -Os  -MT desktop.lo -MD -MP -MF
>>> .deps/desktop.Tpo -c -o desktop.lo desktop.c
>>>  gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -Wall
>>> -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT
>>> desktop.lo -MD -MP -MF .deps/desktop.Tpo -c desktop.c  -fPIC -DPIC -o
>>> .libs/desktop.o
>>> desktop.c: In function 'CDESKTOP_set_window_property':
>>> desktop.c:287: warning: assignment from incompatible pointer type
>>> desktop.c:318: error: 'i' undeclared (first use in this function)
>>> desktop.c:318: error: (Each undeclared identifier is reported only once
>>> desktop.c:318: error: for each function it appears in.)
>>> desktop.c:258: warning: unused variable 'padded_value'
>>> desktop.c: In function 'CDESKTOP_send_client_message':
>>> desktop.c:429: error: 'i' undeclared (first use in this function)
>>> desktop.c:431: warning: assignment from incompatible pointer type
>>> make[3]: *** [desktop.lo] Erreur 1
>>> make[3]: quittant le répertoire «
>>> /home/fabien/Download/trunk/gb.desktop/src » make[2]: *** [all-recursive]
>>> Erreur 1
>>> make[2]: quittant le répertoire «
>>> /home/fabien/Download/trunk/gb.desktop/src » make[1]: *** [all-recursive]
>>> Erreur 1
>>> make[1]: quittant le répertoire « /home/fabien/Download/trunk/gb.desktop »
>>> make: *** [all] Erreur 2
>>> fabien@ubuntu:~/gambas/gb.desktop$
>>>
>>> ---------------------------------------------------------------------------
>>>--- Enter the BlackBerry Developer Challenge
>>> This is your chance to win up to $100,000 in prizes! For a limited time,
>>> vendors submitting new applications to BlackBerry App World(TM) will have
>>> the opportunity to enter the BlackBerry Developer Challenge. See full prize
>>> details at: http://p.sf.net/sfu/Challenge
>>> _______________________________________________
>>> Gambas-user-fr mailing list
>>> Gambas-user-fr@...
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user-fr
>>
>> Essaie avec la révision 2119.
>>
>>
>> --
>> Benoît
>>
>> ------------------------------------------------------------------------------
>> Enter the BlackBerry Developer Challenge
>> This is your chance to win up to $100,000 in prizes! For a limited time,
>> vendors submitting new applications to BlackBerry App World(TM) will have
>> the opportunity to enter the BlackBerry Developer Challenge. See full prize
>> details at: http://p.sf.net/sfu/Challenge
>> _______________________________________________
>> Gambas-user-fr mailing list
>> Gambas-user-fr@...
>> https://lists.sourceforge.net/lists/listinfo/gambas-user-fr
>>
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Bug avec gb.Gesktop

by Benoît Minisini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> autre chose en faite,  j'ai essayer de fixer l'affichage du FAbout
> mais il semble que le problème soit plus important, et provienne de la
> routine d'arrangement ... tu y a touché recemment ?
>

Qu'est ce qui ne vas pas avec FAbout?

--
Benoît

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Bug avec gb.Gesktop

by Benoît Minisini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> > autre chose en faite,  j'ai essayer de fixer l'affichage du FAbout
> > mais il semble que le problème soit plus important, et provienne de la
> > routine d'arrangement ... tu y a touché recemment ?
>
> Qu'est ce qui ne vas pas avec FAbout?

Ah oui, c'est le bug avec TabStrip ?

--
Benoît

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Bug avec gb.Gesktop

by Fabien Bodard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Le 14 juillet 2009 22:37, Benoît
Minisini<gambas@...> a écrit :
>> > autre chose en faite,  j'ai essayer de fixer l'affichage du FAbout
>> > mais il semble que le problème soit plus important, et provienne de la
>> > routine d'arrangement ... tu y a touché recemment ?
>>
>> Qu'est ce qui ne vas pas avec FAbout?
>
> Ah oui, c'est le bug avec TabStrip ?
>

oui

> --
> Benoît
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Gambas-user-fr mailing list
> Gambas-user-fr@...
> https://lists.sourceforge.net/lists/listinfo/gambas-user-fr
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Bug avec gb.Gesktop

by Benoît Minisini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Le 14 juillet 2009 22:37, Benoît
>
> Minisini<gambas@...> a écrit :
> >> > autre chose en faite,  j'ai essayer de fixer l'affichage du FAbout
> >> > mais il semble que le problème soit plus important, et provienne de la
> >> > routine d'arrangement ... tu y a touché recemment ?
> >>
> >> Qu'est ce qui ne vas pas avec FAbout?
> >
> > Ah oui, c'est le bug avec TabStrip ?
>
> oui
>

Corrigé dans la révision 2121.

--
Benoît

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr