Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] x11r7-matchbox-tslib patch
@ 2007-05-17 10:21 Assen Stoyanov
  2007-05-17 18:53 ` [Buildroot] __ctype_b undefined reference after adding fontconfig support Christopher Reder
  2007-05-24 16:49 ` [Buildroot] x11r7-matchbox-tslib patch Christopher Reder
  0 siblings, 2 replies; 8+ messages in thread
From: Assen Stoyanov @ 2007-05-17 10:21 UTC (permalink / raw)
  To: buildroot

Hello All,

Please find attached patch that adds to current buildroot:
- x11r7 libs and kdrive (TinyX) servers
- tslib (Touchscreen support & utils)
- matchbox (window manager, panel, desktop, etc...)

Any remarks and bug-reports are welcome!

Best Regards,
Assen Stoyanov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070517/443b8eee/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: br-tslib-x11r7-matchbox.patch.bz2
Type: application/octet-stream
Size: 20500 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070517/443b8eee/attachment-0001.obj 
-------------- next part --------------
No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.7.1/807 - Release Date: 5/16/2007 6:05 PM

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] __ctype_b undefined reference after adding fontconfig support
  2007-05-17 10:21 [Buildroot] x11r7-matchbox-tslib patch Assen Stoyanov
@ 2007-05-17 18:53 ` Christopher Reder
  2007-05-23  6:56   ` Peter Korsgaard
  2007-05-24 16:49 ` [Buildroot] x11r7-matchbox-tslib patch Christopher Reder
  1 sibling, 1 reply; 8+ messages in thread
From: Christopher Reder @ 2007-05-17 18:53 UTC (permalink / raw)
  To: buildroot

All - I will attempt to provide as much detail and if there is more than
should be added, I'll be happy to do so.

 

In wanting to use Matchbox as added by Assen, I enabled those packages which
require fontconfig and freetype.  In doing so, I received the following
error which I found as reported a couple of weeks ago.  I am wondering if
anyone else has encountered this and how to address it.  If there is a
version of buildroot that I can go back to, then I'd be happy to do it.  I
have binutils 2.17, uclibc 0.9.29 and gcc 4.1.2 selected as the toolchain
for buildroot.

 

Below is the output and the bug as reported by ALEXANDER WOLD.

 

 

 

> fc-case.o: In function `main':

> fc-case.c:(.text+0x20b): undefined reference to `__ctype_b'

> collect2: ld returned 1 exit status

> make[4]: *** [fc-case] Error 1

> make[4]: Leaving directory

>
`/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/fc-case'

> make[3]: *** [all] Error 2

> make[3]: Leaving directory

>
`/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/fc-case'

> make[2]: *** [all-recursive] Error 1

> make[2]: Leaving directory

> `/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2'

> make[1]: *** [all] Error 2

> make[1]: Leaving directory

> `/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2'

> make: ***

>
[/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/.compiled
] 

> Error 2

> engineering5:/home/christopher/buildroot2/buildroot#

 

 

 

 

http://bugs.busybox.net/view.php?id=1328

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070517/da67ff88/attachment.htm 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] __ctype_b undefined reference after adding fontconfig support
@ 2007-05-17 19:05 Christopher Reder
  0 siblings, 0 replies; 8+ messages in thread
From: Christopher Reder @ 2007-05-17 19:05 UTC (permalink / raw)
  To: buildroot

I also see that Bernhard also saw this issue but I did not see if anyone
found a solution.

 

http://osdir.com/ml/lib.uclibc.buildroot/2007-01/msg00140.html

 

  _____  

From: Christopher Reder [mailto:creder at digitalcpt.com] 
Sent: Thursday, May 17, 2007 1:54 PM
To: 'Assen Stoyanov'; 'buildroot at uclibc.org'
Subject: __ctype_b undefined reference after adding fontconfig support

 

All - I will attempt to provide as much detail and if there is more than
should be added, I'll be happy to do so.

 

In wanting to use Matchbox as added by Assen, I enabled those packages which
require fontconfig and freetype.  In doing so, I received the following
error which I found as reported a couple of weeks ago.  I am wondering if
anyone else has encountered this and how to address it.  If there is a
version of buildroot that I can go back to, then I'd be happy to do it.  I
have binutils 2.17, uclibc 0.9.29 and gcc 4.1.2 selected as the toolchain
for buildroot.

 

Below is the output and the bug as reported by ALEXANDER WOLD.

 

 

 

> fc-case.o: In function `main':

> fc-case.c:(.text+0x20b): undefined reference to `__ctype_b'

> collect2: ld returned 1 exit status

> make[4]: *** [fc-case] Error 1

> make[4]: Leaving directory

>
`/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/fc-case'

> make[3]: *** [all] Error 2

> make[3]: Leaving directory

>
`/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/fc-case'

> make[2]: *** [all-recursive] Error 1

> make[2]: Leaving directory

> `/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2'

> make[1]: *** [all] Error 2

> make[1]: Leaving directory

> `/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2'

> make: ***

>
[/home/christopher/buildroot2/buildroot/build_arm/fontconfig-2.4.2/.compiled
] 

> Error 2

> engineering5:/home/christopher/buildroot2/buildroot#

 

 

 

 

http://bugs.busybox.net/view.php?id=1328

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070517/94f5a5b7/attachment.htm 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] __ctype_b undefined reference after adding fontconfig support
@ 2007-05-21  9:52 christophe Dion
  0 siblings, 0 replies; 8+ messages in thread
From: christophe Dion @ 2007-05-21  9:52 UTC (permalink / raw)
  To: buildroot

Hi,

this bug exists for 6 month and nobody has fixed it.

Either there are too few people interested with X (or tinyX) on Builroot to fix
it

or it is a big problem, difficult to solve.



I'm not good enough to correct it.

So I wait and read the mailing list, hopping for a correction so I can go
further in my project.

Christophe

>All - I will attempt to provide as much detail and if there is more than
>should be added, I'll be happy to do so.
>
>
>
>In wanting to use Matchbox as added by Assen, I enabled those packages which
>require fontconfig and freetype.  In doing so, I received the following
>error which I found as reported a couple of weeks ago.  I am wondering if
>anyone else has encountered this and how to address it.  If there is a
>version of buildroot that I can go back to, then I'd be happy to do it.  I
>have binutils 2.17, uclibc 0.9.29 and gcc 4.1.2 selected as the toolchain
>for buildroot.



>Below is the output and the bug as reported by ALEXANDER WOLD.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070521/21c1a066/attachment.htm 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] __ctype_b undefined reference after adding fontconfig support
  2007-05-17 18:53 ` [Buildroot] __ctype_b undefined reference after adding fontconfig support Christopher Reder
@ 2007-05-23  6:56   ` Peter Korsgaard
  2007-05-28 14:21     ` christophe Dion
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2007-05-23  6:56 UTC (permalink / raw)
  To: buildroot

>>>>> "CR" == Christopher Reder <creder@digitalcpt.com> writes:

Hi,

CR> In wanting to use Matchbox as added by Assen, I enabled those
CR> packages which require fontconfig and freetype.  In doing so, I
CR> received the following error which I found as reported a couple of
CR> weeks ago.  I am wondering if anyone else has encountered this and
CR> how to address it.  If there is a version of buildroot that I can
CR> go back to, then I'd be happy to do it.  I have binutils 2.17,
CR> uclibc 0.9.29 and gcc 4.1.2 selected as the toolchain for
CR> buildroot.

fontconfig should be fixed now. Could you give it a try?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] x11r7-matchbox-tslib patch
  2007-05-17 10:21 [Buildroot] x11r7-matchbox-tslib patch Assen Stoyanov
  2007-05-17 18:53 ` [Buildroot] __ctype_b undefined reference after adding fontconfig support Christopher Reder
@ 2007-05-24 16:49 ` Christopher Reder
  1 sibling, 0 replies; 8+ messages in thread
From: Christopher Reder @ 2007-05-24 16:49 UTC (permalink / raw)
  To: buildroot

I have applied this patch and enabled the Matchbox Window Manager and am
compiling for ARM.  After doing so, I get the following errors and am
not sure how to resolve them.  There may be a dependency on another
package that is not installed but it is looking for a mb library that
isn't there.  Any guidance on what I could check or if someone else has
done this successfully and could send their config, I could give that a
shot as well.

Thanks
Christopher

                    LibMatchbox 1.9
                  ======================


prefix:                 /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr
        source code location:   .

        Building with Debug:                no
        Building with gcov:                 no
        Building with gprof:                no
        Building unit tests:                no

        Building with Xft:                  no
        Building with Pango:                no
        Building with PNG:                  yes
        Building with JPG:                  yes
        Building with XSettings:            no
        Building with API Documentation:    no


touch /home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/.configured
make -j1
-C /home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9
make[1]: Entering directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9'
make  all-recursive
make[2]: Entering directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9'
Making all in libmb
make[3]: Entering directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb'
if /bin/sh ../libtool --tag=CC
--mode=compile /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -g -Wall -fno-strict-aliasing    -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12    -DDATADIR=\"/usr/share/matchbox\" -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbmenu.lo -MD -MP -MF ".deps/mbmenu.Tpo" -c -o mbmenu.lo mbmenu.c; \
        then mv -f ".deps/mbmenu.Tpo" ".deps/mbmenu.Plo"; else rm -f
".deps/mbmenu.Tpo"; exit 1; fi
mkdir .libs
 /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12 -DDATADIR=\"/usr/share/matchbox\" -Os -pipe -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbmenu.lo -MD -MP -MF .deps/mbmenu.Tpo -c mbmenu.c  -fPIC -DPIC -o .libs/mbmenu.o
if /bin/sh ../libtool --tag=CC
--mode=compile /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -g -Wall -fno-strict-aliasing    -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12    -DDATADIR=\"/usr/share/matchbox\" -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbtray.lo -MD -MP -MF ".deps/mbtray.Tpo" -c -o mbtray.lo mbtray.c; \
        then mv -f ".deps/mbtray.Tpo" ".deps/mbtray.Plo"; else rm -f
".deps/mbtray.Tpo"; exit 1; fi
 /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12 -DDATADIR=\"/usr/share/matchbox\" -Os -pipe -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbtray.lo -MD -MP -MF .deps/mbtray.Tpo -c mbtray.c  -fPIC -DPIC -o .libs/mbtray.o
if /bin/sh ../libtool --tag=CC
--mode=compile /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -g -Wall -fno-strict-aliasing    -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12    -DDATADIR=\"/usr/share/matchbox\" -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbdotdesktop.lo -MD -MP -MF ".deps/mbdotdesktop.Tpo" -c -o mbdotdesktop.lo mbdotdesktop.c; \
        then mv -f ".deps/mbdotdesktop.Tpo" ".deps/mbdotdesktop.Plo";
else rm -f ".deps/mbdotdesktop.Tpo"; exit 1; fi
 /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12 -DDATADIR=\"/usr/share/matchbox\" -Os -pipe -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbdotdesktop.lo -MD -MP -MF .deps/mbdotdesktop.Tpo -c mbdotdesktop.c  -fPIC -DPIC -o .libs/mbdotdesktop.o
if /bin/sh ../libtool --tag=CC
--mode=compile /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -g -Wall -fno-strict-aliasing    -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12    -DDATADIR=\"/usr/share/matchbox\" -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbpixbuf.lo -MD -MP -MF ".deps/mbpixbuf.Tpo" -c -o mbpixbuf.lo mbpixbuf.c; \
        then mv -f ".deps/mbpixbuf.Tpo" ".deps/mbpixbuf.Plo"; else rm -f
".deps/mbpixbuf.Tpo"; exit 1; fi
 /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12 -DDATADIR=\"/usr/share/matchbox\" -Os -pipe -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbpixbuf.lo -MD -MP -MF .deps/mbpixbuf.Tpo -c mbpixbuf.c  -fPIC -DPIC -o .libs/mbpixbuf.o
mbpixbuf.c: In function '_load_jpg_file':
mbpixbuf.c:153: warning: implicit declaration of function
'mb_want_warnings'
mbpixbuf.c: In function 'mb_pixbuf_img_fill':
mbpixbuf.c:1400: warning: value computed is not used
if /bin/sh ../libtool --tag=CC
--mode=compile /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -g -Wall -fno-strict-aliasing    -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12    -DDATADIR=\"/usr/share/matchbox\" -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbutil.lo -MD -MP -MF ".deps/mbutil.Tpo" -c -o mbutil.lo mbutil.c; \
        then mv -f ".deps/mbutil.Tpo" ".deps/mbutil.Plo"; else rm -f
".deps/mbutil.Tpo"; exit 1; fi
 /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12 -DDATADIR=\"/usr/share/matchbox\" -Os -pipe -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbutil.lo -MD -MP -MF .deps/mbutil.Tpo -c mbutil.c  -fPIC -DPIC -o .libs/mbutil.o
mbutil.c: In function 'mb_want_warnings':
mbutil.c:381: warning: control reaches end of non-void function
if /bin/sh ../libtool --tag=CC
--mode=compile /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -g -Wall -fno-strict-aliasing    -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12    -DDATADIR=\"/usr/share/matchbox\" -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbexp.lo -MD -MP -MF ".deps/mbexp.Tpo" -c -o mbexp.lo mbexp.c; \
        then mv -f ".deps/mbexp.Tpo" ".deps/mbexp.Plo"; else rm -f
".deps/mbexp.Tpo"; exit 1; fi
 /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12 -DDATADIR=\"/usr/share/matchbox\" -Os -pipe -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT mbexp.lo -MD -MP -MF .deps/mbexp.Tpo -c mbexp.c  -fPIC -DPIC -o .libs/mbexp.o
mbexp.c: In function 'mb_font_get_txt_width':
mbexp.c:858: warning: pointer targets in passing argument 2 of
'XTextWidth' differ in signedness
mbexp.c: In function '_render_some_text':
mbexp.c:1051: warning: pointer targets in passing argument 6 of
'XDrawString' differ in signedness
mbexp.c: In function 'mb_layout_get_geometry':
mbexp.c:1252: warning: value computed is not used
mbexp.c: In function 'mb_util_next_utf8_char':
mbexp.c:1586: warning: value computed is not used
mbexp.c:1592: warning: value computed is not used
if /bin/sh ../libtool --tag=CC
--mode=compile /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -g -Wall -fno-strict-aliasing    -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12    -DDATADIR=\"/usr/share/matchbox\" -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT hash.lo -MD -MP -MF ".deps/hash.Tpo" -c -o hash.lo hash.c; \
        then mv -f ".deps/hash.Tpo" ".deps/hash.Plo"; else rm -f
".deps/hash.Tpo"; exit 1; fi
 /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12 -DDATADIR=\"/usr/share/matchbox\" -Os -pipe -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/hash.o
/bin/sh ../libtool --tag=CC
--mode=link /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -g -Wall -fno-strict-aliasing  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12    -DDATADIR=\"/usr/share/matchbox\" -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include  -L/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/lib -o libmb.la -rpath /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/lib -version-info 1:9:0 mbmenu.lo mbtray.lo mbdotdesktop.lo mbpixbuf.lo mbutil.lo mbexp.lo hash.lo  -ljpeg -L/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/lib -lpng12
/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -shared  .libs/mbmenu.o .libs/mbtray.o .libs/mbdotdesktop.o .libs/mbpixbuf.o .libs/mbutil.o .libs/mbexp.o .libs/hash.o  -Wl,--rpath -Wl,/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/lib -Wl,--rpath -Wl,/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/lib -L/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/lib -ljpeg -L/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/lib /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/lib/libpng12.so  -Wl,-soname -Wl,libmb.so.1 -o .libs/libmb.so.1.0.9
(cd .libs && rm -f libmb.so.1 && ln -s libmb.so.1.0.9 libmb.so.1)
(cd .libs && rm -f libmb.so && ln -s libmb.so.1.0.9 libmb.so)
creating libmb.la
(cd .libs && rm -f libmb.la && ln -s ../libmb.la libmb.la)
make[3]: Leaving directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb'
Making all in doc
make[3]: Entering directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/doc'
Making all in tests
make[3]: Entering directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/tests'
Making all in menu
make[4]: Entering directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/tests/menu'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/tests/menu'
make[4]: Entering directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/tests'
if /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../libmb -g -Wall -fno-strict-aliasing    -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/include/libpng12     -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -MT dump-image.o -MD -MP -MF ".deps/dump-image.Tpo" -c -o dump-image.o dump-image.c; \
        then mv -f ".deps/dump-image.Tpo" ".deps/dump-image.Po"; else rm
-f ".deps/dump-image.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC
--mode=link /home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc  -Os -pipe  -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -L../libmb -lmb -L/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/lib -o dump-image  dump-image.o
mkdir .libs
/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-gcc -Os -pipe -I/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/include -o .libs/dump-image dump-image.o  -L/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb /home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so -L/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/lib -Wl,--rpath -Wl,/home/christopher/newbuildroot/buildroot/build_arm/staging_dir/usr/lib
dump-image.o: In function `main':
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/tests/dump-image.c:30: undefined reference to `XOpenDisplay'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/tests/dump-image.c:41: undefined reference to `XCloseDisplay'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XFreePixmap'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XShmDetach'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XDrawString'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XGrabKeyboard'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSync'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XDrawLines'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XMapWindow'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XPending'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XCreateSimpleWindow'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XCreateImage'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSetForeground'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XGetWindowAttributes'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XResizeWindow'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XFreeGC'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XCopyArea'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XUngrabServer'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XGrabPointer'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XGetImage'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XTextWidth'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSendEvent'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XFree'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XGetWindowProperty'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSetErrorHandler'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XChangeProperty'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XDestroyWindow'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XGetSelectionOwner'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XKeycodeToKeysym'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XParseColor'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XRefreshKeyboardMapping'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XQueryColor'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XFreeFont'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XShmCreateImage'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSetCommand'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XShmPutImage'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSetWindowBackgroundPixmap'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSynchronize'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XShmAttach'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XMaskEvent'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XGrabServer'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XLoadQueryFont'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XPeekEvent'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XTranslateCoordinates'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XCheckTypedEvent'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XQueryColors'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XInternAtom'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XAllocColor'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSetFont'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XShmQueryExtension'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XFlush'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XCreateWindow'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XNextEvent'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XDrawRectangle'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSelectInput'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XGetGeometry'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSetLineAttributes'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XSetStandardProperties'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XEventsQueued'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XClearWindow'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XFillRectangle'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XUngrabKeyboard'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XUngrabPointer'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XPutImage'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XCreatePixmap'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XCreateGC'
/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/libmb/.libs/libmb.so: undefined reference to `XMapRaised'
collect2: ld returned 1 exit status
make[4]: *** [dump-image] Error 1
make[4]: Leaving directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/tests'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/tests'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9'
make: ***
[/home/christopher/newbuildroot/buildroot/build_arm/libmatchbox-1.9/.compiled] Error 2
rederlinux:/home/christopher/newbuildroot/buildroot# m


On Thu, 2007-05-17 at 13:21 +0300, Assen Stoyanov wrote:
> Hello All,
>  
> Please find attached patch that adds to current buildroot:
> - x11r7 libs and kdrive (TinyX) servers
> - tslib (Touchscreen support & utils)
> - matchbox (window manager, panel, desktop, etc...)
>  
> Any remarks and bug-reports are welcome!
>  
> Best Regards,
> Assen Stoyanov
> No virus found in this outgoing message.
> Checked by AVG Free Edition. 
> Version: 7.5.467 / Virus Database: 269.7.1/807 - Release Date: 5/16/2007 6:05 PM
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] __ctype_b undefined reference after adding fontconfig support
  2007-05-23  6:56   ` Peter Korsgaard
@ 2007-05-28 14:21     ` christophe Dion
  2007-05-28 16:37       ` rafael2k
  0 siblings, 1 reply; 8+ messages in thread
From: christophe Dion @ 2007-05-28 14:21 UTC (permalink / raw)
  To: buildroot

Hi it's working fine
Thnak you for your correction.
Next step, GT2, Dillo and if working, Firefox

2007/5/23, Peter Korsgaard <peter.korsgaard@barco.com>:
>
> >>>>> "CR" == Christopher Reder <creder@digitalcpt.com> writes:
>
> Hi,
>
> CR> In wanting to use Matchbox as added by Assen, I enabled those
> CR> packages which require fontconfig and freetype.  In doing so, I
> CR> received the following error which I found as reported a couple of
> CR> weeks ago.  I am wondering if anyone else has encountered this and
> CR> how to address it.  If there is a version of buildroot that I can
> CR> go back to, then I'd be happy to do it.  I have binutils 2.17,
> CR> uclibc 0.9.29 and gcc 4.1.2 selected as the toolchain for
> CR> buildroot.
>
> fontconfig should be fixed now. Could you give it a try?
>
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070528/52f9466d/attachment.htm 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] __ctype_b undefined reference after adding fontconfig support
  2007-05-28 14:21     ` christophe Dion
@ 2007-05-28 16:37       ` rafael2k
  0 siblings, 0 replies; 8+ messages in thread
From: rafael2k @ 2007-05-28 16:37 UTC (permalink / raw)
  To: buildroot

latest firefox works ok in x86 ;)

Em Segunda 28 Maio 2007 11:21, christophe Dion escreveu:
> Hi it's working fine
> Thnak you for your correction.
> Next step, GT2, Dillo and if working, Firefox
>
> 2007/5/23, Peter Korsgaard <peter.korsgaard@barco.com>:
> > >>>>> "CR" == Christopher Reder <creder@digitalcpt.com> writes:
> >
> > Hi,
> >
> > CR> In wanting to use Matchbox as added by Assen, I enabled those
> > CR> packages which require fontconfig and freetype.  In doing so, I
> > CR> received the following error which I found as reported a couple of
> > CR> weeks ago.  I am wondering if anyone else has encountered this and
> > CR> how to address it.  If there is a version of buildroot that I can
> > CR> go back to, then I'd be happy to do it.  I have binutils 2.17,
> > CR> uclibc 0.9.29 and gcc 4.1.2 selected as the toolchain for
> > CR> buildroot.
> >
> > fontconfig should be fixed now. Could you give it a try?
> >
> > --
> > Bye, Peter Korsgaard
> > _______________________________________________
> > buildroot mailing list
> > buildroot at uclibc.org
> > http://busybox.net/mailman/listinfo/buildroot

-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Eng. da Computa??o @  Unicamp
R?dio Muda, radiolivre.org, TV Piolho, tvlivre.org, www.midiaindependente.org
Chave PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2FF86098
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070528/67ecde91/attachment.pgp 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-05-28 16:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-17 10:21 [Buildroot] x11r7-matchbox-tslib patch Assen Stoyanov
2007-05-17 18:53 ` [Buildroot] __ctype_b undefined reference after adding fontconfig support Christopher Reder
2007-05-23  6:56   ` Peter Korsgaard
2007-05-28 14:21     ` christophe Dion
2007-05-28 16:37       ` rafael2k
2007-05-24 16:49 ` [Buildroot] x11r7-matchbox-tslib patch Christopher Reder
  -- strict thread matches above, loose matches on Subject: below --
2007-05-17 19:05 [Buildroot] __ctype_b undefined reference after adding fontconfig support Christopher Reder
2007-05-21  9:52 christophe Dion

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox