I'm trying, and not succeeding, to compile PoPy-2.0.6 and it won't compile (or configure, really) without mxDateTime headers...I've got the python-mxDateTime package, but not the headers...I don't get that. Can anyone help me? The exact error message is: checking for mxDateTime.h... no configure: error: PoPy needs mxDateTime headers Thanks! Russell
On Tuesday 14 August 2001 10:46, Russell Hires wrote:
I'm trying, and not succeeding, to compile PoPy-2.0.6 and it won't compile (or configure, really) without mxDateTime headers...I've got the python-mxDateTime package, but not the headers...I don't get that.
Can anyone help me? The exact error message is: checking for mxDateTime.h... no configure: error: PoPy needs mxDateTime headers
i got the same error msg initially when trying to compile psycopg. i guess ./configure should have --with-mxDateTime=, so put the path to it. if you grabbed egenix, it should be in the package. cant remember off the top of my head. do a find. hth
Thanks!
Russell
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Well, no luck with egenix. It seems that the only mxDateTime.h I was able to find was included with PoPy-2.0.1, which I'm trying to avoid. Any more clues on this? Russell On Monday 13 August 2001 23:14, bak (kedai) wrote:
On Tuesday 14 August 2001 10:46, Russell Hires wrote:
I'm trying, and not succeeding, to compile PoPy-2.0.6 and it won't compile (or configure, really) without mxDateTime headers...I've got the python-mxDateTime package, but not the headers...I don't get that.
Can anyone help me? The exact error message is: checking for mxDateTime.h... no configure: error: PoPy needs mxDateTime headers
i got the same error msg initially when trying to compile psycopg. i guess ./configure should have --with-mxDateTime=, so put the path to it. if you grabbed egenix, it should be in the package. cant remember off the top of my head.
do a find. hth
Thanks!
Russell
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Tuesday 14 August 2001 12:03, Russell Hires wrote:
Well, no luck with egenix. It seems that the only mxDateTime.h I was able to find was included with PoPy-2.0.1, which I'm trying to avoid. Any more clues on this?
Russell this is where i got mxDateTime.h on my system.
egenix-mx-base-2.0.1/mx/DateTime/mxDateTime/ this is a standard mx tar ball
On Tue, Aug 14, 2001 at 12:03:19AM -0400, Russell Hires wrote:
Well, no luck with egenix. It seems that the only mxDateTime.h I was able to find was included with PoPy-2.0.1, which I'm trying to avoid. Any more clues on this?
Russell You need to get the source of the mxDateTime package. This file is used when compiling the C extension module and is often not placed into the /usr/include hierarchy.
Jim Penny (Who is working on 2.0.5 debian packages, has run into some documentation snaglets, but now sees a 2.0.6 is available. And expects a 2.0.7 real soon.)
On Mon, Aug 13, 2001 at 10:46:01PM -0400, Russell Hires wrote:
I'm trying, and not succeeding, to compile PoPy-2.0.6 and it won't compile (or configure, really) without mxDateTime headers...I've got the python-mxDateTime package, but not the headers...I don't get that.
Can anyone help me? The exact error message is: checking for mxDateTime.h... no configure: error: PoPy needs mxDateTime headers
Thanks!
Russell
BTW: 2.0.7 is out.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
bak -
Jim Penny -
Russell Hires