#12818: Building polybori under FreeBSD
--------------------------------------------------------------+-------------
Reporter: stephen | Owner:
pjeremy
Type: defect | Status:
positive_review
Priority: major | Milestone:
sage-duplicate/invalid/wontfix
Component: FreeBSD | Resolution:
Keywords: FreeBSD polybori | Work issues:
Report Upstream: Fixed upstream, in a later stable release. | Reviewers:
Alexander Dreyer, Karl-Dieter Crisman
Authors: Stephen Montgomery-Smith | Merged in:
Dependencies: #13124 | Stopgaps:
--------------------------------------------------------------+-------------
Changes (by AlexanderDreyer):
* milestone: sage-5.2 => sage-duplicate/invalid/wontfix
Old description:
> I need this patch to build under FreeBSD:
>
> {{{
> --- src/polybori-0.8.0/Cudd/cudd/cudd.h-orig 2012-02-09
> 03:18:02.000000000 +0000
> +++ src/polybori-0.8.0/Cudd/cudd/cudd.h 2012-02-09 03:19:20.000000000
> +0000
> @@ -82,6 +82,12 @@
>
> #endif
>
> +#ifdef __cplusplus
> +#include <cstdio>
> +#else
> +#include <stdio.h>
> +#endif
> +
> #ifdef __cplusplus
> extern "C" {
> #endif
> }}}
>
> This patch should be harmless to all builds under other OS.
New description:
I need this patch to build under FreeBSD:
{{{
--- src/polybori-0.8.0/Cudd/cudd/cudd.h-orig 2012-02-09
03:18:02.000000000 +0000
+++ src/polybori-0.8.0/Cudd/cudd/cudd.h 2012-02-09 03:19:20.000000000
+0000
@@ -82,6 +82,12 @@
#endif
+#ifdef __cplusplus
+#include <cstdio>
+#else
+#include <stdio.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif
}}}
This patch should be harmless to all builds under other OS.
----
Duplicate of #13124.
--
Comment:
Duplicate of #13124.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12818#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.