-
The Sun C++ compiler reports errors building hufo-smoke:
"FirePart.h", line 125: Error: Overloading ambiguity between "std::pow(double, double)" and "std::pow(float, float)".
"FirePart.h", line 165: Error: Overloading ambiguity between "std::pow(double, double)" and "std::pow(float, float)".
Defining the FIREDA constant as a float instead of a double resolves
this by making both...
2009-04-16 04:20:41 UTC in Really Slick Screensavers GLX Port
-
The sincosf() function used by spirographx if _GNU_SOURCE is defined is also
available on Solaris & OpenSolaris & several other platforms, not just Linux.
The attached patch from the OpenSolaris package converts to using a generic
autoconf test for the function to enable its usage.
2009-04-16 04:12:23 UTC in Really Slick Screensavers GLX Port
-
The new lorenz screensaver in 0.8.3 doesn't build on Solaris, since its
"time" variable conflicts with the system time() function.
The errors reported by the Sun compiler:
"lorenz.cpp", line 68: Error: Multiple declaration for time.
"lorenz.cpp", line 245: Error: Formal argument t of type float in call to coords_
at_time(float*, float, float*, float*, float*) is being passed extern "C"...
2009-04-16 02:58:31 UTC in Really Slick Screensavers GLX Port
-
When the configure script is run with --disable-sound, it fails with:
checking for Wand... configure: error: The pkg-config script could not
be found or is too old. Make sure it is in your PATH or set the
PKG_CONFIG environment variable to the full path to pkg-config.
This is because the first use of the PKG_CHECK_MODULES macro in
configure.in is in the
if test "x$enable_sound"...
2009-04-16 02:05:20 UTC in Really Slick Screensavers GLX Port
-
configure.in sets the AM_CONDITIONAL variable INSTALL_KDE_CONFIG_FILES if it determined
that it should install the KDE files and found where to put them, but the Makefile.am checks
for INSTALL_XSCREENSAVER_CONFIG_FILES when it's actually installing them.
The one-line change patch we use to fix this in the OpenSolaris packages of rss-glx 0.8.1 & 0.8.3 is attached,
2009-04-16 01:56:10 UTC in Really Slick Screensavers GLX Port
-
The configure script assumes GNU compiler flags are supported, and breaks with compilers that don't support those flags, like the Sun compiler.
Attached is the patch we use to fix this in the OpenSolaris package.
2009-04-16 01:47:21 UTC in Really Slick Screensavers GLX Port
-
acoopersmith committed patchset 49 of module STSF to the Standard Type Services Framework CVS repository, changing 5 files.
2002-12-21 00:52:24 UTC in Standard Type Services Framework
-
acoopersmith committed patchset 48 of module STSF to the Standard Type Services Framework CVS repository, changing 70 files.
2002-12-21 00:49:27 UTC in Standard Type Services Framework
-
acoopersmith committed patchset 47 of module STSF to the Standard Type Services Framework CVS repository, changing 11 files.
2002-10-15 05:41:02 UTC in Standard Type Services Framework
-
acoopersmith committed patchset 46 of module STSF to the Standard Type Services Framework CVS repository, changing 229 files.
2002-10-15 05:24:39 UTC in Standard Type Services Framework