[Bf-committers] Better integration of the python scripts in blender's UI

Jacques Guignot bf-committers@blender.org
Thu, 18 Sep 2003 17:39:10 +0000


Greg McBride wrote:

>Seems to be a file missing.
>
>D:\blender-cvs\blender\source\blender\src\headerbuttons.c(3400) : fatal
>error C1083: Cannot open include file: 'dirent.h': No such file or directory
>
>
> 
>


Very strange...
dirent.h seems to be in the standard C #includes...

With linux, I get this :
[j@j aaa]$ locate dirent.h
/usr/include/dirent.h
/usr/include/bits/dirent.h
/usr/include/linux/dirent.h

Stupid question : does your source tree compile with the "old" file 
headerbuttons.c ?
(I did not change the includes, just added a few functions)

btw : tks for trying!