Displaying 20 results from an estimated 1100 matches similar to: "compiling buoh comic reader for C-6"
2012 Oct 23
1
Compiling samba4 hangs at [1815/3978] Compiling librpc/ndr/ndr_basic.c
Hi,
I have tried both RC4 and from the repository but I can't seem to get
samba4 to compile. I have rebuilt the OS (Centos 6.3) from scratch and I am
still having the same issue. I get:
WAF_MAKE=1 ./buildtools/bin/waf build
Waf: Entering directory `/opt/samba-master/bin'
Selected embedded Heimdal build
[ 133/3978] Generating VERSION
[ 168/3978] Generating smbd/build_options.c
[1815/3978]
2010 Nov 10
2
[LLVMdev] llvm-gcc not compatible with gcc on a small case?
I found a case which gcc can compile while llvm-gcc can not. I'm using the
gcc4.1 and the most recent llvm-gcc.
Here is the case:
template <int N>
class T {
public:
int V;
};
T<4> test(T<4> a[4][8]) {
return a[3][3];
}
llvm-gcc dumped:
fail.cpp: In function \u2018T<4> test(T<4> (*)[8])\u2019:
fail.cpp:7: error: invalid use of incomplete type
2008 Jul 04
2
swfdec and clutter
hi,
i started an experimental clutter-swf renderer project http://www.students.itu.edu.tr/~gumusuy/clutter-swf-0.1.0.tar.bz2
using swfdec-0.6
In fact this project is a part of bigger clutter media project.
For less dependency i configured swfdec by ./configure --prefix=/usr --disable-maintainer-mode --disable-gtk --disable-mad --disable-ffmpeg --disable-gstreamer --disable-vivified
2010 Jan 03
1
Swfdec and Ffmpeg only
Hi,
I'm the founder and still very active developer of Puppy Linux, and a
variant named Quirky. Puppy is a cut-down distro, typically 100MB
live-CD. We have always used the Adobe Flash player, though I have
stayed with the Flash 9 player (9.0.48.0) due to its smaller size.
Puppy also has ffmpeg, xine-lib and gxine.
Recently I have been experimenting with Swfdec and Swfdec-mozilla. I
started
2008 Jan 25
1
A lot less stability!
Hey,
In my quest to solve bug 13815 I had to change the API quite a bit.
And while I was at it, I also made swfdec-gtk use the upcoming libsoup
2.4 and changed the include dirs to "swfdec" instead of "libswfdec".
All in all, the API changed quite a bit and I hope it didn't cause too
much instability.
Have fun finding crashers.
Cheers,
Benjamin
2020 May 14
1
Sieve regexp matches wrong
Hello!
Recently I've faced with strange issue. So, I want to filter some mails
which do not contain cyrillic symbols. I would not like receive email on
foreign language except russian and I'm using rule below, but it does
not work when text of mail has unicode symbol u2019 or ? - right single
quotation mark.
|require ["body","regex"];|
|# rule:[Regexp test]|
|if
2011 Mar 05
2
How to show non user defined data set such as cu.summary (from rpart)?
Hi All,
ls() doesn't show cu.summary. ?ls says "When invoked with no argument at the
top level prompt, \u2018ls\u2019 shows what data sets and functions a user
has defined." Therefore, the reason ls() doesn't show cu.summary is because
cu.summary is from a package but not user defined. Is there a way to show
not only user defined data sets but also data sets from loaded
2006 Mar 13
1
List of updates in Update 3 ?
While update 3 was released last week, it looks
like there are 40 or so packages updated. I dunno
about squid, it is listed on
http://rhn.redhat.com/errata/rhel4as-errata.html
but the changelog is from October 2005 (unless it is an rhel only
bug).
audit-1.0.12-1.EL4.i386.rpm
audit-libs-1.0.12-1.EL4.i386.rpm
audit-libs-devel-1.0.12-1.EL4.i386.rpm
bootparamd-0.17-21.RHEL4.i386.rpm
2009 Apr 24
1
[LLVMdev] llvm-g++ doesnt support class member initialization of arrays of constants
Here is the example code:
class A {
const int x[5];
public:
//A() { x[0] = 1; x[1] = 1; x[2] = 2; x[3] = 3; x[4] = 4; }
A():x((const int[5]){1,2,3,4,5}) {}
int getV(int idx) { return x[idx];}
};
//const int A::x[5] = { 1, 2, 3, 4, 5 };
int main() {
A a;
return a.getV(1);
}
gcc 4.1.2 can compile the above code.
llvm-gcc reports:
x.cpp: In constructor \u2018A::A()\u2019:
x.cpp:5:
2010 Jul 12
1
[LLVMdev] Operation on argument of 2d array of templated class can NOT pass llvm-gcc
for example:
template <int N>
class T {
public:
int V;
};
T<4> test(T<4> a[4][8]) {
return a[3][3];
}
in LLVM23 release, it will crash llvm-gcc,
test.cpp: In function \u2018T<4> test(T<4> (*)[8])\u2019:
test.cpp:7: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See
2009 Dec 02
4
http url support in swfdec-0.8.4
Dear All,
I am using swfdec-0.8.4 player over directfb.. I am able to play stored swf
files where as im not able to play any only swf files
I get following error
open http://www.foo.com/foobar.swf failure, err = No such file or directory
Thanks and regards
Deepak
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Mar 17
0
CentOS-announce Digest, Vol 49, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Mar 17
0
CESA-2009:0344 Moderate CentOS 4 s390(x) libsoup - security update
CentOS Errata and Security Advisory 2009:0344
https://rhn.redhat.com/errata/RHSA-2009-0344.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/evolution28-libsoup-2.2.98-5.el4.1.s390.rpm
updates/s390/RPMS/evolution28-libsoup-devel-2.2.98-5.el4.1.s390.rpm
updates/s390/RPMS/libsoup-2.2.1-4.el4.1.s390.rpm
2009 May 22
0
CESA-2009:0344 Moderate CentOS 4 x86_64 libsoup security update
CentOS Errata and Security Advisory 2009:0344 Moderate
https://rhn.redhat.com/errata/RHSA-2009-0344.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
evolution28-libsoup-2.2.98-5.el4.1.x86_64.rpm
evolution28-libsoup-devel-2.2.98-5.el4.1.x86_64.rpm
libsoup-2.2.1-4.el4.1.i386.rpm
libsoup-2.2.1-4.el4.1.x86_64.rpm
2016 Apr 26
0
evolution libsoup and samba bug 765106
Hello everyone,
while i was play around with winhq install
winbind-clients.
After this I never can open evolution with exchange ews connector.
https://bugzilla.gnome.org/show_bug.cgi?id=765106
I patches libsoup by my self
diff -up ./libsoup/soup-auth-ntlm.c.prev ./libsoup/soup-auth-ntlm.c
--- ./libsoup/soup-auth-ntlm.c.prev 2016-04-15 14:18:02.680276592 +0200
+++ ./libsoup/soup-auth-ntlm.c
2008 Jan 15
1
[Bug 14083] New: swfdec patch for libsoup 2.4
http://bugs.freedesktop.org/show_bug.cgi?id=14083
Summary: swfdec patch for libsoup 2.4
Product: swfdec
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: danw at gnome.org
2009 May 22
0
CESA-2009:0344 Moderate CentOS 4 i386 libsoup security update
CentOS Errata and Security Advisory 2009:0344 Moderate
https://rhn.redhat.com/errata/RHSA-2009-0344.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
evolution28-libsoup-2.2.98-5.el4.1.i386.rpm
evolution28-libsoup-devel-2.2.98-5.el4.1.i386.rpm
libsoup-2.2.1-4.el4.1.i386.rpm
libsoup-devel-2.2.1-4.el4.1.i386.rpm
src:
2010 Feb 21
1
updated some packages now some windows hang after open or close
I had a need on a centos 5.4 x86_64 box to try and run with a later totem.
I desired to do this by source.
After installing the packages below my system comes up, I thought
everything was good.
thunderbird comes up firefox comes up. totem works -------- however
there seems to be
an issue with closing or opening windows some random time later with all
three programs.
It gives the impression
2012 Aug 16
2
copy/paste centos 6
I had to update all these packages on CentOS 6 for a project.
Everything works great on CentOS 6 - except - Copy/Paste between
applications.
Anyone - know which application below might control that function?
Example I cannot have firefox running and copy and paste text into
thunderbird.
Both applications - actually all applications work - I just cant copy/paste.
I'm thinking I did not
2009 Mar 17
0
CESA-2009:0344 Moderate CentOS 4 ia64 libsoup - security update
CentOS Errata and Security Advisory 2009:0344
https://rhn.redhat.com/errata/RHSA-2009-0344.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
ia64:
updates/ia64/RPMS/evolution28-libsoup-2.2.98-5.el4.1.ia64.rpm
updates/ia64/RPMS/evolution28-libsoup-devel-2.2.98-5.el4.1.ia64.rpm
updates/ia64/RPMS/libsoup-2.2.1-4.el4.1.ia64.rpm