Gambas France BETA


Pas de compte ? Incription

compilation gambas2

Ce sujet est résolu.

12
AuteurMessages
jibi#1 Posté le 30/6/2012 à 20:34:32
codergambas.jimdofree.comBonjour
En compilant GB2 a partir des sources téléchargées, impossible d'activer les composants - gb.qt.kde - gb.qte

Je suis sous Kubuntu 11.10

voici le log de ./configure -C pour les sections concertants ces composants :

=== configuring in gb.qt (/usr/src/gambas-source/gambas2-2.24.0/gb.qt)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for long double with more range or precision than double... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for ccache... no
checking for main in -lm... (cached) yes
checking for main in -lz... (cached) yes
checking for main in -lgcc_s... (cached) yes
checking for main in -lstdc++... (cached) yes
checking target system... LINUX
checking target architecture... X86
checking which extension is used for shared libraries... .so
checking for threading compiler options... -D_REENTRANT
checking for threading linker options... -lpthread
checking for mathematic libraries... -lm
checking for external gettext library...
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... (cached) func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for X... (cached) libraries , headers
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for QT meta-object compiler... /usr/share/qt3/bin/moc
checking for QT component headers... /usr/include/ /usr/include/qt3/
checking for QT component libraries... /usr/lib/
checking for QT OpenGL component headers... /usr/include/GL/
checking for QT OpenGL component libraries... /usr/lib/i386-linux-gnu/
configure: updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/share/Makefile
config.status: creating src/ext/Makefile
config.status: creating src/opengl/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands


=== configuring in gb.qte (/usr/src/gambas-source/gambas2-2.24.0/gb.qte)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for long double with more range or precision than double... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for ccache... no
checking for main in -lm... (cached) yes
checking for main in -lz... (cached) yes
checking for main in -lgcc_s... (cached) yes
checking for main in -lstdc++... (cached) yes
checking target system... LINUX
checking target architecture... X86
checking which extension is used for shared libraries... .so
checking for threading compiler options... -D_REENTRANT
checking for threading linker options... -lpthread
checking for mathematic libraries... -lm
checking for external gettext library...
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... (cached) func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for QT meta-object compiler... (cached) /usr/share/qt3/bin/moc
checking for QT/Embedded component headers... /usr/include/qt3/
checking for QT/Embedded component libraries... no
configure: WARNING: Unable to find file: libqte-mt.so
configure: WARNING: *** QT/Embedded component is disabled
configure: updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/share/Makefile
config.status: creating src/ext/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands


=== configuring in gb.qt.kde (/usr/src/gambas-source/gambas2-2.24.0/gb.qt.kde)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for long double with more range or precision than double... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for ccache... no
checking for main in -lm... (cached) yes
checking for main in -lz... (cached) yes
checking for main in -lgcc_s... (cached) yes
checking for main in -lstdc++... (cached) yes
checking target system... LINUX
checking target architecture... X86
checking which extension is used for shared libraries... .so
checking for threading compiler options... -D_REENTRANT
checking for threading linker options... -lpthread
checking for mathematic libraries... -lm
checking for external gettext library...
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... (cached) func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for X... (cached) libraries , headers
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for QT meta-object compiler... (cached) /usr/share/qt3/bin/moc
checking for QT component headers... (cached) /usr/include/ /usr/include/qt3/
checking for QT component libraries... (cached) /usr/lib/
checking for KDE 3.x component headers... no
configure: WARNING: Unable to find file: kapplication.h
checking for KDE 3.x component libraries... no
configure: WARNING: Unable to find file: libkdecore.so
configure: WARNING: *** KDE 3.x component is disabled
checking for Trinity headers... no
configure: WARNING: Unable to find file: tqstring.h
checking for Trinity libraries... no
configure: WARNING: Unable to find file: libtqt.so
configure: WARNING: *** Trinity is disabled
configure: updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/html/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

************************************************************

THESE COMPONENTS ARE DISABLED:

- gb.qt.kde
- gb.qte

************************************************************

root@kubuntu-jl:/usr/src/gambas-source/gambas2-2.24.0#


Merci par avance
Jean-Luc
Debian GNU/Linux 11 64-bit

manu#2 Posté le 1/7/2012 à 13:11:06
Avec Gambas ca roule !je ne compile plus gambas2 et ne suis pas utilisateur de Ubuntu, mais je suppose que les lib qt3 et kde3 (necessaire à gambas 2 )ne doivent plus être maintenus dans ubuntu 11.10. Tu devrais te rabattre sur le paquet tout prêt de gambas2 à moins que celui-ci n'existe plus sur ubuntu 11.10 ! Ce serait surprenant et dans ce cas, je te conseillerais vivement de changer de distrib...! ;)
Jeanne d'arc, elle a frit, elle a tout compris ! ;)

Config :
Manjaro linux (excellent !)
XFCE 4.1 (simple et efficace)
Gambas 3 dans les dépots (confort total)
jibi#3 Posté le 1/7/2012 à 17:14:15
codergambas.jimdofree.comOK Manu

Ben sur les paquets tout faits , pour 11.10, il n'y a pas gb.qt.kde et gb.kde.html mais je les ai pour une autre version la 11.04 !! je dois avoir pas les yeux en face de trous!

Je vais donc essayer encore la compilation

Merci de ton aide


edit : ou trouver les lib qt3 et kde3 avec explications comment les installer manuellement?
Debian GNU/Linux 11 64-bit

manu#4 Posté le 1/7/2012 à 17:59:11
Avec Gambas ca roule !
ou trouver les lib qt3 et kde3 avec explications comment les installer manuellement?


Excelente question ;) Je sais pas ... :(
Jeanne d'arc, elle a frit, elle a tout compris ! ;)

Config :
Manjaro linux (excellent !)
XFCE 4.1 (simple et efficace)
Gambas 3 dans les dépots (confort total)
spheris#5 Posté le 2/7/2012 à 13:46:40
je ne compile plus gambas2


grosse erreur :D ;)


et ne suis pas utilisateur de Ubuntu


et une 2eme grosse erreur :D :D

Je te taquine !

;)
manu#6 Posté le 2/7/2012 à 14:22:29
Avec Gambas ca roule !j'ai gambas2 mais la version en paquet de ma distribution et c'est la 2.24 ! ;)
Jeanne d'arc, elle a frit, elle a tout compris ! ;)

Config :
Manjaro linux (excellent !)
XFCE 4.1 (simple et efficace)
Gambas 3 dans les dépots (confort total)
GarulfoUnix#7 Posté le 2/7/2012 à 18:51:07
By the wayTu utilises quoi Manu comme distrib?
manu#8 Posté le 2/7/2012 à 23:12:48
Avec Gambas ca roule !archlinux sur presque tous mes ordis maintenant :)
Jeanne d'arc, elle a frit, elle a tout compris ! ;)

Config :
Manjaro linux (excellent !)
XFCE 4.1 (simple et efficace)
Gambas 3 dans les dépots (confort total)
manu#9 Posté le 2/7/2012 à 23:15:54
Avec Gambas ca roule !archlinux sur presque tous mes ordis maintenant :)

Il faut remercier Laurent pour les paquets de gambas toujours à la dernière version ;) Je suis même passé à la version paquet pour gambas3 car je code pas trop depuis plusieurs mois, je boude même un peu mon ordi...
Jeanne d'arc, elle a frit, elle a tout compris ! ;)

Config :
Manjaro linux (excellent !)
XFCE 4.1 (simple et efficace)
Gambas 3 dans les dépots (confort total)
GarulfoUnix#10 Posté le 2/7/2012 à 23:37:14
By the way
archlinux sur presque tous mes ordis maintenant :)

Il faut remercier Laurent pour les paquets de gambas toujours à la dernière version ;) Je suis même passé à la version paquet pour gambas3 car je code pas trop depuis plusieurs mois, je boude même un peu mon ordi...


Je suis dans le même cas actuellement. Ca commence à prendre date la dernière fois que j'ai codé.. :)
Faut dire, j'avais des priorités. Désormais tranquille de ce coté, je pense que prochainement je vais refaire surface dans Gambas.
jibi#11 Posté le 4/7/2012 à 18:26:37
codergambas.jimdofree.combonjour

A quoi sert le composant gb.qte, c'est le seul maintenant que je n'arrive pas à compiler car il me manque libqte-mt.so
Je ne le trouve nul part?
En cherchant ici : http://packages.ubuntu.com/search?suite=oneiric&section=all&arch=any&lang=fr&searchon=contents&keywords=libtqte-mt pour Oneiric je ne vois rien
S'il n'est pas maintenu pour Oneiric, ou le trouver pour le compiler?

Quelqu'un aurait une idée peut être
Debian GNU/Linux 11 64-bit

Jack#12 Posté le 4/7/2012 à 20:58:10
Bonjour,

voilà la réponse de Benoit sur la mailing list de Gambas.

>>Just downloaded 2.19 and wanted to compile it. Running configure, it says
>>
>>THESE COMPONENTS ARE DISABLED:
>>- gb.qte
>
>Don't worry about gb.qte. Nobody uses it, and it has been removed in Gambas 3.
>Regards,
>--
>Benoît Minisini


Bon, ceci dit, je crois ce composant est un composant pour des applications embarquées, mais je n'en sais pas plus ca
Pour un code démocratique nationalisons Gambas.
Jack#13 Posté le 4/7/2012 à 21:00:09
Bonjour,

voilà la réponse de Benoit sur la mailing list de Gambas.

>>Just downloaded 2.19 and wanted to compile it. Running configure, it says
>>
>>THESE COMPONENTS ARE DISABLED:
>>- gb.qte
>
>Don't worry about gb.qte. Nobody uses it, and it has been removed in Gambas 3.
>Regards,
>--
>Benoît Minisini


Bon, ceci dit, je crois que ce composant est utilisé pour des applications embarquées, mais je n'en sais pas plus car je ne l'utilise pas.

Jack
Pour un code démocratique nationalisons Gambas.
Jack#14 Posté le 4/7/2012 à 21:02:48
Bon, je suis comme RedJack1964, j'ai du appuyer sur le mauvais bouton :shock: puisque j'ai un doublon dans ma réponse.
Pour un code démocratique nationalisons Gambas.
jibi#15 Posté le 4/7/2012 à 21:08:42
codergambas.jimdofree.combon ben merci Jack de ton infos

Donc je vais faire sans alors!
je lance à nouveau la compile

Merci encore
A plus

Jibi
Debian GNU/Linux 11 64-bit

12