[Gambas-user] Gambas-user Digest, Vol 67, Issue 16

Bruce Bruen bbruen at ...2308...
Mon Dec 19 03:38:14 CET 2011


On Sun, 2011-12-18 at 17:20 -0600, Randy Millner wrote:

> I can't seem to locate Corba and a couple of others, perhaps there are
> some other naming convention
> in use?, or more likey the 64bit pclinuxos development team hasn't
> gotten around to packaging everything, yet.

Randy,

CORBA
======
The required CORBA libs are not in the PCLOS repos (neither 64 nor 32
bit) AFAIK never have been.
CORBA.h, can be sourced from omniORB at http://omniorb.sourceforge.net/
The two missing libraries can be built from the mandriva srpm at
http://rpm.pbone.net/index.php3/stat/26/dist/70/size/3092594/name/omniorb-4.1.4-3mdv2010.1.src.rpm
You will also have to convert these to 64bit and package them up as well
for PCLOS.
Also ,there may be other dependencies within these libraries.

There is no corba component in gambas3!

gb.qt.kde
=======
This component provides the kde extensions for DBUS thingos
Your missing headers and libraries are:
kapplication.h &libkdecore.so
I believe they may be in the kdevplatform libraries in the repo, but I
don't know (Thanks to Neal et al LXDE rulez here!)

This component does not exist in gambas3

gb.qte
=====
You are missing libqte-mt.so
Now this is strange. It is certainly not on my system but gb2 compiles
fine with qte included.
I have no idea what this library is. It may be from qt3, a search for it
on rpmbone reveals nothing.
You will need to work though the gb.qte config logs to see what is
requiring this.



> any clues as to where to find packages to compile would be helpful.

See above


> I've used gambas for a couple of years, and never had to compile it
> from scratch.
> Trying to give back to the PcLinuxOS community.

gambas2 is in the pclos repo.  Here is a list of all its' "requires".  

rpmlib(VersionedDependencies) <= 3.0.3-1
glibc >= 2.12.1
libstdc++6 >= 4.5.2
/bin/sh  
/bin/sh  
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libaa.so.1  
libatk-1.0.so.0  
libbz2.so.1  
libcairo.so.2  
libcrypt.so.1  
libcrypt.so.1(GLIBC_2.0)  
libc.so.6  
libc.so.6(GLIBC_2.0)  
libc.so.6(GLIBC_2.1)  
libc.so.6(GLIBC_2.11)  
libc.so.6(GLIBC_2.1.3)  
libc.so.6(GLIBC_2.2)  
libc.so.6(GLIBC_2.3)  
libc.so.6(GLIBC_2.3.4)  
libc.so.6(GLIBC_2.7)  
libcurl.so.4  
libdirect-1.4.so.0  
libdirectfb-1.4.so.0  
libdl.so.2  
libdl.so.2(GLIBC_2.0)  
libdl.so.2(GLIBC_2.1)  
libfbclient.so.2  
libffi.so.5  
libfontconfig.so.1  
libfreetype.so.6  
libfusion-1.4.so.0  
libgcc_s.so.1  
libgcc_s.so.1(GCC_3.0)  
libgcc_s.so.1(GLIBC_2.0)  
libgdk_pixbuf-2.0.so.0  
libgdk-x11-2.0.so.0  
libggi.so.2  
libgg.so.1  
libgii.so.1  
libgio-2.0.so.0  
libglib-2.0.so.0  
libGL.so.1  
libGLU.so.1  
libgmodule-2.0.so.0  
libgobject-2.0.so.0  
libgpm.so.1  
libgthread-2.0.so.0  
libgtk-x11-2.0.so.0  
libICE.so.6  
libintl.so.8  
libjpeg.so.62  
liblcms.so.1  
libmng.so.1  
libm.so.6  
libm.so.6(GLIBC_2.0)  
libm.so.6(GLIBC_2.1)  
libmysqlclient.so.16  
libodbc.so.1  
libpango-1.0.so.0  
libpangocairo-1.0.so.0  
libpangoft2-1.0.so.0  
libpcre.so.0  
libpixman-1.so.0  
libpng12.so.0  
libpoppler.so.7  
libpq.so.5  
libpthread.so.0  
libpthread.so.0(GLIBC_2.0)  
libpthread.so.0(GLIBC_2.1)  
libpthread.so.0(GLIBC_2.2)  
libqt-mt.so.3  
libresolv.so.2  
librsvg-2.so.2  
librt.so.1  
libSDL-1.2.so.0  
libSDL_image-1.2.so.0  
libSDL_mixer-1.2.so.0  
libslang.so.2  
libSM.so.6  
libsqlite3.so.0  
libsqlite.so.0  
libstdc++.so.6  
libstdc++.so.6(GLIBCXX_3.4)  
libstdc++.so.6(GLIBCXX_3.4.11)  
libstdc++.so.6(GLIBCXX_3.4.14)  
libstdc++.so.6(GLIBCXX_3.4.9)  
libX11.so.6  
libXau.so.6  
libxcb.so.1  
libXcursor.so.1  
libXdmcp.so.6  
libXext.so.6  
libXfixes.so.3  
libXft.so.2  
libXinerama.so.1  
libxml2.so.2  
libXrandr.so.2  
libXrender.so.1  
libxslt.so.1  
libXtst.so.6  
libXxf86dga.so.1  
libz.so.1  

Suggest you check them all off and try another ./configure -C

By the way, your reconf-all seems OK so there is no need to re-run it
But until you can get all the gambas components requirements resolved to
configure's satisfaction, there is no
need to run the make.

Finally, these are all pclos problems, not gambas, so I suggest you
contact me off the list so we don't clutter it up further.
regards
Bruce




More information about the User mailing list