pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

python package compile issues



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