Dennis Rieks <[EMAIL PROTECTED]> wrote:
> On Friday 16 July 2004 14:40, Leopold Toetsch wrote:
>> Dennis Rieks <[EMAIL PROTECTED]> wrote:
>> > Hi,
>> >
>> > on my win32 tinderbox there is an missing file pmc_default.h while
>> > compiling src/py_func.c, maybe an wrong -I include path? This file is
>> > located in parrot/classes
>>
>> No missing dependency. Sorry. Fixed.
> Can't find you fix, maybe not commit?
$ grep -2 py_func config/gen/makefiles/root.in
[ ... ]
$(SRC)/py_func$(O) : $(SRC)/inter_cb.c $(GENERAL_H_FILES) \
$(SRC)/py_func.str classes/pmc_default.h
^^^^^^^^^^^^^^^^^^^^^
Oops, but the source dependency is bogus.
> Dennis
leo