search for: stdarg

Displaying 20 results from an estimated 525 matches for "stdarg".

2008 Mar 09
1
kernel.h error stdarg.h
Hello, if compiling the driver for my ralink wlan card or compiling the driver for my 5-1 card reader, I get the following error message. ./include/linux/kernel.h:10:20: error: stdarg.h: No such file or directory Is there something broken on my system? # rpm -qa | grep kernel kernel-devel-2.6.18-53.1.14.el5 kernel-headers-2.6.18-53.1.14.el5 kernel-2.6.18-53.1.14.el5 # uname -a Linux hobbingen 2.6.18-53.1.14.el5 #1 SMP Wed Mar 5 11:36:49 EST 2008 i686 i686 i386 GNU/Linux # lo...
2012 Jan 19
3
RFC PATCH: bring OpenBSD stdarg in line with FreeBSD one
Having an absolute path in a #include confuses distcc''s pump mode. Since AFAICS OpenBSD''s stdarg handling uses the builtins, I think we should just treat it like we do NetBSD. I don''t have an OpenBSD box to test on, though. :( Any OpenBSD enthusiasts care to comment? Tim. diff --git a/xen/include/xen/stdarg.h b/xen/include/xen/stdarg.h index 57e2c0e..cb870ac 100644 --- a/xen/inclu...
2011 May 26
20
[PATCH] xen: Deal with stdarg.h and -nostdinc
For compiling the xen kernel we use -nostdinc which means we don''t want to rely on any external headers. That also counts vor stdarg.h. Use the external header when we compile the tools. Adapt libelf-loader.c which is compiled in the kernel and with the tools. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 D...
2015 Dec 08
3
compiler-rt fails to find <stdarg.h> on FreeBSD
I'm unsure why this is failing this week, but when I build for FreeBSD HEAD, I now get a failure to find <stdarg.h>. Very strange. Maybe its missing a -I /usr/include somewhere? [1950/2811] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o FAILED: /usr/bin/CC -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -fvi...
2013 Jun 06
1
[supermin PATCH] Add stdarg.h to fix issues with va_start.
--- Prevents errors like these: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/shadow/files/shadow-4.1.5-stdarg.patch?view=diff&r1=text&tr1=1.1&r2=text&tr2=1.1&diff_format=s helper/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/utils.c b/helper/utils.c index 67d8ad2..c211a03 100644 --- a/helper/utils.c +++ b/helper/utils.c @@ -16,10 +16,11 @@ * Foundation, Inc., 67...
2015 Jun 04
3
[Bug 2410] New: auth-chall.c - "<stdarg.h>" #included twice
https://bugzilla.mindrot.org/show_bug.cgi?id=2410 Bug ID: 2410 Summary: auth-chall.c - "<stdarg.h>" #included twice Product: Portable OpenSSH Version: 6.8p1 Hardware: Other OS: Other Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at min...
2010 Nov 05
1
Missing stdarg.h include
...ml -I../src -I../src -g -O2 -fPIC -Wall -c guestfs_c_actions.c In file included from ../src/guestfs.h:84, from guestfs_c_actions.c:35: ../src/guestfs-actions.h:28: error: expected declaration specifiers or '...' before 'va_list' This is fixed by an #include <stdarg.h> but since this file is autogenrated in some ocaml magic it'd I'm not sure what's the best place to fix this. Chees, -- Guido
2012 Feb 10
2
Compiling flac for OSX 10.4
...ations --enable-shared=false --prefix=$PWD/build-osx --with-ogg-libraries=$PWD/../../OGG/libogg-1.3.0/macosx/build/Release --with-ogg-includes=$PWD/../../OGG/libogg-1.3.0/include; make I end up with the following error In file included from main.c:26: /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory main.c: In function ?usage_error?: main.c:1116: warning: implicit declaration of function ?va_start? main.c:1120: warning: implicit declaration of function ?va_end? make[3]: *** [main.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [al...
2016 Jun 20
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
...9;t work. There might be a hint here: https://lists.gnu.org/archive/html/bug-gnulib/2008-02/msg00139.html """ Turns out that even though config.h correctly has '#define va_copy gl_va_copy', xlc's stddef.h #undefs va_copy and does not define it to the builtin. xlc's stdarg.h also does not have any include guards, so you can not #include <stdarg.h> then #define va_copy, as the next time stdarg.h gets included it will get undefined all over again. """ which sounds a lot like what we're seeing. Is there another stdarg.h file somewhere that xlc...
2006 Aug 30
30
Testing for the 4.4p1 release
Hi, The 4.4p1 release is approaching now, so we are now asking people to actively test snapshots or CVS and report back to the mailing list. Snapshots are available from http://www.mindrot.org/openssh_snap or from any of the mirrors listed on http://www.openssh.org/portable.html The latter page also includes instructions for checking out portable OpenSSH via anonymous CVS. This release
2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
...y <superjoe30 at gmail.com> Date: Fri Dec 1 12:06:33 2017 -0500 LLD patch: COFF: better behavior when using as a library This applies de776439b61fb71c1256ad86238799c758c66048 from the LLVM git monorepo to the embedded LLD. * Patches to clang headers: diff --git a/c_headers/stdarg.h b/c_headers/stdarg.h index d603d353..101426ff 100644 --- a/c_headers/stdarg.h +++ b/c_headers/stdarg.h @@ -26,14 +26,10 @@ #ifndef __STDARG_H #define __STDARG_H -/* zig: added because macos _va_list.h was duplicately defining va_list - */ #ifndef _VA_LIST -#ifndef _VA_LIST_T typedef __builti...
2010 Nov 20
3
[PATCH 1/4] utils: cleanup unused includes
several errno.h for no good reasons. cleanup losesetup which is not using getopt_long, thus doesn't need getopt.h included. Move stdarg.h include up in losesetup to more proper place. Signed-off-by: maximilian attems <max at stro.at> --- usr/utils/dmesg.c | 1 - usr/utils/losetup.c | 4 +--- usr/utils/mkfifo.c | 1 - usr/utils/nuke.c | 1 - usr/utils/umount.c | 1 - 5 files changed, 1 insertions(+), 7...
2014 Aug 27
1
Call for testing: OpenSSH 6.7
...ng lower than gcc 4.x > I'll see if I can get some CentOS VMs up to take a closer look later. > > > *AIX 5300-12-02 powerpc-ibm-aix5.3.0.0 xlc 8.0.0.16 > > 0.9.8k FAILxlc_r -g -I. -I. -I/var/tmp/ssh/include > ... > > roaming_client.o"/usr/include/stdarg.h", line 89.9: 1506-236 (W) Macro > name > > va_copy has been redefined."/usr/include/stdarg.h", line 89.9: 1506-358 > (I) > > "va_copy" is defined on line 829 of defines.h. xlc_r -o ssh ssh.o > > It looks like configure has failed to detect va_copy...
2017 Oct 16
1
Antw: Re: [PATCH] Support for Channel Mapping 253.
...at google.com> schrieb am 10.10.2017 um 20:29 in Nachricht <CABQ9DctQ0+gBgUif7BBJpjjKR7_V_H5OC1JM47w50oaaLXL4Tg at mail.gmail.com>: > Hi Jean-Marc, > > Thanks for the feedback. Attached are my comments and an updated patch. > > 1) I see that it's adding an #include of stdarg.h to opus_multistream.h > Is that left over from the previous version? > > > *That was a typo. Fixed.* > > 2) Someone on this list might know better than I do on that one, but for > the new _ctl_va_list() calls, I believe the convention is for va_start() > and va_end() to...
2014 Aug 28
2
Call for testing: OpenSSH 6.7
...to it. On Tue, Aug 26, 2014 at 11:37 PM, Damien Miller <djm at mindrot.org> wrote: > On Tue, 26 Aug 2014, Kevin Brott wrote: > > > > 0.9.8k FAILxlc_r -g -I. -I. -I/var/tmp/ssh/include > > ... > > > roaming_client.o"/usr/include/stdarg.h", line 89.9: 1506-236 > > (W) Macro name > > > va_copy has been redefined."/usr/include/stdarg.h", line 89.9: > > 1506-358 (I) > > > "va_copy" is defined on line 829 of defines.h. xlc_r -o ssh > > ssh.o &gt...
2001 Feb 12
5
SCO OS3 build broken (CVS 01/12/01)
...t/.. -DHAVE_CONFIG_H -c ../src/openbsd-compat/bsd-snprintf.c In file included from ../src/openbsd-compat/bsd-snprintf.c:72: /usr/local/lib/gcc-lib/i486-unknown-sco3.2v4.2/2.7.2.1/include/varargs.h:88: war ning: `va_start' redefined /usr/local/lib/gcc-lib/i486-unknown-sco3.2v4.2/2.7.2.1/include/stdarg.h:72: warn ing: this is the location of the previous definition ./src/openbsd-compat/bsd-snprintf.c: In function `snprintf': ./src/openbsd-compat/bsd-snprintf.c:725: argument `__builtin_va_alist' doesn't match prototype ./src/openbsd-compat/bsd-snprintf.h:11: prototype declaration ./src...
2014 Aug 26
2
Call for testing: OpenSSH 6.7
On Tue, Aug 26, 2014 at 11:02 AM, Damien Miller <djm at mindrot.org> wrote: > The other good news is that it has made it to unittests :) > > Indeed ... patch applied - and everything builds (yay!) - waiting on test suite to complete. Will go test on the RHEL 5 VM's and see how the 1.0.0-fipsmsystems fare. full report later today.
2010 Jan 31
3
[LLVMdev] llvm-gcc 4.0 question
.../test- suite/SingleSource/UnitTests/2003-05-07-VarArgs.c -o Output/2003-05-07- VarArgs.bc -emit-llvm In file included from /Users/build/NightlyBuild/rabbit_main/3rdparty/ llvm-2.6-src/projects/test-suite/SingleSource/UnitTests/2003-05-07- VarArgs.c:2: /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory/Users/build/NightlyBuild/ rabbit_main/3rdparty/llvm-2.6-src/projects/test-suite/SingleSource/ UnitTests/2003-05-07-VarArgs.c: In function 'test': /Users/build/NightlyBuild/rabbit_main/3rdparty/llvm-2.6-src/projects/ test-suite/SingleSo...
2020 Mar 27
2
[PATCH v2 1/5] Kbuild: add support for clang builds
...e. Make optimization flags not supported by clang conditional on cc-name. Don't use -nostdinc when building klibc. While klibc doesn't (shouldn't) use the standard header files supplied by the toolchain, it does still need to be able to find the compiler-specific header file <stdarg.h>. With gcc this can be achieved by specifying "-iwithprefix include" in addition to "-nostdinc". clang behaves differently and the easiest work around is to simply not specify "-nostdinc" and rely on the fact that the various include paths have been specif...
2007 Apr 11
3
The direct/indirect rendering stuff and compiz
...AYS_INDIRECT isn't set. Now, the hacky solution would be to do something like the patch I attached to the bug 8160. The proper solution would probably to add an optional parameter to glXQueryExtensionsString to force indirect rendering. Shouldn't be that hard, some fiddling around with stdarg/va_list. As this probably results in a small API-change, I wanted to have the opinion of the mesa-folks how to solve this best. -- Hanno B?ck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber: jabber@hboeck.de -------------- next part -------------- A non-text attachment was scrubbed... Name...