search for: mitya

Displaying 6 results from an estimated 6 matches for "mitya".

Did you mean: mitja
2012 Dec 23
1
clucene-config.h location
By deafult, CLucene installs the clucene-config.h header to /usr/lib/CLucene, but fts-lucene tries to include it from /usr/include/CLucene and fails. Here is how it is fixed in Fedora, for instance: sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in Indeed, Lucene's pkgconfig file reflects the fact that some
2004 Sep 10
1
MPlayer now supports FLAC
Hello, Just want to tell, that CVS version of MPlayer (http://www.mplayerhq.hu) now supports FLAC decoding. Decoding can be done via external libFLAC or via improted files (We have imported some files from libFLAC (stream_decoder) and plugin_common(dither/replay_gain)). Currently it doesn't support decoding FLAC embedded into Ogg container. There are some problems, probably with
2004 Sep 10
1
MPlayer now supports FLAC
Hello, Just want to tell, that CVS version of MPlayer (http://www.mplayerhq.hu) now supports FLAC decoding. Decoding can be done via external libFLAC or via improted files (We have imported some files from libFLAC (stream_decoder) and plugin_common(dither/replay_gain)). Currently it doesn't support decoding FLAC embedded into Ogg container. There are some problems, probably with
2012 Dec 23
1
Using -module flag on sieve libs
Some modern distros (Mageia, Mandriva) use -no-undefined as a default linker flag for building software. However, undefined symbols are OK if the binary being linked is a plugin. To detect plugins, build system looks for presence of "-module" libtool flag in makefiles. There are two libraries in Pigeonhole that couldn't be linked with -no-undefined:
2013 Oct 11
0
Dovecot 2.2.6 comression library build error
Hi, I'm trying to build Dovecot 2.2.6 under Mageia Linux, and there are two issues. 1. I get the following errors during build, please see http://pastebin.com/RmSRZPip - the compression library requires dlopen/dlsym/etc functions, but the library providing them is not mentioned in the linking command. I've managed to workaround this by adding -ldl to the corresponding
2003 Apr 25
2
compiling kernel without -O
Hello! Is it possible to compile kernel without '-O' option? When my COPTFLAGS=-O -pipe, it compiles fine. When I change COPTFLAGS=-pipe, it breaks: cc -c -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmis sing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter