I would an apt-get do to that. But it had created a softlink to
libXext.so.6.4 names libXext.so.6 . Maybe this should be given a look in the
build script. MIght be a problem with their new version.
On Wed, Mar 26, 2008 at 3:41 PM, Alexei Zakharov <[EMAIL PROTECTED]>
wrote:
> > In the command line type: (make /usr/lib your directory):
> > sudo ln -s libXext.so.6 libXext.so
>
> AFAIK this is exactly that 'apt-get install libxext-dev' should do.
>
> Regards,
> Alexei
>
>
> 2008/3/26, Tharindu Mathew <[EMAIL PROTECTED]>:
> > I reemember having to softlink a few libraries to fix this problem. Go
> to
> > your /usr/lib directory and find libXext. I'm sure you will find a file
> > libXext.so.6 (this was the scenario in my case). You have to create a
> soft
> > link for this.
> >
> > In the command line type: (make /usr/lib your directory):
> >
> > sudo ln -s libXext.so.6 libXext.so
> >
> > Run the build again.
> >
> > The build might break again due to the same problem with other X
> libraries.
> > If you check through the same procedure you'll find that this was the
> > reason. It happened to me for about 2 or 3 libraries.
> >
> >
> > On Wed, Mar 26, 2008 at 9:13 AM, Nathan Beyer <[EMAIL PROTECTED]> wrote:
> >
> > > Do we need to add checks for xext and xtst like those that check for
> > > png, jpeg and lcms? If you don't have the later libraries installed,
> > > the scripts specifically say so.
> > >
> > > -Nathan
> > >
> > > On Tue, Mar 25, 2008 at 9:18 PM, Sean Qiu <[EMAIL PROTECTED]>
> wrote:
> > > > Maybe you need install these packages
> > > >
> > > > sudo apt-get install liblcms1-dev
> > > > sudo apt-get install libpng12-dev
> > > > sudo apt-get install libjpeg62-dev
> > > > sudo apt-get install build-essencial
> > > > sudo apt-get install libx11-dev
> > > > sudo apt-get install libxft-dev
> > > > sudo apt-get install libxext-dev
> > > >
> > > >
> > > > 2008/3/25, Maksim Ananjev <[EMAIL PROTECTED]>:
> > > >
> > > >
> > > > > Seem that libXext is missing.
> > > > > Maybe you should try apt-get install libXext.
> > > > >
> > > > > Just a guess
> > > > >
> > > > >
> > > > > On 3/25/08, "Edmundo López B." <[EMAIL PROTECTED]> wrote:
> > > > > > Hello,
> > > > > >
> > > > > > I'm still trying to compile harmony this time under ubuntu
> and I
> > > get
> > > > > > the following error:
> > > > > >
> > > > > > [exec] cc -DLINUX -DLINUX_X86 -DHYX86
> > > -DIPv6_FUNCTION_SUPPORT -
> > > > > > D_REENTRANT
> -I/home/mundacho/gsoc/trunk/working_classlib/deploy/
> > > > > > include
> -I/home/mundacho/gsoc/trunk/working_classlib/deploy/jdk/
> > > > > > include -I. -I../shared/ -Icommon -I../shared//include
> -I/home/
> > > > > >
> > > mundacho/gsoc/trunk/working_classlib/deploy/../depends/libs/build/png
> -
> > > > > > I/usr/X11R6/include -I/usr/include -Iinclude -fpic
> -march=pentium3
> > > -
> > > > > > ggdb -O0 -c -o LockingKeys.o LockingKeys.cpp
> > > > > > [exec] cp
> > > /home/mundacho/gsoc/trunk/working_classlib/deploy/../
> > > > > > depends/libs/build/png/libpng.linux.x86 libpng.a
> > > > > > [exec] echo "HYGL_0.1 {" >libgl.exp
> > > > > > [exec] echo " global :" >>libgl.exp
> > > > > > [exec] sed -e's/^/ /;s/$/;/' <exports.txt >>
> libgl.exp
> > > > > > [exec] echo " local : *;" >>libgl.exp
> > > > > > [exec] echo "};" >>libgl.exp
> > > > > > [exec] cc -shared -Wl,-soname=libgl.so -Wl,--version-
> > > > > > script,libgl.exp -o ../libgl.so \
> > > > > > [exec] ../shared//blitter.o ../shared//gifdecoder.o
> ../
> > > > > > shared//LUTTables.o ../shared//pngdecoder.o ../shared//
> > > > > > SurfaceDataStructure.o gl.o XBlitter.o XGraphics2D.o
> LockingKeys.o
> > > > > > libpng.a \
> > > > > > [exec] -Xlinker --start-group
> /home/mundacho/gsoc/trunk/
> > > > > > working_classlib/deploy/lib/libhycommon.a
> > > /home/mundacho/gsoc/trunk/
> > > > > > working_classlib/deploy/jdk/jre/bin/libhythr.so
> > > /home/mundacho/gsoc/
> > > > > > trunk/working_classlib/deploy/jdk/jre/bin/libhysig.so
> > > /home/mundacho/
> > > > > > gsoc/trunk/working_classlib/deploy/lib/libhyzip.a
> > > /home/mundacho/gsoc/
> > > > > > trunk/working_classlib/deploy/jdk/jre/bin/libhyzlib.so
> > > /home/mundacho/
> > > > > > gsoc/trunk/working_classlib/deploy/lib/libhypool.a
> > > /home/mundacho/gsoc/
> > > > > > trunk/working_classlib/deploy/lib/libhyfdlibm.a
> > > /home/mundacho/gsoc/
> > > > > > trunk/working_classlib/deploy/lib/libvmi.so -Xlinker
> --end-group \
> > > > > > [exec] -lc -lm -ldl -lstdc++ -L/usr/X11R6/lib -lX11
> > > -lXft -
> > > > > > lXext -lXtst
> > > > > > [exec] /usr/bin/ld: cannot find -lXext
> > > > > > [exec] collect2: ld returned 1 exit status
> > > > > > [exec] make: *** [../libgl.so] Error 1
> > > > > >
> > > > > > BUILD FAILED
> > > > > > /home/mundacho/gsoc/trunk/build.xml:349: The following error
> > > occurred
> > > > > > while executing this line:
> > > > > > /home/mundacho/gsoc/trunk/working_classlib/build.xml:148: The
> > > > > > following error occurred while executing this line:
> > > > > > /home/mundacho/gsoc/trunk/working_classlib/make/build-
> native.xml
> > > :82:
> > > > > > The following error occurred while executing this line:
> > > > > >
> > > /home/mundacho/gsoc/trunk/working_classlib/modules/awt/build.xml:183:
> > > > > > The following error occurred while executing this line:
> > > > > >
> > > /home/mundacho/gsoc/trunk/working_classlib/make/properties.xml:492:
> > > > > > exec returned: 2
> > > > > >
> > > > > > can anyone help me? Thanks in advance,
> > > > > >
> > > > > > Edmundo López B.
> > > > > > [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > Maksim
> > > > >
> > > >
> > > >
> > > > --
> > > > Best Regards
> > > > Sean, Xiao Xia Qiu
> > > >
> > > > China Software Development Lab, IBM
> > > >
> > >
> >
> >
> >
> >
> > --
> > Regards,
> >
> >
> > Tharindu
> >
>
--
Regards,
Tharindu