Message19984
| Author |
morth |
| Recipients |
| Date |
2004年10月23日.13:52:58 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=180081
Actually, pyconfig.h is placed in $(exec-prefix)/include.
This is fine as the file is architecture dependant.
However the other header files use a local
#include "pyconfig.h"
which will not match if it's not the same dir. If you like
me want a common directory for all archindependant files and
then separate for each arch it causes additional headache,
since there's no easy way for me to symlink from the arch
include/ dir to the archindependant, as they have a common
subdir (python2.3/ in my case).
Currently it seems I'll have to symlink each header file
individually from the archindependent dir to the arch ones.
Ideally pyconfig.h would be put directly in
$(exec-prefix)/include/ and be refered to as <pyconfig.h>. I
could then just symlink the subdir.
Whether to honor includedir or not I don't know, I'll leave
that problem to the project. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:19:53 | admin | link | issue896330 messages |
| 2007年08月23日 14:19:53 | admin | create |
|