search for: poptparse

Displaying 20 results from an estimated 47 matches for "poptparse".

Did you mean: optparse
2004 May 27
0
compiling on HP-UX
...tible. cc: "popt/popthelp.c", line 211: warning 604: Pointers are not assignment-compatible. cc: "popt/popthelp.c", line 211: warning 563: Argument #1 is not the correct type. ... same for line: 215, 217, 222, and so on cc -I. -I. -Ae -O -DHAVE_CONFIG_H -I./popt -c popt/poptparse.c -o ... cc: "popt/poptparse.c", line 61: warning 604: Pointers are not assignment-compatible. cc: "popt/poptparse.c", line 61: warning 563: Argument #1 is not the correct type. Warnings from gcc: exclude.c: In function `get_exclude_tok': exclude.c:252: warning: signed an...
2008 Jun 04
1
3.0.3pre2 compile warnings on interix
...thelp.o popt/popthelp.c: In function `showShortOptions': popt/popthelp.c:767: warning: implicit declaration of function `alloca' gcc -std=gnu99 -I. -I. -D_ALL_SOURCE -DHAVE_CONFIG_H -Wall -W -I./popt -Wno-unused-parameter -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -c popt/poptparse.c -o popt/poptparse.o popt/poptparse.c: In function `poptParseArgvString': popt/poptparse.c:67: warning: implicit declaration of function `alloca' ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity...
2003 Aug 09
0
rsync / rdiff in win/dos
...9;s the warnings in Visual studio .net rdiff warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification c:\Work\Librsync\librsync-0.9.6\trace.c(172): warning C4013: 'write' undefined; assuming extern returning int c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(57): warning C4090: 'function' : different 'const' qualifiers c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(68): warning C4090: 'function' : different 'const' qualifiers c:\Work\Librsync\librsync-0.9.6\popt\poptparse.c(80): warning C4090: 'function' : di...
2002 Mar 28
1
(no subject)
...omain(const struct poptOption *table) ^ cc-3303 c89: WARNING File = popt/popthelp.c, Line = 45 A type qualifier on a return type is meaningless. getArgDescrip(const struct poptOption * opt, const char *translation_domain) ^ c89 -mips3 -O2 -I. -I. -g -DHAVE_CONFIG_H -I./popt -c popt/poptparse.c -o popt/poptparse.o cc-3303 c89: WARNING File = popt/popt.h, Line = 117 A type qualifier on a return type is meaningless. /*@observer@*/ const char *const poptStrerror(const int error); ^ gcc on the DEC Alpha OSF/1 caught several instances of char subscripts; these are potentiall...
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
...ion `alloca' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o popt/popthelp.c: In function `showShortOptions': popt/popthelp.c:611: warning: implicit declaration of function `alloca' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o popt/poptparse.c: In function `poptParseArgvString': popt/poptparse.c:62: warning: implicit declaration of function `alloca' gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o rsync rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o matc...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...has type `char' popt/popthelp.c: In function `poptPrintHelp': popt/popthelp.c:185: warning: unused parameter `flags' popt/popthelp.c: In function `poptPrintUsage': popt/popthelp.c:282: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o popt/poptparse.c: In function `poptParseArgvString': popt/poptparse.c:65: warning: subscript has type `char' Please ignore warnings below about mktemp -- it is used in a safe way gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o rsync rsync.o generator.o receiver.o cl...
2006 Mar 24
1
Compiling error on HP-UX 11i v1
Dear all During compilation samba-3.0.21c on a HP-UX 11i v1 system I get an error. ./configure --prefix=/opt/samba-3.0.21c make ... Compiling popt/poptconfig.c Compiling popt/popthelp.c Compiling popt/poptparse.c Linking bin/smbd /usr/ccs/bin/ld: Unsatisfied symbols: auth_script_init (first referenced in auth/auth.o) (code) collect2: ld returned 1 exit status *** Error exit code 1 Can somebody give me a hint what's going wrong? With kind regards Paul ******* <br> Notice: The information...
2003 Oct 20
1
[patch] Samba 3.0.1pre1 : unable to link tdbbackup on Solaris 9
...e.in (~samba/source) should ease the compilation of tdbbackup : diff -u Makefile.in.orig Makefile.in --- Makefile.in.orig Mon Oct 20 11:06:54 2003 +++ Makefile.in Mon Oct 20 11:07:09 2003 @@ -629,7 +629,7 @@ POPT_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \ popt/popthelp.o popt/poptparse.o -TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o $(TDBBASE_OBJ) +TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o lib/snprintf.o $(TDBBASE_OBJ) NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBSAMBA_OBJ) $(POPT_LIB_OBJ) \ libsmb/asn1.o libsmb/spnego.o libsmb/clikrb5.o libads/kerberos.o \ It sho...
2004 Mar 16
2
Rsync 2.6.0 compile problem
...lation_domain' popt/popthelp.c: In function `poptPrintHelp': popt/popthelp.c:478: warning: unused parameter `flags' popt/popthelp.c: In function `poptPrintUsage': popt/popthelp.c:637: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o Can anybody get me a step in the right direction? Thank you in advance, Rick
2003 Apr 29
6
Connection refused
I've added the: /etc/services /etc/inetd entries as well as /etc/rsync.conf with the contents: [io] path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io comment = iolanguage source code But I get this error: % rsync -rvR --progress localhost:/ . localhost.dekorte.com: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error:
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
...has type `char' popt/popthelp.c: In function `poptPrintHelp': popt/popthelp.c:185: warning: unused parameter `flags' popt/popthelp.c: In function `poptPrintUsage': popt/popthelp.c:282: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o In file included from popt/system.h:55, from popt/poptparse.c:5: popt/popt.h:117: warning: type qualifiers ignored on function return type popt/poptparse.c: In function `poptParseArgvString': popt/poptparse.c:65: warning: subscript has type `char' Plea...
2002 Feb 27
1
anyone compile source on Mac OS X?
...b/mdfour.o lib/permstring.o lib/inet_ntop.o lib/inet_pton.o lib/getnameinfo.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o /usr/bin/ld: warning multiple definitions of symbol _snprintf lib/snprintf.o definition of _snprintf in section (__TEXT,__text) /usr/lib/libSystem.dylib(snprintf.o) definition of _snprintf /usr/bin/ld: warning multiple definitions of symbol _vsnprintf lib/snprintf.o definition of _vsnprintf in se...
2011 Apr 13
1
FAM linking error on Irix
Hi all, I am compiling Samba 3.5.8 on Irix 6.5.28 using gcc 3.4.6 . Towards the end the linking phase stops with the following error: [...] Compiling ../lib/popt/poptparse.c Linking bin/smbd /usr/lib32/libfam.a(fam.o): In function `FAMOpen2': /xlv44/6.5.28m/work/eoe/lib/libfam/libfam_n32_M3/fam.c++:51: relocation truncated to fit: R_MIPS_GPREL16 against `.srdata' /usr/lib32/libfam.a(fam.o): In function `checkRequest(FAMRequest *, char const *)': /...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...slation_domain' popt/popthelp.c: In function `poptPrintHelp': popt/popthelp.c:185: warning: unused parameter `flags' popt/popthelp.c: In function `poptPrintUsage': popt/popthelp.c:282: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o In file included from popt/system.h:55, from popt/poptparse.c:5: popt/popt.h:117: warning: type qualifiers ignored on function return type Please ignore warnings below about mktemp -- it is used in a safe way gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o rs...
2003 Oct 03
1
Cannot compile 3.0.0 release
...the "make" step I edited the "./Makefile" to remove the "-g" from the CFLAGS and then ran make which ended with the output below; Compiling smbd/server.c Compiling popt/findme.c Compiling popt/popt.c Compiling popt/poptconfig.c Compiling popt/popthelp.c Compiling popt/poptparse.c Linking bin/smbd ld: Unresolved: __unsafe_string_function_usage_here__ *** Exit 1 Stop. My C program skills are almost non-existent, so I had to ask round a few friends (who are also not strong C programmers, but are better than me) and found that after the "configure" step the resulti...
2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
I'm trying to build 3.0.30 on Alpha/Tru64-4.0G. The configure step works, but make fails when it tries to link smbd: Compiling popt/popt.c Compiling popt/poptconfig.c Compiling popt/popthelp.c Compiling popt/poptparse.c Linking bin/smbd ld: Unresolved: __unsafe_string_function_usage_here_size_t__ gmake: *** [bin/smbd] Error 1 This Should Never Happen :) -- that looks like a message for the developers. How can I track down the cause of this and fix it? Here are some details: I'm using the samba-3.0.30.tar...
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...lp.c -o popt/popthelp.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated w "popt/popthelp.c",L173/C19(#64): Unreachable statement. No errors 1 warning cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c popt/poptparse.c -o popt/poptparse.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated cc -g -DHAVE_CONFIG_H -I./popt -o rsync rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall....
2002 Jun 09
0
Compiling a static version of rsync
...ticate.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstring.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o -lresolv -lsocket -lnsl # file ./rsync rsync: ELF 32-bit LSB executable 80386 Version 1, dynamically linked, not stripped Any assistance appreciated. -- David Arnold dga@csse.monash.edu.au
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
...slation_domain' popt/popthelp.c: In function `poptPrintHelp': popt/popthelp.c:185: warning: unused parameter `flags' popt/popthelp.c: In function `poptPrintUsage': popt/popthelp.c:282: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o Please ignore warnings below about mktemp -- it is used in a safe way gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o rsync rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o compat.o hl...
2009 Oct 09
2
Samba 3.4.2 on Solaris 9 build problem
...rrent/lib -R/ec/sw/samba/krb/current/lib -lthread -L./bin -lldap -llber \ -lgssapi_krb5 -lkrb5 -lk5crypto \ -lsec -lldap -llber -lsendfile -lresolv -lrt -lnsl -lsocket \ ../lib/popt/findme.o ../lib/popt/popt.o ../lib/popt/poptconfig.o ../lib/popt/popthelp.o ../lib/popt/poptparse.o -ltalloc -ltdb \ bin/libwbclient.a -lz make: Fatal error: Command failed for target `bin/smbd' I'm using the standard /usr/ccs/bin/ld as linker. If I manually execute the command line and add -m64 asargument ( cc -m64 -xc99=all ) it churns out: Undefined...