pkgsrc-WIP-discuss archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
python package compile issues
- To: pkgsrc-wip-discuss%lists.sourceforge.net@localhost
- Subject: python package compile issues
- From: David Howland <metalliqaz%fastmail.fm@localhost>
- Date: Sun, 13 Nov 2005 00:22:22 -0500 See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 1.0 FORGED_RCVD_HELO Received: contains a forged HELO 0.0 SF_CHICKENPOX_PARATHESES_OPEN BODY: Text interparsed with ( 0.0 SF_CHICKENPOX_PARATHESES_CLOSE BODY: Text interparsed with ) 0.0 SF_CHICKENPOX_PERIOD BODY: Text interparsed with . 0.0 SF_CHICKENPOX_SLASH BODY: Text interparsed with / 0.0 SF_CHICKENPOX_MINUS BODY: Text interparsed with - 0.0 SF_CHICKENPOX_UNDERSCORE BODY: Text interparsed with _ 0.0 SF_CHICKENPOX_EQUAL BODY: Text interparsed with = 0.0 SF_CHICKENPOX_AT BODY: Text interparsed with @ 0.0 SF_CHICKENPOX_APOSTROPHE BODY: Text interparsed with '
Having trouble compiling something for a new package.
In the "build" phase, it executes "setup.py build" and I get this:
==============================8<=====================================
running build
running build_py
creating build
creating build/lib.netbsd-3.0_BETA-i386-2.3
creating build/lib.netbsd-3.0_BETA-i386-2.3/pyosd
copying pyosd/__init__.py -> build/lib.netbsd-3.0_BETA-i386-2.3/pyosd
copying pyosd/daemon.py -> build/lib.netbsd-3.0_BETA-i386-2.3/pyosd
running build_ext
building '_pyosd' extension
creating build/temp.netbsd-3.0_BETA-i386-2.3
cc -fno-strict-aliasing -DNDEBUG -O2 -march=pentium3 -I/usr/include -O2
-march=pentium3 -I/usr/include -I/usr/pkg/include/python2.3
-I/usr/include -I/usr/pkg/include/python2.3 -fPIC -I/usr/pkg/include
-I/usr/pkg/include/python2.3 -c _pyosd.c -o
build/temp.netbsd-3.0_BETA-i386-2.3/_pyosd.o
_pyosd.c:20:18: xosd.h: No such file or directory
==============================8<=====================================
The relevent line in the .c file is
#include <xosd.h>
xosd.h is present and readable in /usr/pkg/include/
yet, for some reason it can't find it. Can anyone help me out here?
pkgsrc documentation for python is nonexistent.
Thanks,
-d
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss
Home |
Main Index |
Thread Index |
Old Index