Displaying 20 results from an estimated 131033 matches for "first".
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
.... The fact that the parsing logic and the
string manipulation/formatting logic is interleaved also makes the
demangler pretty ugly. Another problem was that the demangler used a lot
stack space, and has a bunch of stack overflows filed against it.
I've been working on fixing this by parsing first into an AST structure,
and then traversing that AST to produce a demangled string. This
provides a significant performance improvement and also make the
demangler somewhat more clean. Attached you should find a patch to this
effect. This patch is still very much a work in progress, but currentl...
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...alize':
Rmpi.c:57: warning: implicit declaration of function 'MPI_Initialized'
Rmpi.c:76: warning: implicit declaration of function 'MPI_Init'
Rmpi.c:81: warning: implicit declaration of function 'MPI_Errhandler_set'
Rmpi.c:81: error: 'MPI_COMM_WORLD' undeclared (first use in this function)
Rmpi.c:81: error: (Each undeclared identifier is reported only once
Rmpi.c:81: error: for each function it appears in.)
Rmpi.c:81: error: 'MPI_ERRORS_RETURN' undeclared (first use in this function)
Rmpi.c:82: error: 'MPI_COMM_SELF' undeclared (first use in this...
2004 Aug 06
2
icecast2, libshout2, Shout.pm FreeBSD
...the FreeBSD ports tree.
# make
cc -c -I/usr/local/include -O -pipe -march=pentiumpro -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\"
-DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE Shout.c
Shout.c: In function `XS_Shout_raw_new':
Shout.c:157: `shout_conn_t' undeclared (first use in this function)
Shout.c:157: (Each undeclared identifier is reported only once
Shout.c:157: for each function it appears in.)
Shout.c:157: `RETVAL' undeclared (first use in this function)
Shout.xs:136: syntax error before `)'
Shout.c: In function `XS_Shout_DESTROY':
Shout.c:178: `...
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...'['' -f /etc/shorewall/interfaces '']''
++ echo /etc/shorewall/interfaces
++ IFS=''
''
++ return
+ fname=/etc/shorewall/interfaces
+ ''['' -f /etc/shorewall/interfaces '']''
+ read_file /etc/shorewall/interfaces 0
+ local first rest
+ ''['' -f /etc/shorewall/interfaces '']''
+ read first rest
+ ''['' x# = xINCLUDE '']''
+ echo ''# ''
+ read first rest
+ ''['' x# = xINCLUDE '']''
+ echo ''# Shorewall 2.4...
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 t...
2001 Feb 05
1
wine with TransGaming patch doesn't compile
....h:225: parse error before `}'
mesa_private.h:225: warning: type defaults to `int' in declaration of `mesa_d3dd_private'
mesa_private.h:225: warning: data definition has no type or storage class
d3ddevice/mesa.c: In function `set_context':
d3ddevice/mesa.c:99: `odev' undeclared (first use in this function)
d3ddevice/mesa.c:99: (Each undeclared identifier is reported only once
d3ddevice/mesa.c:99: for each function it appears in.)
d3ddevice/mesa.c:99: parse error before `)'
d3ddevice/mesa.c:100: parse error before `int'
d3ddevice/mesa.c:111: `ret' undeclared (first us...
2007 Jun 05
2
pam_ldap-184 compile error
...ed inside parameter list
pam_ldap.c:281: warning: its scope is only this definition or
declaration, which is probably not what you want
pam_ldap.c:566: error: syntax error before '*' token
pam_ldap.c: In function `_pam_ldap_cleanup_session':
pam_ldap.c:568: error: `data' undeclared (first use in this function)
pam_ldap.c:568: error: (Each undeclared identifier is reported only once
pam_ldap.c:568: error: for each function it appears in.)
pam_ldap.c: At top level:
pam_ldap.c:591: error: syntax error before '*' token
pam_ldap.c: In function `_cleanup_data':
pam_ldap.c:593:...
2004 Jun 08
1
Meetme2
...-o app_meetme2.o app_meetme2.c
app_meetme2.c:31:22: libpq-fe.h: No such file or directory
app_meetme2.c:32:19: mysql.h: No such file or directory
app_meetme2.c:36:26: linux/zaptel.h: No such file or directory
app_meetme2.c: In function `launch_query':
app_meetme2.c:139: `PGconn' undeclared (first use in this function)
app_meetme2.c:139: (Each undeclared identifier is reported only once
app_meetme2.c:139: for each function it appears in.)
app_meetme2.c:139: `conn' undeclared (first use in this function)
app_meetme2.c:140: `PGresult' undeclared (first use in this function)
app_meetme2...
2004 Aug 06
2
My turn to have issues with compiling libshout
...error before '*' token
avl.h:168: syntax error before '*' token
avl.h:169: syntax error before '*' token
avl.c:41: syntax error before '*' token
avl.c:43: syntax error before "avl_node"
avl.c: In function `avl_node_new':
avl.c:45: `node' undeclared (first use in this function)
avl.c:45: (Each undeclared identifier is reported only once
avl.c:45: for each function it appears in.)
avl.c:45: syntax error before ')' token
avl.c:50: `parent' undeclared (first use in this function)
avl.c:51: `key' undeclared (first use in this function)
av...
2024 Dec 01
6
Identify first row of each ID within a data frame, create a variable first =1 for the first row and first=0 of all other rows
Dear R help folks,
First my apologizes for sending several related questions to the list server. I am trying to learn how to manipulate data in R . . . and am having difficulty getting my program to work. I greatly appreciate the help and support list member give!
I am trying to write a program that will run through a dat...
2006 May 06
1
Error compiling Wine 0.9.12
...../../include -Wall -pipe
- -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o lex.yy.o
lex.yy.c
./ppl.l:166:21: ppy.tab.h: No such file or directory
./ppl.l:233: error: parse error before "YYSTYPE"
./ppl.l: In function `pplex':
./ppl.l:315: error: `tINCLUDE' undeclared (first use in this function)
./ppl.l:315: error: (Each undeclared identifier is reported only once
./ppl.l:315: error: for each function it appears in.)
./ppl.l:317: error: `tERROR' undeclared (first use in this function)
./ppl.l:318: error: `tWARNING' undeclared (first use in this function)
./ppl...
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
...0030219/tools/wpp'
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
-Wpointer-arith -mpreferred-stack-boundary=2 -gstabs+ -D_REENTRANT -o
lex.yy.o lex.yy.c
./ppl.l:97: warning: `/*' within comment
./ppl.l: In function `pplex':
./ppl.l:309: `pp_incl_state' undeclared (first use in this function)
./ppl.l:309: (Each undeclared identifier is reported only once
./ppl.l:309: for each function it appears in.)
./ppl.l:309: `pp_pp' undeclared (first use in this function)
./ppl.l:314: `pp_ignore' undeclared (first use in this function)
./ppl.l:314: warning: implicit de...
2004 Aug 06
1
Compile errors
...:156: parse error before `*'
avl.h:157: parse error before `*'
avl.h:158: parse error before `*'
avl.h:159: parse error before `*'
avl.c:39: parse error before `*'
avl.c:41: parse error before `avl_node'
avl.c: In function `avl_node_new':
avl.c:43: `node' undeclared (first use in this function)
avl.c:43: (Each undeclared identifier is reported only once
avl.c:43: for each function it appears in.)
avl.c:43: parse error before `)'
avl.c:48: `parent' undeclared (first use in this function)
avl.c:49: `key' undeclared (first use in this function)
avl.c: At top...
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: error: 'PICT_x2b10g10r10' undeclared (first use in this function)
nv50_exa.c:453: error: 'PICT_a2r10g10b10' undecla...
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",...
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')
second=c('usa','Brazil','England','Korea','Japan','China','usa','France','China','England')
thir...
2004 Feb 15
0
Nmbd errors & not starting since upgrade to 3.0.2a?
...mask:0.0.0.0
[2004/02/14 10:05:19, 2] nmbd/nmbd_subnetdb.c:make_subnet(172)
making subnet name:WINS_SERVER_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
[2004/02/14 10:05:19, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
add_name_to_subnet: Added netbios name LOCALHOST<00> with first IP 127.0.0.1 ttl=0 nb_flags= 4 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/14 10:05:19, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
add_name_to_subnet: Added netbios name LOCALHOST<20> with first IP 127.0.0.1 ttl=0 nb_flags= 4 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/14 10:05:19, 3]...
2005 Oct 10
0
compile problem on solaris10 x86
...o-op: `.half'
ddraw.ZNYvlZ.s:37: Error: unknown pseudo-op: `.half'
ddraw.ZNYvlZ.s:42: Error: unknown pseudo-op: `.half'
ddraw.ZNYvlZ.s:43: Error: unknown pseudo-op: `.half'
ddraw.ZNYvlZ.s:76: Error: unrecognized symbol type ""
ddraw.ZNYvlZ.s:76: Error: junk at end of line, first
unrecognized character is `2'
ddraw.ZNYvlZ.s:86: Error: unrecognized symbol type ""
ddraw.ZNYvlZ.s:86: Error: junk at end of line, first
unrecognized character is `2'
ddraw.ZNYvlZ.s:96: Error: unrecognized symbol type ""
ddraw.ZNYvlZ.s:96: Error: junk at end of line, fir...
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 clients at both locations. I created reverse zones for both subnets
and added the required static entries.
Then I created an new site (name site2) and two subnets wit...
2003 Jan 28
1
[nsswitch/pam_winbind.po] Error 1 With Compiling 3.0
...er 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)
nsswitch/pam_winbind.c:67: (Each undeclared identifier is reported only
once
nsswitch/pam_winbind.c:67: for each function it appears in.)
nsswitch/pam_winbind.c:67: `PAM_CONV' undeclared (first use in this
function)
nsswitch/pam_winbind.c:68: `PAM_SUCCESS' undeclared (...