Re: Proposed reorg of Chapter 35 - Multimedia Libraries and Drivers

2009-01-04 Thread Alexander E. Patrakov
Bruce Dubbs wrote: I would like to propose a change to the organization of Multimedia Libraries and Drivers. I would like to see it divided into sections similar to the way GNOME Additional Packages is split into three sections. I would like to organize Chapter 35 into something like

Problem building kde libs

2009-01-04 Thread Bruce Dubbs
I ran into a problem building kdelibs tonight and I'm not sure how to address the problem. I got: /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs -I../.. -I./.. -I../../kdecore/network

Re: Problem building kde libs

2009-01-04 Thread Alexander E. Patrakov
Bruce Dubbs wrote: Basically Petr's approach is to remove the following lines: static inline int inotify_init (void) { return syscall (__NR_inotify_init); } static inline int inotify_add_watch (int fd, const char *name, __u32 mask) { return syscall (__NR_inotify_add_watch, fd,

Re: Problem building kde libs

2009-01-04 Thread Bruce Dubbs
Alexander E. Patrakov wrote: Bruce Dubbs wrote: Basically Petr's approach is to remove the following lines: ... and replace #include linux/inotify.h with #include sys/inotify.h where the above calls are defined. The functions are found in /lib/libc-2.8.so. Yes, that's the correct

xorg depends on openssl?

2009-01-04 Thread bob foltrigg
Hello, this is my first (b)lfs experiment so what I've found may not be a genuine build-description-bug, but still, here it comes. I have a working LFS 6.4 setup, and am now building X, based on chapter 23 of blfs-svn-20090103. Everything went fine and dandy until compiling the server which

Re: xorg depends on openssl?

2009-01-04 Thread Bruce Dubbs
bob foltrigg wrote: Hello, this is my first (b)lfs experiment so what I've found may not be a genuine build-description-bug, but still, here it comes. I have a working LFS 6.4 setup, and am now building X, based on chapter 23 of blfs-svn-20090103. Everything went fine and dandy until

kelibs 3-5.10 again

2009-01-04 Thread Bruce Dubbs
I got kdelibs to build, but the 'make apidocs' command hangs on me in the kdeprint subdirectory. Has anyone else seen this? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: xorg depends on openssl?

2009-01-04 Thread bob foltrigg
I think the first thing most people install is ssl/ssh so you c/an ssh into the box and run additional builds from another workstation that has a gui. I believe that with the advent of all these virtualization platforms out there, this is not necessarily true, cf. my actual case. That

Re: kelibs 3-5.10 again

2009-01-04 Thread Bruce Dubbs
Bruce Dubbs wrote: I got kdelibs to build, but the 'make apidocs' command hangs on me in the kdeprint subdirectory. Has anyone else seen this? s/apidocs/apidox/ Yes, it still hangs. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ:

Re: xorg depends on openssl?

2009-01-04 Thread Dan Nicholson
On Sun, Jan 4, 2009 at 4:05 PM, bob foltrigg bob.foltr...@gmail.com wrote: I think the first thing most people install is ssl/ssh so you c/an ssh into the box and run additional builds from another workstation that has a gui. I believe that with the advent of all these virtualization

Re: lesstif doesn't find Xrender by default

2009-01-04 Thread DJ Lucas
Andreas Turriff wrote: Guy Dalziel wrote: Matthew Burgess wrote: Using the book's default instructions, I get the following output in the run of ./configure for lesstif-0.95.0... Checking X11/extensions/Xrender.h usability... no Checking X11/extensions/Xrender.h presence... no