Re: Problem with OO and JDK

2007-11-10 Thread Alessandro Alocci
On Saturday 10 November 2007 14:20:22 Nicolas FRANCOIS wrote: > /sources/OOG680_m5/canvas/source/cairo/cairo_cairo.cxx:202: error: > 'PictStandardA8' was not declared in this scope > /sources/OOG680_m5/canvas/source/cairo/cairo_cairo.cxx:205: error: > 'PictStandardRGB24' was not declared in this s

Re: Problem with OO and JDK

2007-11-09 Thread Alessandro Alocci
On 09 November 2007 02:42:34 Nicolas FRANCOIS wrote: > Hi. > > I want to build OO (Open Office) with the last BLFS. I had to download OO > 2.3, because 2.2 is not available anymore. But I don't think it's an > issue here. > > In the build process, I get this error message : > > checking if uudecode

Re: wvstreams error on WvString::

2007-10-01 Thread Alessandro Alocci
Il 01 Ottobre 2007 20:57:52 Lupine ha scritto: > Problem: Can't get wvstreams-4.2.2 to compile. > BLFS version: mostly SVN > GCC version: gcc (GCC) 4.1.1 > > Error: > ./configure --prefix=/usr \ > --sysconfdir=/etc --localstatedir=/var && > make > ./include/wvstring.h:396: error: extra qualificat

Re: compiling digikam-0.9.2

2007-08-29 Thread Alessandro Alocci
On Wednesday 29 August 2007 12:54:47 alberto hernando wrote: > Hi. > > Long time ago, I tried to compile digikam-0.9.2. It failed, so I sticked > with 0.9.0, but I want to try again. > The problem is in jasper. Digikam believes that it isn't installed, but it > is. I've tried both 1.700 and 1.900 w

Re: Unable to find pnm library for libgocr

2007-08-09 Thread Alessandro Alocci
Il Thursday 09 August 2007 17:01:45 Dan Nicholson ha scritto: > That looks like the library is called libnetpbm, but libgocr is tryng > to link to libpnm (-lpnm). I bet if you `ln -sv libnetpbm.so > libpnm.so', it would work. The linker is failing to find the library > in the config.log output Nic

Re: Unable to find pnm library for libgocr

2007-08-09 Thread Alessandro Alocci
e libgocr I obtain the same error (also if I pass explicitly in configure the location of netpbm libs and includes). But I see no problems configuring gocr: ./configure --prefix=/usr --with-netpbm=/opt/netpbm (...) option: with_netpbm /opt/netpbm checking for library containing pnm_readpnmin

Re: Good video editor for linux?

2007-06-27 Thread Alessandro Alocci
On Tuesday 26 June 2007 18:28:08 Lauri Kasanen wrote: > It seems there are three good video editors for Linux: Kino, Lives and > Avidemux. I tried building Avidemux 2.4pre1 and when it didn't work, 2.3. > Because it had the least dependencies from those three (KDE for kino and > mplayer+transcode+

Re: OOo_2.0.3 error

2007-05-19 Thread Alessandro Alocci
On Saturday 19 May 2007 15:50:26 Alessandro Alocci wrote: > The other problem seems to be related with python-2.5 and I have find it > reported on OO site in this thread: > > http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=18021 > > but I wasn't able to find

Re: OOo_2.0.3 error

2007-05-19 Thread Alessandro Alocci
On Friday 18 May 2007 21:14:29 Alessandro Alocci wrote: > However, the build is started, I'll report something > tomorrow morning. Hi, the fix about the NULL assignement seems to work, however building OO-2.0.3 I had two other different problems. The first was due to my too recent

Re: OOo_2.0.3 error

2007-05-18 Thread Alessandro Alocci
needed (and in the same files of OO-2.1.0). > > Alessandro Alocci. > > That would be nice. I actually believe you that it works, but I guess > I need some confirmation before I go mucking around with a package > that I've never touched before. I also want to see if it works w

Re: OOo_2.0.3 error

2007-05-18 Thread Alessandro Alocci
a beast > that I just use the binary package for now. Well, if you think it can be useful I can run a nightly build of OO-2.0.3 on a system with gcc-4.1.2, just to confirm that the adjustment about the NULL assignement of virtual function are really needed (and in the same files of OO-2.1.0). Al

Re: OOo_2.0.3 error

2007-05-18 Thread Alessandro Alocci
I searched the net but I could > not locate this. It's just because the latest source available on OO site are 2.2.0 now. Alessandro Alocci. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: OOo_2.0.3 error

2007-05-17 Thread Alessandro Alocci
mmands as a memo. sed -i '[EMAIL PROTECTED] = NULL;@const = 0;@' svx/inc/svdobj.hxx sed -i '[EMAIL PROTECTED] = NULL;@const = 0;@' binfilter/inc/bf_svx/svdobj.hxx sed -i '[EMAIL PROTECTED] NULL;@= 0;@' sc/source/ui/inc/csvcontrol.hxx As I said they worked f

Re: KDE

2007-05-02 Thread Alessandro Alocci
On Wednesday 02 May 2007 04:48:08 Fix wrote: > Hello! > Can anyone hint me what I need to do in order to get KDE reaction on: > 1) Removable device insertion (autofs?...) Hi, about automount you need dbus-qt bindings compatible with the dbus-qt libs/API used in kde-3.5.6. Find a package dbus-qt3-0

Re: kdegraphics

2007-04-09 Thread Alessandro Alocci
1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 This seems a problem with an OpenEXR header. Can you check if you have installed openexr and what version? If you have it, you should have also $openexr_prefix/include/OpenEXR/ImfStandardAttributes.h (included by kfile_exr.cpp)

Re: hal build error

2007-04-04 Thread Alessandro Alocci
and apply with: patch -Np1 -i ../hal-0.5.7.1-dbus-close.patch Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: random number generator?

2007-03-27 Thread Alessandro Alocci
s from coreutils in /bin. (See the coreutils install page in LFS) Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: random number generator?

2007-03-27 Thread Alessandro Alocci
e only other dependence in the random boot-script is dd. You should have /bin/dd installed from coreutils. Check if you have it (or if by chance you have /usr/bin/dd) Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: random number generator?

2007-03-27 Thread Alessandro Alocci
random", MODE="0444" You can start checking if you have /dev/urandom and if you have the previous udev rule in 25-lfs.rules. Also check if you have /var/tmp directory properly installed: [EMAIL PROTECTED]:~$ ls -ld /var/tmp drwxrwxrwt 5 root root 4096 27 mar 13:50 /var/tmp HTH, Aless

Re: transcode doesn't build

2007-03-20 Thread Alessandro Alocci
scode-1.0.2 with lzo support and libmpeg3-1.7. Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: transcode doesn't build

2007-03-18 Thread Alessandro Alocci
es/transcode-1.0.2-new-ffmpeg?rev=1.1&view=markup I have ffmpeg-0.4.9-p20061016 installed ATM, but without that patch I obtained the same error. Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: What do I need to play midi files - solved?

2006-12-09 Thread Alessandro Alocci
Jerzy Goca wrote: > I compiled timidity again with > --enable-audio=default,alsa,arts,esd,vorbis,oss and > --enable-interface=alsaseq > and launched it as alsa sequencer client. > timidity -iA -B8,2 -Os > It works, but it is very processor hungry Reading again your mail I see you use -B8,2 for bu

Re: What do I need to play midi files - solved?

2006-12-08 Thread Alessandro Alocci
Alle 23:11, venerdì 8 dicembre 2006, Jerzy Goca ha scritto: > The sound quality from fluidsynth is not very good, much worse than with > timidity with eawpats. > (May be I had wrong soundfonts) So I decided to uninstall fluidsynth. > > I compiled timidity again with > --enable-audio=default,alsa,ar

Re: What do I need to play midi files and audio cd?

2006-12-08 Thread Alessandro Alocci
Alle 23:33, giovedì 7 dicembre 2006, Jerzy Goca ha scritto: > My sound card does not probably this capability. I'll give Timidity a try. > > > If I remember well, audacious should be able to use timidity to play midi > > files. > > It was complaining about fluidsynth... That's true, I'm used to u

Re: Problem compiling nfs-utils with 2.6.18 kernel-headers

2006-10-30 Thread Alessandro Alocci
d things mixed in: Seems to confirm that there's no need to build getkversion. So, a simple sed will do the trick: sed -i '[EMAIL PROTECTED] @@' tools/Makefile.in Thanks for the pointing. Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.li

Problem compiling nfs-utils with 2.6.18 kernel-headers

2006-10-30 Thread Alessandro Alocci
.h an header that is not installed in the system by the new make headers_install procedure in LFS-SVN. By now I have manually installed utsrelease.h and substituted #include with #include in getkversion.c, but this is just a workaround and I don't know if I'm missing something, so a

Re: PATH=

2006-10-18 Thread Alessandro Alocci
AULT=/bin:/usr/bin OVERRIDE=${PATH} > > Is this what is supplying the PATH? Can't figure out how this > happened. Where should I fix this? Hi, /etc/security/pam_env.conf is installed so by default. You can use: su - (notice the minus sign after the su command) to obtain the s

Re: Continued problems with popt

2006-10-02 Thread Alessandro Alocci
esktop-2.so /opt/gnome-2.14/lib/libgnomeui-2.so /opt/gnome-2.14/lib/libgnomevfs-2.so /opt/gnome-2.14/lib/libORBit-2.so /opt/gnome-2.14/lib/libORBitCosNaming-2.so /opt/gnome-2.14/lib/libORBit-imodule-2.so recompile first ORBit, then libbonobo and so on, just follow the orde

Re: gnome-volume-manager-1.5.15 & popt

2006-09-24 Thread Alessandro Alocci
On 17:19 Sun 24 Sep, Arnie Stender wrote: > Hmm, I wasn't paying any attention. The first thing in the line for each > of these should be an address. The 'U' means undefined, are you saying > you were able to compile without errors with this version of > /opt/gnome-2.14/lib/libgnome-2.so? > Hi A

Re: gnome-volume-manager-1.5.15 & popt

2006-09-24 Thread Alessandro Alocci
BPOPT_0 Should be useful also to know what version of libgnome and libbonobo exactly you have onboard, I read several changes about popt in the ChangeLog of libgnome-2.14.1. HTH, Alessandro Alocci. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: GCC-build errors

2006-09-21 Thread Alessandro Alocci
On 14:11 Thu 21 Sep, Luca wrote: > > Hi, can you check if you really have > > /usr/local/lib/libpthread.so ? > > So, maybe you have another libpthread conflicting with the libpthread > > from glibc (from the pth package?), or if you have not a > Hi Alessandro, > > I've just noticed that in fac

Re: GCC-build errors

2006-09-21 Thread Alessandro Alocci
On 11:50 Thu 21 Sep, Luca wrote: > > However I think it is something deeper, in fact, making check for Gc6.6 > > reports this error: > > gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" > > -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"gc\ 6.6\" > > -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DGC_VE

Re: kopete, jingle, ortp...

2006-09-19 Thread Alessandro Alocci
On 12:12 Tue 19 Sep, alberto hernando wrote: > I'd like to build kopete 0.12.2 for kde 3.5.4 with jingle support. > According to the requirements: > http://wiki.kde.org/tiki-index.php?page=Kopete+Jabber+Jingle > > I need oRTP 0.7.1, exactly that version. Hi, you can find a precompiled version of

Re: No sound from speakers

2006-09-12 Thread Alessandro Alocci
Richard Melville wrote: > I still have one small problem however. The little alsa.dev script is > not being read at boot time, which means I have to manually run alsactl > restore every time I reboot. Does anybody have any ideas. I just > cannot see why this is happening. The command should be

Re: KDE 3.5.4 automount of usb devices

2006-09-10 Thread Alessandro Alocci
to your /etc/dbus-1/system.d/hal.conf and restarting dbus and haldaemon can be useful. HTH, Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: cdrkit, yet another cdrecord fork

2006-09-05 Thread Alessandro Alocci
will be a problem with > older headers and older (2.3) glibc. Hi, sys/capability.h is installed from libcap and in this version of capability.h are also defined CAP_EFFECTIVE and CAP_SET. Maybe you want to have a look at the file, this is from a libcap_1.10.orig patched with a libcap_1.10-14.dif

Re: Problems installing xfsprogs

2006-08-29 Thread Alessandro Alocci
Dan Nicholson wrote: > > According with ./configure --help the available options are: > > > > --enable-shared=yes/no Enable use of shared libraries default=yes > > --enable-gettext=yes/no Enable alternate language support default=yes > > --enable-readline=yes/no Enable readline command editing def

Re: Problems installing xfsprogs

2006-08-29 Thread Alessandro Alocci
Dan Nicholson wrote: > > This seems to be a workaround for this problem: > > > > export INSTALL_USER=root > > export INSTALL_GROUP=root > > sed -i '/autoconf/d' Makefile > > make DEBUG=-DNDEBUG > > (...) > > unset INSTALL_USER INSTALL_GROUP > > Usually the way you handle setting variables in Makef

Problems installing xfsprogs

2006-08-28 Thread Alessandro Alocci
xfs/download/previous/cmd_tars/xfsprogs-2.7.11.src.tar.gz and I've found similar problems installing the attr and acl packages. Regards, Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: core files and trace

2006-08-19 Thread Alessandro Alocci
strace in BLFS-book -> Programming -> Other Programming Tools under Other Development Tools section. I usually compile it with a simple ./configure --prefix=/usr && make && sudo make install HTH, Alessandro Alocci. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http

Re: libaltlinuxhyph/libhnj 0.1.1

2006-07-30 Thread Alessandro Alocci
I have tried this only in a previous build of OO and not in my recent OO builds, where I use the internal version of libhnj (it seems to be by far easier :-) ). HTH, Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: libexif-0.6.12

2006-07-26 Thread Alessandro Alocci
[1]: Leaving directory `/usr/src/secondary/libexif-0.6.12' > make: *** [all] Error 2 Hi, Arnie I remember there was a patch about this in previous version of BLFS book that is no more in the book because they switched to libexif-0.6.13. Try the patch or consider to switch to the newer versi

Re: More gtk+ woes

2006-07-16 Thread Alessandro Alocci
igure: error: > *** Can't link to Pango. Pango is required to build > *** GTK+. For more information see http://www.pango.org If you have Pango installed and configure can't link with its libraries maybe you simply forgot to run /sbin/ldconfig Just a guess, though

Re: gtk+ revisited - problem with pkg-config trying to compild gtk+

2006-07-15 Thread Alessandro Alocci
ld add /usr/X11R6/lib/pkgconfig in your PKG_CONFIG_PATH Try this to see if it works: export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/X11R6/lib/pkgconfig HTH, Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Doubt about a link for gnumeric

2006-07-15 Thread Alessandro Alocci
ve and learn, but to be fair, in this case I owe very much to all the fellow who started and work on {,B}LFS. Alessandro Alocci. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Doubt about Expect configure

2006-07-14 Thread Alessandro Alocci
Alle 00:26, sabato 15 luglio 2006, Alessandro Alocci ha scritto: > > Dbg.c:13:22: error: tcldbgcf.h: No such file or directory > > In fact tcldbgcf.h is created at compile time from tcldbgcf.h.in > but only if I pass the switch --with-tcl (at least in my case). Sorry again for al

Re: Doubt about Expect configure

2006-07-14 Thread Alessandro Alocci
Alle 23:37, venerdì 14 luglio 2006, Alessandro Alocci ha scritto: > gcc -pipe -c -I. -I. -I/usr/include -I/usr/X11R6/include > -DEXP_VERSION=\"5.43.0\" -DSCRIPTDIR=\"/usr/lib/expect5.43\" > -DEXECSCRIPTDIR=\"/usr/lib/expect5.43\" -DTCL_DEBUGGER -DUSE_NON_

Re: Doubt about Expect configure

2006-07-14 Thread Alessandro Alocci
Alle 21:14, venerdì 14 luglio 2006, Randy McMurchy ha scritto: > Alessandro Alocci wrote these words on 07/14/06 14:01 CST: > > Hi, the configure for expect is: > > ./configure --prefix=/usr \ > > --with-tclinclude=/usr/include \ > > --enable-shar

Re: Menu fonts in Firefox/Abiword

2006-06-27 Thread Alessandro Alocci
;Apply colors to non-KDE applications" (I have exactly the same in .kde/share/config/gtkrc-2.0, this seems to be the file to use for gtk2 based application.) Another way you can try is write a script, give him exec permissions and put it in .kde/Autostart, the script will be executed a

Re: missing euro-sign in KDE

2006-06-19 Thread Alessandro Alocci
Alle 12:55, lunedì 19 giugno 2006, Uwe Kramer ha scritto: > > Yes, you're right, > > on Control Center -> System Administration -> Font installer > > if you switch on Administrator mode you should see all the character > > set installed on the system. Then clicking on one you can see on the > > ri

Re: missing euro-sign in KDE

2006-06-19 Thread Alessandro Alocci
Alle 00:52, lunedì 19 giugno 2006, Dan Nicholson ha scritto: > On 6/18/06, Alessandro Alocci <[EMAIL PROTECTED]> wrote: > > Another little issue, not all characters seems to be able to show the > > euro sign, if I start konsole and select for example Courier 10 Pitch >

Re: missing euro-sign in KDE

2006-06-19 Thread Alessandro Alocci
Alle 07:50, lunedì 19 giugno 2006, Uwe Kramer ha scritto: > Am Montag, 19. Juni 2006 00:42 schrieb Alessandro Alocci: > > You wrote, > > > > > I have a blfs-book-cvs-2006-06-08 system with KDE-3.5.3 and I cannot > > > get the euro-sign anywhere. It works on the t

Re: missing euro-sign in KDE

2006-06-18 Thread Alessandro Alocci
ything pressing AltGr+E, but if I select "Dejavu Sans Mono" or other character set I have the euro (€) sign. HTH, Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: latest wine 0.9.14 and BLFS-SVN-2006-05-28

2006-06-07 Thread Alessandro Alocci
lude/freetype2 that menage to include all the other freetype include files. Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: something better than xvidcap?

2006-05-02 Thread Alessandro Alocci
> About other programs, I tried also x11rec > http://0xcc.net/x11rec/ > and Istanbul > http://live.gnome.org/Istanbul > but xvidcap seems to > work a little better, at least for me ;-) > Alessandro Alocci Just a postscript, searching a little I have also find this: http://w

Re: something better than xvidcap?

2006-05-02 Thread Alessandro Alocci
bXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7d27000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7c5f000) /lib/ld-linux.so.2 (0xb7f97000) libdl.so.2 => /lib/libdl.so.2 (0xb7c5a000) About other programs, I tried also x11rec http://0xcc.net/x11rec/ and Istanbul http://live.

Re: Booting Lfs-Version udev_update-20060301 from usb drive.

2006-03-17 Thread Alessandro Alocci
Alle 00:15, sabato 18 marzo 2006, Alessandro Alocci ha scritto: > Alle 20:56, giovedì 16 marzo 2006, randhir phagura ha scritto: > > I intend booting the new lfs system from the host system. The host system > > has hda (the main hard drive), hdc (the dvd-rom) and the IBM Microdrive

Re: Booting Lfs-Version udev_update-20060301 from usb drive.

2006-03-17 Thread Alessandro Alocci
n usb storage. I'll try myself to solve this on weekend and if I can find a working solution I'll post here. HTH, Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Issue compiling pwlib/gnomemeeting with recent Openldap

2006-02-28 Thread Alessandro Alocci
n beta2 ATM) supporting both H323 and SIP protocols and also VoIP, so finally I decided to give it a shot and compiled ekiga-1.99.1 with pwlib-1.9.3 and opal-2.1.3, I just report this in case someone wants to check the problems above and possibly correct the book. Regards, Alessandro Alocci