Displaying 6 results from an estimated 6 matches for "ac_c_const".
1999 Nov 26
2
compiling R-0.90.0 on alpha-dec-osf4.0
I am compiling R-0.90.0 on alpha-dec-osf4.0 and it stops by giving the
following message:
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter 1 has a different type than specified in an earlier declaration of this function.
SEXP mkString(const char *s)
-----^
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type of "mkString" is not
1999 Nov 26
2
compiling R-0.90.0 on alpha-dec-osf4.0
I am compiling R-0.90.0 on alpha-dec-osf4.0 and it stops by giving the
following message:
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter 1 has a different type than specified in an earlier declaration of this function.
SEXP mkString(const char *s)
-----^
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type of "mkString" is not
2007 May 02
0
[patch] Mac Universal Binaries
...ret = ui>>24;
> Index: configure.ac
> ===================================================================
> --- configure.ac (revision 12905)
> +++ configure.ac (working copy)
> @@ -32,7 +32,6 @@
> AC_CANONICAL_HOST
> AM_PROG_LIBTOOL
>
> -AC_C_BIGENDIAN
> AC_C_CONST
> AC_C_INLINE
> AC_C_RESTRICT
> Index: libspeex/misc.h
> ===================================================================
> --- libspeex/misc.h (revision 12905)
> +++ libspeex/misc.h (working copy)
> @@ -78,7 +78,7 @@
> /** Convert little endian */
> static inline...
1999 Nov 23
1
compile error for mkString on alpha (PR#332)
Full_Name: Albrecht Gebhardt
Version: 0.90.0
OS: osf4.0
Submission from: (NULL) (143.205.61.73)
I had to apply the following patch to be able to compile on
an alpha with DU 4.0E:
###############################################
--- ./src/main/gram.y.mkString-patch Tue Nov 23 12:16:29 1999
+++ ./src/main/gram.y Tue Nov 23 12:16:59 1999
@@ -56,7 +56,8 @@
SEXP mkFloat(char *);
SEXP
2007 May 02
4
[patch] Mac Universal Binaries
Hi all,
Speex currently decides endianness at configure-time. This causes the
ppc half of Mac universal binaries to have some endianness problems.
Most notably, the header built by speex_packet_to_header() has
incorrect byte-ordering.
This Apple developer page describes the incantation that can be used
to build universal binaries on Mac. It also highlights the
configure-time versus compile-time
2011 Sep 09
0
Wine release 1.3.28
...command.
cmd: Remove attrib from builtins list.
cmd: Launch the command with the /? option for external commands shipped with cmd.exe.
cmd: Add help info for xcopy.
Damjan Jovanovic (1):
winemenubuilder: Do case-insensitive glob comparisons.
Dan Kegel (3):
configure: AC_C_CONST is obsolete.
configure: Fix configure failures under -Werror -Wall.
dinput: Fix compilation on systems that don't support nameless unions.
Dmitry Timoshkov (1):
gdi32: Add a buch of CreateScalableFontResource() tests.
Francois Gouget (53):
advapi32/tests: Tweak the ser...