search for: __sun

Displaying 8 results from an estimated 8 matches for "__sun".

Did you mean: __sin
2002 Apr 11
1
alloca + configure.in
The following patch against current CVS uses autoconf to detect how to define alloca (used in vorbis-tools/oggenc/audio.c). The inclusion of <alloca.h> is done based on the definition of HAVE_ALLOCA_H rather than __sun. This change is necessary for compilation on IRIX. Thanks, Michael Index: configure.in =================================================================== RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v retrieving revision 1.36 diff -u -r1.36 configure.in --- configure.in 2002/03/18 03:...
2001 Jun 21
0
Output of last command is strange on Solaris 2.6/8 (OpenSSH 2.9p2)
...(07:16) hoge pts/2 foo.bar.co.jp Thu Jun 21 11:12 - 15:30 (04:17) ... --- openssh-2.9p2.orig/loginrec.c Wed May 9 05:34:33 2001 +++ openssh-2.9p2/loginrec.c Thu Jun 21 20:23:58 2001 @@ -451,15 +451,19 @@ # ifdef USE_UTMP utmp_write_entry(li); # endif +#ifndef __sun # ifdef USE_WTMP wtmp_write_entry(li); # endif +#endif # ifdef USE_UTMPX utmpx_write_entry(li); # endif +#ifndef __sun # ifdef USE_WTMPX wtmpx_write_entry(li); # endif +#endif return 0; } #endif If there is a right method of this case, please teach it. --...
2007 Aug 24
0
Fixes to make flac build on Solaris
...laygain_analysis/replaygain_analysis.c >> 2006-11-30 16:05:05.804777000 +0000 >> @@ -122,7 +122,14 @@ >> * sampleWindow calculation in ResetSampleFrequency(), and was >> causing >> * buffer overflows for 48kHz analysis, hence the +1. >> */ >> +#ifndef __sun >> #define MAX_SAMPLES_PER_WINDOW (size_t) (MAX_SAMP_FREQ * >> RMS_WINDOW_TIME + 1.) /* max. Samples per Time slice */ >> +#else >> + /* Different #define for Solaris Forte compiler because it >> + doesn't like to multiply floats when declaring a variable. *...
2013 Jun 21
3
[LLVMdev] Compiling llvm and Clang in solaris 10
I run configure in a build folder using CC=gcc CXX=g++ ../configure --prefix=/project/scratch/packages2/clang \ --enable-targets=host --enable-shared The configure runs fine but when I type make I get the error: make[1]: Entering directory `/project/scratch/tmp/llvm-3.3/build/lib/Support' llvm[1]: Compiling APFloat.cpp for Release+Asserts build In file included from
2019 Mar 16
0
[ANNOUNCE] xtrans 1.4.0
...Huddleston Sequoia (1): Update strlcpy macro check to also check HAVE_STRLCPY Julien Cristau (1): Make sure LONG64 is defined in Xtrans.h Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Richard PALO (1): Replace 'sun' with '__sun' Rin Okuyama (1): avoid -Wformat errors from clang git tag: xtrans-1.4.0 https://xorg.freedesktop.org/archive/individual/lib/xtrans-1.4.0.tar.bz2 MD5: ce2fb8100c6647ee81451ebe388b17ad xtrans-1.4.0.tar.bz2 SHA1: 7c490026efb450798e02b040c05eba5212291c08 xtrans-1.4.0.tar.bz2 SHA256: 37...
2001 Feb 11
0
compilation issues
...OGG123: ======= -- "ogg123.c", line 198: warning: improper pointer/integer combination: op "=" alloca() is used. In Solaris, the definition of alloca() is a #define; it is in <alloca.h>. oggenc had to add the following to it's platform.h to accomodate this: #ifdef __sun #include <alloca.h> #endif -- "ogg123.c", line 506: syntax error before or at: / C++ style comments are used; they need to be changed to C-style. -- "ao_interface.c", line 61: undefined symbol: NAME_MAX As has been pointed out on this list and the vorbis-list, NAME_MAX...
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...modesetting: fix compile error when --disable-glamor Ran Benita (1): xkb: fix check for appending '|' character when applying rules Reinhard Max (1): XDMCP: For IPv6 add link local addresses to the end of the list Richard PALO (1): Replace 'sun' with '__sun' Rui Matos (4): xwayland: Clear pending cursor frame callbacks on pointer enter build: Enable vidmode independently from Xorg xwayland: Update RR state on wl_output.done instead of wl_output.mode xwayland: Process queued events before making wayland mods effective Siim...
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po