ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Issue while building gtk+-2.12.1 from CVS latest ltib


From: Rogério de Souza Moraes
Subject: Re: [Ltib] Issue while building gtk+-2.12.1 from CVS latest ltib
Date: Mon, 14 Sep 2009 09:57:06 -0300

Hi Rajesh,

I analized the Makefile of the dir where your compilation stopped and
saw that the variable "pixbuf_csource" isn't defined in your system.
The variable of your system that needs to be set is
GDK_PIXBUF_CSOURCE. The package that set this variable is the
libgtk2.0-dev which installs the executable
"/usr/bin/gdk-pixbuf-csource". Try to delete the folder
ltib/rpm/BUILD/gtk+-2.12.1 and build gtk+ again.

test-inline-pixbufs.h: $(pixbuf_csource_deps) apple-red.png gnome-foot.png
        $(pixbuf_csource) --raw --build-list            \
                apple_red  $(srcdir)/apple-red.png      \
                gnome_foot $(srcdir)/gnome-foot.png     \
        > test-inline-pixbufs.h                         \
        || (rm -f test-inline-pixbufs.h && false)


In my ubuntu (9.04) I need to install the following packages to build
the ltib:  libglib2.0-dev  libgtk2.0-dev libdbus-glib-1-dev

Regards

Rogerio

2009/9/14  <address@hidden>:
> Hi Stuart,
>
> Thanks. I got the compilation going but still end up with an issue which
> is captured as under:
> ---------------------------------------------------------------------------
> make[2]: Leaving directory
> `/home/rmarathe/ltib/rpm/BUILD/gtk+-2.12.1/modules'
> Making all in demos
> make[2]: Entering directory `/home/rmarathe/ltib/rpm/BUILD/gtk+-2.12.1/demos'
> no --raw --build-list           \
>                apple_red  ./apple-red.png      \
>                gnome_foot ./gnome-foot.png     \
>        > test-inline-pixbufs.h                         \
>        || (rm -f test-inline-pixbufs.h && false)
> /bin/bash: no: command not found
> make[2]: *** [test-inline-pixbufs.h] Error 1
> make[2]: Leaving directory `/home/rmarathe/ltib/rpm/BUILD/gtk+-2.12.1/demos'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/rmarathe/ltib/rpm/BUILD/gtk+-2.12.1'
> make: *** [all] Error 2
> error: Bad exit status from /home/rmarathe/ltib/tmp/rpm-tmp.24996 (%build)
> -------------------------------------------------------------------------
>
> The above issue seems to be related to usage of 'no --raw" command on bash
> shell. Any ideas on how to overcome this? Thanks.
>
> regards,
> Rajesh Marathe.
>
>
>
>> Hi Rajesh,
>>
>> The only host package that I know you'll need is gtk2-devel (name may
>> vary).  You should take a look in the config.log file to see what
>> actually failed during the test it was running
>> (rpm/BUILD/gtk*/config.log).
>>
>> Regards, Stuart
>>
>> address@hidden wrote:
>>> Hi,
>>>
>>> I am trying to build ltib from CVS. My environment/platform is:
>>>
>>> - Linux ubuntu version 9.04
>>> - Target platform is IMX27
>>> - I have not done any major changes to default config in ltib setting.
>>>
>>> I am getting the following error:
>>> -------------------------------------------------------------------------
>>> checking for XOpenDisplay... no
>>> configure: error: *** libX11 not found. Check 'config.log' for more
>>> details.
>>> error: Bad exit status from /home/rmarathe/ltib/tmp/rpm-tmp.32020
>>> (%build)
>>>
>>>
>>> RPM build errors:
>>>     Bad exit status from /home/rmarathe/ltib/tmp/rpm-tmp.32020 (%build)
>>> Build time for gtk2: 24 seconds
>>>
>>> ---------------------------------------------------------------------------
>>>
>>> Can anyone please let me know what do I need to install ? I have already
>>> installed xorg-dev, libx11-dev, libx11-6 and libx11-utils packages.
>>>
>>> thanks and regards,
>>> Rajesh MArathe.
>>>
>>>
>>>
>>> _______________________________________________
>>> LTIB home page: http://ltib.org
>>>
>>> Ltib mailing list
>>> address@hidden
>>> http://lists.nongnu.org/mailman/listinfo/ltib
>>>
>>
>
>
>
>
> _______________________________________________
> LTIB home page: http://ltib.org
>
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]