[Stackless] patch - build problems
Joseph Wayne Norton
norton at tkg.att.ne.jp
Sat Jan 14 16:02:19 CET 2006
I faced the following problems trying to build stackless outside of the src directory.
Index: src/Makefile.pre.in
===================================================================
RCS file: /usr/local/cvsroot/src/third-party/python/stackless/src/Makefile.pre.i
n,v
retrieving revision 1.1.1.1
diff -w -u -r1.1.1.1 Makefile.pre.in
--- src/Makefile.pre.in 14 Jan 2006 13:21:19 -0000 1.1.1.1
+++ src/Makefile.pre.in 14 Jan 2006 14:48:30 -0000
@@ -527,7 +527,6 @@
Stackless/slp_platformselect.h \
Stackless/stackless.h \
Stackless/stacklesseval.h \
- Stackless/stacklessversion.h \
Stackless/stackless_api.h \
Stackless/stackless_frame.h \
Stackless/stackless_impl.h \
Index: src/Stackless/stackless_impl.h
===================================================================
RCS file: /usr/local/cvsroot/src/third-party/python/stackless/src/Stackless/stac
kless_impl.h,v
retrieving revision 1.1.1.1
diff -w -u -r1.1.1.1 stackless_impl.h
--- src/Stackless/stackless_impl.h 14 Jan 2006 13:22:17 -0000 1.1.1.1
+++ src/Stackless/stackless_impl.h 14 Jan 2006 14:52:20 -0000
@@ -1,15 +1,15 @@
#ifndef STACKLESS_IMPL_H
#define STACKLESS_IMPL_H
-#include "../include/Python.h"
+#include "Python.h"
#ifdef STACKLESS
#ifdef __cplusplus
extern "C" {
#endif
-#include "../include/structmember.h"
-#include "../include/compile.h"
-#include "../include/frameobject.h"
+#include "structmember.h"
+#include "compile.h"
+#include "frameobject.h"
#include "flextype.h"
#include "stackless_frame.h"
--
norton at alum.mit.edu
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list