Is there a package for QT4 in scratchbox? Or do I have to build one

Thanks
- Amy

On 2/1/07, Amy Sockanathan <[EMAIL PROTECTED]> wrote:
Thank you Riku. I realized that I have to install QT4 which has rcc.
I'll try to do that today.

- Amy

On 2/1/07, Riku Voipio <[EMAIL PROTECTED]> wrote:
> > Hi,
> >   I am trying to build an application in scratchbox for the Nokia
> > 800. During building I get the following error:
> > /scratchbox/tools/bin/rcc: error while loading shared libraries:
> > libfontconfig.so.1: cannot open shared object file: No such file or
> > directory
>
> there is no /scratchbox/tools/bin/rcc in scratchbox, so most likely
> this is a problem you have created yourself. Most likely instead
> of just copying rcc binary to /scratchbox/tools/bin, you should
> create a proper devkit[1].
>
> > I did a find on libfontconfig.so and found the library in /usr/lib and
> > /usr/lib is in LD_LIBRARY_PATH. Its also included in /etc/ld/so/conf.
>
> host architecture (x86) binaries, have a different setup for library
> search path, libraries are loaded from /scratchbox/host_shared/lib/.
> for shipping your own libraries, see the doctools devkit for examples.
>
> [1] http://www.scratchbox.org/documentation/docbook/devkit.html
>
> --
> "rm -rf" only sounds scary if you don't have backups
>

_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to