Displaying 20 results from an estimated 130760 matches for "firstly".
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
Hello all,
The itanium demangler in libcxxabi (and also, llvm/lib/Demangle) is
really slow. This is largely because the textual representation of the
symbol that is being demangled is held in a std::string, and
manipulations done during parsing are done on that string. The demangler
is always concatenating strings and inserting into the middle of
strings, which is terrible. The fact that the
2012 Jul 05
1
trouble installing Rmpi on a debian machine
Dear R People:
I'm having trouble installing Rmpi on a debian machine.
Here is my output:
bccd at node000:~$ /bccd/home/bccd
bccd at node000:~$
bccd at node000:~$ export RMPI_TYPE=OPENMPI
bccd at node000:~$ R CMD INSTALL Rmpi_0.5-9.tar.gz
* installing to library '/bccd/home/bccd/R/x86_64-pc-linux-gnu-library/2.15'
* installing *source* package 'Rmpi' ...
checking for gcc...
2004 Aug 06
2
icecast2, libshout2, Shout.pm FreeBSD
Hi all,
Has anyone successfully managed to get icecast2 libshout2
and Shout.pm built under freebsd?
o far I've been able to build all of them except for
Shout.pm. I would like to migrate from icecast1 however
I can't do so until I can get everything built.
Here is the error I'm having trying to build Shout.pm
from the FreeBSD ports tree.
# make
cc -c -I/usr/local/include -O -pipe
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
Hi all,
I was trying to test ROUTE specific code with a multi-isp serviced box.
There is a bug somewhere, but I''m not able to understand what the real
problem is:
when I issue a "shorewall show capabilities" I get:
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
Shorewall has
2004 Aug 06
0
icecast2 on solaris ... (fwd)
Ok,
for further info, below is the full compiler output when running gnu make.
The first error,
../thread/thread.h:78: parse error before `pthread_rwlock_t'
is the one that brings on all the others. I've checked
/usr/include/pthread.h and didn't find pthread_rwlock_t in it.
So my guess is, pthread on solaris 2.6 is too old (afaik, there are three
versions of solaris that are
2001 Feb 05
1
wine with TransGaming patch doesn't compile
Hi!
I have patched the latest CVS-sources of wine with the TransGaming
patch. Now it doesn't compile anymore. Seems to be a problem with MESA.
I have attached an error log.
I have installed NVIDIA_GLX 0.96 and the mesadev 3.2.
Manfred
=== begin of error log ===
In file included from d3ddevice/mesa.c:29:
mesa_private.h:219: parse error before `PFNGLSECONDARYCOLOR3UBEXTPROC'
2007 Jun 05
2
pam_ldap-184 compile error
I tried to compile pam_ldap-184 but it gave lots of error msgs. BTW, I
have successfully compiled nss_ldap-255.
For pam_ldap, my configure looks like:
./configure --with-ldap-lib=openldap --with-ldap-dir=/usr/local
--with-ldap-conf-file=/usr/local/etc/openldap/ldap.conf
and the following is the configure output
--- start of configure output ---
creating cache ./config.cache
checking host system
2004 Jun 08
1
Meetme2
Hi!!
I try to install meetme2....i follow instructions that i found in
http://www.areski.net/asterisk-meetme/about.php?s=0
but, when i modify the "Asterisk/apps/Makefile" and i run the "make" command,
I have this type of error:
[root@obelix apps]# make
cc -pipe -fPIC -DUSEMYSQLVM -c -o app_meetme2.o app_meetme2.c
app_meetme2.c:31:22: libpq-fe.h: No such file or directory
2004 Aug 06
2
My turn to have issues with compiling libshout
Hi:
WARNING: This is long.
Just updated libshout and configured. Configure didn't bomb so I guess it
went OK and found what it wanted. But when I ran make I got this:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -g -O2 -Wp,-MD,.deps/avl.pp -c
avl.c
-fPIC -DPIC -o .libs/avl.lo
In file included from ../stream.h:20,
from ../config.h:17,
from avl.c:33:
2006 May 06
1
Error compiling Wine 0.9.12
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
Xandros 3.0.1 OCE (Debian based).
./configure executed without problem (once I installed bison++). Then
'make depend && make' resulted in the errors below. Apologies for the
length of the mail, but I don't want to miss out anything which may be
vital :)
Any suggestions would be gratefully received.
Kind regards,
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
I'm getting a compile error when trying to compile the flex output of
ppl.l in tools/wpp. This is under Debian (Woody) with latest updates.
Can anybody help me out? Enclosed is the output of the build and
folling that, the installed packages. I have also tried the latest
version (20030408) with identical results.
TIA
Luke
================================================================
2004 Aug 06
1
Compile errors
Hi, while trying to compile icecast, I got a lot of errors while trying to
compile avl.c, I've attached a file with the compile errors. Any ideas as to
what might be wrong? My distro is Redhat 7.2 fully up2date.
<p>Cheers!
-------------- next part --------------
In file included from ../thread/thread.h:25,
from avl.c:35:
/usr/include/pthread.h:163: parse error before
2010 Jan 03
3
Latest xf86-video-nouveau does not compile
Hi,
latest 2D driver does not compile.
libdrm and Mesa are latest git...
Johannes
CC nv50_exa.lo
nv50_exa.c: In function 'NV50EXACheckRenderTarget':
nv50_exa.c:451: error: 'PICT_a2b10g10r10' undeclared (first use in this function)
nv50_exa.c:451: error: (Each undeclared identifier is reported only once
nv50_exa.c:451: error: for each function it appears in.)
nv50_exa.c:452:
2000 Feb 25
1
bug and fix : using panel.first with plot() in do.call() (PR#457)
The following works as expected
plot(1:5, panel.first=grid(2,2))
and if
my.panel<-function() grid(2,2)
then
plot(1:5, panel.first=my.panel() )
is also OK
but,
do.call("plot", list(x=1:5, panel.first=grid(2,2))
do.call("plot", list(x=1:5, panel.first=my.panel))
do.plot("plot", list(x=1:5, panel.first=my.panel() ))
2010 Jun 29
3
How to delete the replicate rows by summing up the numeric columns
Hi, folks,
I am sorry that I did not state the problem correctly yesterday.
Please let me address the problem by the following codes:
first=c('u','b','e','k','j','c','u','f','c','e')
2004 Feb 15
0
Nmbd errors & not starting since upgrade to 3.0.2a?
I have recently upgraded my Redhat 7.3 server to Fedora FC1 with all related updates. I also upgraded my samba version from 3.0.0 to 3.0.2a. It now seems that my nmbd daemon will not start & subsequently I cannot log in from any Windows client as the netbios server name PDC is not found I think. Before this problem started, I noticed that in order for my DNS ping requests from Windows clients
2005 Oct 10
0
compile problem on solaris10 x86
Any idea? This is with wine-20050930.
Thanks.
...
../../tools/winegcc/winegcc -B../../tools/winebuild -shared
./ddraw.spec clipper.o ddraw_hal.o ddraw_main.o
ddraw_thunks.o ddraw_user.o ddraw_utils.o main.o
palette_hal.o palette_main.o regsvr.o surface_dib.o
surface_fakezbuffer.o surface_gamma.o surface_hal.o
surface_main.o surface_thunks.o surface_user.o
surface_wndproc.o
2012 Dec 29
3
Samba4 AD DC Sites / Rename Default-First-Site-Name and internal DNS
Hello,
I'm running a few tests here with two locations.
site1: server-site1.gsg.local subnet 192.168.200.0/24
site2: server-site2.gsg.local subnet 192.168.190.0/24
both are connected via VPN.
I migrated an samba3 domain at server-site1 it gets
Default-First-Site-Name assigned. Then I joined the new samba4 domain
withe server-site2. Both servers work and i can join and access them
with
2003 Jan 28
1
[nsswitch/pam_winbind.po] Error 1 With Compiling 3.0
Greetings,
***Warning: New to compiling and use RPMs whenever I can :-)***
When trying to compile I get the above error. It is preceded by:
=======
.
.
.
Compiling nsswitch/pam_winbind.c with -fPIC
nsswitch/pam_winbind.c:60: parse error before `*'
nsswitch/pam_winbind.c: In function `converse':
nsswitch/pam_winbind.c:67: `pamh' undeclared (first use in this
function)
2019 Jul 31
2
GPO issues - getting SYSVOL cleaned up again
"--seize" helped:
root at pre01svdeb03:~# samba-tool fsmo show
SchemaMasterRole owner: CN=NTDS
Settings,CN=PRE01SVDEB03,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=pilsbacher,DC=at
InfrastructureMasterRole owner: CN=NTDS
Settings,CN=PRE01SVDEB03,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=pilsbacher,DC=at
RidAllocationMasterRole owner: