Displaying 20 results from an estimated 7000 matches similar to: "Minimum GCC version to support?"
2005 May 02
0
Wx::StringInputBuffer/Wx::StringOutputBuffer
Hello, wxruby-users.
This is two files which wrap wxStringInputStream and
wxStringOutputStream for ruby. I need this to implement in-memory
image io. ''stringio.rbw'' -- small sample for it.
Short usage:
stream = Wx::StringInputStream.new image_data
image = Wx::Image.new stream
stream = Wx::StringOutputStream.new
image.save_file stream, ''image/jpeg''
image_data
2008 Jul 25
2
[LLVMdev] Slightly improve bugpoint output
Hi all,
after seeing a near inifinite stream of "Checking instruction ''" from
bugpoint, I thought to improve that a bit. Turns out that bugpoint outputs the
name, which is often empty (especially for the big bitcodes you want to pull
through bugpoint :-).
Below patch changes the behaviour to output the assembly version of the
instruction instead of the name, which makes things
2009 Oct 15
2
FS Quota broken for delivering BIG message
Hi everybody.
I have Linux file system quota for users and enabled "fs quota" and quota
plugin for LDA. My test user is already deep over quoted:
---
Filesystem blocks quota limit
nfse:/export 23768* 10240 10240
---
1. If I tries to deliver _short_ message to user mbox - quota works:
$ echo "123123123123" | /usr/local/libexec/dovecot/deliver -d koc
---
Quota
2008 Jul 25
0
[LLVMdev] Slightly improve bugpoint output
On Jul 25, 2008, at 7:33 AM, Matthijs Kooijman wrote:
> Hi all,
>
> after seeing a near inifinite stream of "Checking instruction ''" from
> bugpoint, I thought to improve that a bit. Turns out that bugpoint
> outputs the
> name, which is often empty (especially for the big bitcodes you want
> to pull
> through bugpoint :-).
>
> Below patch
2009 Jan 15
2
Xapian core build failure under gcc 2.95
Hi,
Under gcc 2.95 Xapian fails to build like so:
g++ -DHAVE_CONFIG_H -I. -I./common -I./include
-I/home/dsainty/not-backed-up/pkgsrc/textproc/xapian/work/.buildlink/include
-Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align
-Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -O2 -c
queryparser/queryparser_internal.cc
2006 Aug 07
1
[LLVMdev] Re: gcc4 or gcc3?
On Mon, 07 Aug 2006 11:45:04 -0700, Reid Spencer wrote:
> Hi Hendrik,
>
> On Mon, 2006-08-07 at 14:35 -0400, Hendrik Boom wrote:
>> I just downloaded the CVS version of llvm and llvm-test. Presumably
>> this is the one that's scheduled to become 1.8 in a few days.
>
> Not really. The current CVS head is quite a ways past release 1.8 at
> this point. If you
2013 Mar 16
3
crash with dovecot 2.2: Panic: Buffer full
Hi Timo,
I've got a crash with dovecot 2.2
dovecot --version
2.2.rc2 (69c26a9e3be5)
It's occured when accessing with imap on a large mailbox (around 50k
messages)
imap(clean-quarantine at spamguard.fr): Panic: Buffer full (4254 > 4248,
pool <none>)
Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x6089a)
[0x7f9d1bcde89a] -> /usr/lib/dovecot/libdovecot.so.0(+0x608de)
2002 Oct 30
0
sm packcage compilation problem fixed
I have discovered a problem with the compilation of the sm package.
On debian 2.2, sm was not compiling.
* Installing *source* package 'sm' ...
** libs
g77 -fPIC -g -O2 -c routines.f -o routines.o
gcc -shared -o sm.so routines.o -L/usr/lib/gcc-lib/i386-linux/2.95.4
-lreadline -ldl -lncurses -lg2c-pic -lm -L/usr/lib/R/bin -lR
/usr/bin/ld: cannot find -lg2c-pic
collect2: ld returned
2007 Sep 13
3
Call C code from R
Hello, All!
I have function which is written in C, the function uses other functions
also builded bu me. Now I need to use the function to build R function.
My questions are:
1. How can I include libraries (for example, iomanip, sstream, tcl.h)?
2. Should I put other function to the separate file and then include the
file?
Thanks All :)
Olga
[[alternative HTML version deleted]]
2004 Sep 10
2
AMD debugging test files available
Josh Coalson wrote:
> These are the things I would suspect, in order:
>
> * 3DNOW code (configure --enable-3dnow, turned off by default,
> but I'm not sure how the package was built)
> * Other IA32 assembly code (on by default)
> * gcc -march=? (AMD-specific optimizations?)
> * Pointer aliasing vs. gcc3 (I would think this would show up
> on other architectures. I
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
Hi Conrad,
Thanks for your help.
I am unlucky. No i have this following error :
source='speexdec.c' object='speexdec.o' libtool=no \
depfile='.deps/speexdec.Po' tmpdepfile='.deps/speexdec.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libspeex -I/usr/include -O2 -fno-exceptions -O2
2004 Sep 10
2
AMD debugging test files available
On Sat, Aug 17, 2002 at 08:03:53AM -0700, Josh Coalson wrote:
> --- Matt Zimmerman <mdz@debian.org> wrote:
> >
> > I am able to reproduce this on my system. I am of course using the
> > same
> > Debian packaged binary, and the test files from the bug tracker. It
> > does
> > not happen every time. Sometimes I can get the failure in a few
> >
2013 Apr 23
1
imap Panic: file istream-seekable.c: line 253 (i_stream_seekable_read): assertion failed: (stream->istream.v_offset + stream->pos <= sstream->write_peak)
Hi Timo,
just another crash - using 2.2.1 (c95cea6e1389).
Regards,
Pascal
-------------- next part --------------
Reading symbols from /usr/local/libexec/dovecot/imap...done.
[New LWP 15198]
warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core
2007 Sep 17
3
Call C code from R
Hello, All!
I'm new for R-devel list. And I'd like to ask some questions,
maybe they will be stuped for the most part of members of the
list.
I need to call function which is written in C++ from R.
My questions are:
1. How should I include libraries (for example, iomanip,
sstream, iostream)?
2. Can I use namespace?
Thanks All :)
Olga
2004 Aug 06
1
Possibly solved: Re: Does Ices need GCC3? Was: Re: Trouble running IceS
On Sunday 28 July 2002 02:06 am, you wrote:
> On Sunday 28 July 2002 01:30 am, you wrote:
> > Whenever I try to run it (ices)I get errors:
> >
> > cadmium:/work/dl/Audio/streaming/ices-0.2.3 # /usr/local/icecast/bin/ices
> > --help /usr/local/icecast/bin/ices: error while loading shared libraries:
> > libgcc_s.so.1: cannot open shared object file: No such file or
2017 Oct 07
0
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
This appears to be breaking dsync at the moment and is caused by
something committed in the last week or so. This is with the current
-git of dovecot-2.2 (eaf276b33).
The crash happens all the time - the logs are full of this message.
Oct 7 20:31:24 thunderstorm.reub.net dovecot: doveadm: Warning: I/O
leak: 0x7f8bb6581b4c (ostream-file.c:350, fd 14)
Oct 7 20:31:24 thunderstorm.reub.net
2007 Dec 03
2
interaction with C++ code (PR#10487)
Full_Name: Ian Wilson
Version: 2.6.1
OS: linux
Submission from: (NULL) (128.240.229.7)
The problem is new to R2.6.?. The code works as expected in R-2.5.0. I get the
problem with two different operating systems - an older redhat and new ubuntu
and with both g++4.1 and g++3.4.
I have a problem with character data that is passed back from C++ code. A small
example is the following C++ code
2017 Oct 07
0
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
Thanks! We'll look into it.
---Aki TuomiDovecot oy
-------- Original message --------From: Reuben Farrelly <reuben-dovecot at reub.net> Date: 07/10/2017 13:08 (GMT+02:00) To: dovecot at dovecot.org Subject: Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
This appears to be breaking dsync at the moment and is caused by
something committed in the last week or so.? This
2020 Mar 11
0
Dovecot Imap-Proxy: openssl_iostream_handle_error
Hi,
I'm running Dovecot 2.3.9-2 as an IMAP/POP3 Proxy in front of several Dovecotbackends. No Director, only static routing to the backends of each user.
The proxies are also working as "SSL offload engines". SystemOS: Debian Stretch (9.11) on LXC Virtualization
Sometimes I get the following errors in mail.err log:
...
Mar 10 16:47:24 imap1 dovecot: imap-login: Panic: file
2006 Jan 27
1
gcc 2.95 compile errors
Timo,
This is what I get when I compile 1.0-beta2 with gcc 2.95.
It looks like I can then open my problem mbox even without your
mbox-sync patch.
It turns out I'd been using gcc 3.2.2 inadvertently, probably via some
sort of shell bug - I'd accidentally set an environment variable called
"PATH=/opt/RDGgcc3/bin:/usr/bin ..." and I guess some script had
mistaken it for the real