How to compile Gambas 3.4.1?

discuss compiling applications for Puppy
Post Reply
Message
Author
der-schutzhund
Posts: 1045
Joined: Mon 26 Nov 2007, 22:07
Location: Blomberg / Germany

How to compile Gambas 3.4.1?

#1 Post by der-schutzhund »

i want to compile the new Gambas 3.4.1 for lucid / Lazy Puppy

i have done so fare:
loading: qt4-4.8.0.sfs, qt4_DEV-4.8.0.sfs, LP2_DevX.sfs
the files for Gambas into a sub of root.
start a roxterm and following lines:

Code: Select all

export PKG_CONFIG_PATH=/opt/qt4/lib/pkgconfig/
mkdir $HOME/gambas-puppylinux
./reconf-all && ./configure --prefix=$HOME/gambas-puppylinux && make && make install 
In the end, gambas is not generated and I get error messages

Code: Select all

Unable to met pkg-config requirement: Qt3Support
|| gb.qt4 is disabled
|| Unable to met pkg-config requirement: Qt3Support
|| gb.qt4.ext is disabled
|| Unable to met pkg-config requirement: QtDBus
|| gb.qt4.webkit is disabled
|| Unable to met pkg-config requirement: QtOpenGL
|| gb.qt4.opengl is disabled
it looks as if some files are missing or?
Where can I find Qt3Support, QtDBus, QtOpenGL

Code: Select all

Logfile:
||
|| Unable to find file: libintl.so
|| This library may be located inside the system C library, so you can ignore that warning...
|| Unable to find file: libiconv.so
|| This library may be located inside the system C library, so you can ignore that warning...
|| Unable to met pkg-config requirement: libffi
|| Unable to find file: ffi.h
|| Unable to find file: libffi.so
|| libffi is disabled
|| libffi is disabled
||
|| Unable to find file: mysql.h
|| Unable to find file: my_config.h
|| Unable to find file: libmysqlclient.so
|| gb.db.mysql is disabled
||
|| Unable to find file: sql.h
|| Unable to find file: sqlext.h
|| Unable to find file: sqltypes.h
|| Unable to find file: libodbc.so
|| gb.db.odbc is disabled
||
|| Unable to find file: libpq-fe.h
|| Unable to find file: postgres.h
|| Unable to find file: pg_type.h
|| Unable to find file: libpq.so
|| gb.db.postgresql is disabled
||
|| Unable to find file: sqlite.h
|| Unable to find file: libsqlite.so
|| gb.db.sqlite2 is disabled
||
|| Unable to met pkg-config requirement: gmime-2.6
|| Unable to met pkg-config requirement: gmime-2.4
|| gb.mime is disabled
||
|| Unable to met pkg-config requirement: sdl
|| Unable to met pkg-config requirement: > 1.2.8
|| Unable to met pkg-config requirement: SDL_ttf
|| Unable to met pkg-config requirement: glew
|| Unable to find file: GL/glew.h
|| Unable to find file: SDL_ttf.h
|| Unable to find file: libSDL_ttf.so
|| Unable to find file: libGLEW.so
|| gb.sdl is disabled
||
|| gb.sdl.sound is disabled
||
|| Unable to met pkg-config requirement: libv4lconvert
|| gb.v4l is disabled
|| gb.v4l is disabled
||
|| Unable to met pkg-config requirement: Qt3Support
|| gb.qt4 is disabled
|| Unable to met pkg-config requirement: Qt3Support
|| gb.qt4.ext is disabled
|| gb.qt4.webkit is disabled
|| Unable to met pkg-config requirement: QtOpenGL
|| gb.qt4.opengl is disabled
||
|| Unable to met pkg-config requirement: gtkglext-1.0
|| gb.gtk.opengl is disabled
||
|| Unable to met pkg-config requirement: glew
|| gb.opengl is disabled
|| Unable to met pkg-config requirement: glew
|| gb.opengl.glsl is disabled
|| gb.opengl.glu is disabled
||
|| Unable to met pkg-config requirement: imlib2 >= 1.4.0
|| gb.image.imlib is disabled
||
|| Unable to met pkg-config requirement: gsl
|| Unable to find file: gsl/gsl_cblas.h
|| Unable to find file: gsl/gsl_math.h
|| Unable to find file: libgslcblas.so
|| Unable to find file: libgsl.so
|| gb.gsl is disabled
||
|| Unable to met pkg-config requirement: gstreamer-0.10 >= 0.10.31
|| Unable to met pkg-config requirement: gstreamer-interfaces-0.10
|| gb.media is disabled
||

||
|| THESE COMPONENTS ARE DISABLED:
|| - gb.db.mysql
|| - gb.db.odbc
|| - gb.db.postgresql
|| - gb.db.sqlite2
|| - gb.gsl
|| - gb.gtk.opengl
|| - gb.image.imlib
|| - gb.jit
|| - gb.media
|| - gb.mime
|| - gb.opengl
|| - gb.opengl.glsl
|| - gb.opengl.glu
|| - gb.qt4
|| - gb.qt4.ext
|| - gb.qt4.opengl
|| - gb.qt4.webkit
|| - gb.sdl
|| - gb.sdl.sound
|| - gb.v4l
||
Greetings

Wolfgang

der-schutzhund
Posts: 1045
Joined: Mon 26 Nov 2007, 22:07
Location: Blomberg / Germany

#2 Post by der-schutzhund »

Is there really no who can help me to generate a current Gambas for Puppy? :oops:
Nobody needs this great development program?

Greetings

Wolfgang

der-schutzhund
Posts: 1045
Joined: Mon 26 Nov 2007, 22:07
Location: Blomberg / Germany

#3 Post by der-schutzhund »

Hi,

Hoermirauf has build a gambas3.sfs

http://murga-linux.com/puppy/viewtopic. ... 73&t=86134

in lucid / lazy i get the error: "gbr3: /lib/libc.so.6: version 'GLIBC_2.15' not found"

Were can i get this libc-version and can i include in lucid?

Post Reply