After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138095 - building libxslt 1.1.5 on Solaris
building libxslt 1.1.5 on Solaris
Status: VERIFIED DUPLICATE of bug 140468
Product: libxslt
Classification: Platform
Component: general
git master
Other Solaris
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-25 14:44 UTC by Dimitri Papadopoulos
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dimitri Papadopoulos 2004-03-25 14:44:04 UTC
Just a short note to report that libxslt 1.1.5 builds without problem on Solaris
using the Sun ONE Studio 7 compiler, with just two warnings that you may want to
fix. One of them is a usual signed/unsigned issue, the other seems to be caused
by a missing <time.h>:


"xslt.c", line 1901: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to const unsigned char


"date.c", line 748: warning: implicit function declaration: localtime_r
Comment 1 John Fleck 2004-04-19 14:25:39 UTC
Since the newly reported #140468 seems to have a more detailed discussion, I'll
mark this as a duplicate of that.

*** This bug has been marked as a duplicate of 140468 ***