Hi,
This is my first mail to this group, as I have just started working with the DotGnu environment. As I get more familiar with the environment, I hope to start contributing with the documentation of the APIs, and eventually move to contributing code/libraries.
I am using the MingW for setting up the DotGnu development environment on windows (for some reasons i do not have access to a unix system, but i wanted to be able to run DotGnu natively, not under cygwin). During the compilation of the treecc source code I ran into the following error while running make.
c:\mingw32\bin\make.exe[300]: *** [config.h] Error -1073741502
I believe I need to modify the following section in the 'configure' generated makefile:
-------
# FIXME: We should only use cygpath when building on Windows,
# and only if it is available.
.c.obj:
$(COMPILE) -c `cygpath -w $<`
.s.o:
$(COMPILE) -c $<
.S.o:
$(COMPILE) -c $<
-------
But I could not figure out how to make it work, it would be great if I could get some help in resolving this issue.
Also, if possible, could the mailing list archives be made searchable - so people could query for issues that have already been discussed earlier.
Thanks and Regards,
Bikram
PS: I have recently registered a community in orkut for DotGNU, where I hope to share information/experiences of using/developing DotGNU, so it could develop into an informal FAQ: http://www.orkut.com/Community.aspx?cmm=14729095 (name: DotGNU). Please do post any information/discussions which you feel could be useful to users/developer of DotGNU.
_______________________________________________ Developers mailing list [email protected] http://dotgnu.org/mailman/listinfo/developers
