On 4/24/05, B. <[EMAIL PROTECTED]> wrote: > Hello! > > I have compiled gtk+-2.6.7 on my BLFS System. > > But gtk-demo works strange: > There are no wigets shown and font is very small (about 1px height). > Only one warning appears: default font has unpositive size. > > A have no idea what to do.
Neither have I. So I'll suggest the obvious. Presume something is mucked up and try these. 1. Check md5sum of your source tarball against the download site. Ditto for patches. Check the source for *.rej (= missapplied patch). If all seems good, 2. rm -rf /usr/src/gtk-2.6.7. Untar again, Following book. 3. Remake and test. Log the build (e.g make > build.log 2&>1) & check it. I would issue instructions individually. DO NOT use '&&' as errors have slipped through that way. 4. Diff individual files with installed ones. If one is different, 4. Weed out any config files. 5. rm -rf for gtk in /usr/?/include, /usr/?/lib, and /usr/?/share 6 Install (i.e. NOW run make install > install log 2&>1) If it all goes the same grep your log for parse and pointer errors, which would suggest a gcc problem. -- All the Best Declan. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page