My rough guess is that it's combination of wrong include path (in ROS
build files) and non-PCH compiler (ie. GCC < 3.4).
- Filip
WaxDragon wrote:
I have had no problems building msafd under linux.
On 9/13/05, Mikhail Y. Zvyozdochkin <mzvyozd(a)narod.ru> wrote:
Hi All!
Files on reactos/lib/msafd/misc/ uses header "msafd.h" from
reactos/lib/msafd/. On my system, MinGW/linux successfully compiled
these files ONLY after I manually corrected include directive:
#include <../msafd.h>
instead
#include <msafd.h>
in all 5 *.c files in reactos/lib/msafd/misc/.
Maybe we must make this replacement in svn tree? Or it was my
misconfiguration? ;)
WBR,
DarkHobbit
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.com
http://reactos.com:8080/mailman/listinfo/ros-dev