Revision: 7341
http://playerstage.svn.sourceforge.net/playerstage/?rev=7341&view=rev
Author: gbiggs
Date: 2009-02-18 00:09:26 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
Fixes for Solaris
Modified Paths:
--------------
code/player/trunk/playerconfig.h.in
code/player/trunk/server/drivers/blobfinder/upcbarcode/upcbarcode.cc
code/player/trunk/server/drivers/localization/amcl/pf/pf_vector.c
Modified: code/player/trunk/playerconfig.h.in
===================================================================
--- code/player/trunk/playerconfig.h.in 2009-02-17 08:39:45 UTC (rev 7340)
+++ code/player/trunk/playerconfig.h.in 2009-02-18 00:09:26 UTC (rev 7341)
@@ -13,7 +13,7 @@
#cmakedefine INCLUDE_RTK 1
#cmakedefine INCLUDE_RTKGUI 1
#cmakedefine HAVE_CLOCK_GETTIME 1
-#cmakedefine HAVE_XDR
+#cmakedefine HAVE_XDR 1
#cmakedefine HAVE_XDR_LONGLONG_T 1
#cmakedefine HAVE_STL 1
#cmakedefine HAVE_M 1
Modified: code/player/trunk/server/drivers/blobfinder/upcbarcode/upcbarcode.cc
===================================================================
--- code/player/trunk/server/drivers/blobfinder/upcbarcode/upcbarcode.cc
2009-02-17 08:39:45 UTC (rev 7340)
+++ code/player/trunk/server/drivers/blobfinder/upcbarcode/upcbarcode.cc
2009-02-18 00:09:26 UTC (rev 7341)
@@ -252,7 +252,7 @@
width = this->stored_data.width;
height = this->stored_data.height;
- int symbols[][2];
+ int (*symbols)[2];
if ((symbols = new int[height][2]) == NULL)
{
Modified: code/player/trunk/server/drivers/localization/amcl/pf/pf_vector.c
===================================================================
--- code/player/trunk/server/drivers/localization/amcl/pf/pf_vector.c
2009-02-17 08:39:45 UTC (rev 7340)
+++ code/player/trunk/server/drivers/localization/amcl/pf/pf_vector.c
2009-02-18 00:09:26 UTC (rev 7341)
@@ -14,7 +14,8 @@
#if defined (WIN32)
#include <float.h>
#define finite _finite
-#elif defined (sun) && defined (HAVE_IEEEFP_H)
+#endif
+#if defined (HAVE_IEEEFP_H)
#include <ieeefp.h>
#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit