> From: Kenichi Handa <[EMAIL PROTECTED]> > CC: [email protected], [email protected] > Date: Mon, 25 Dec 2006 15:17:42 +0900 > > I couldn't compile the second program (saved as mstest.c) by > gcc in my Cygwin environment. This is the error log. > > [IBM-F5F27A11743:~:516] gcc mstest.c > mstest.c:4:19: tchar.h: No such file or directory > mstest.c: In function `main': > mstest.c:43: warning: passing arg 1 of `GetModuleHandleA' makes pointer from > integer without a cast > mstest.c:49: warning: passing arg 2 of `fprintf' makes pointer from integer > without a cast > mstest.c:56: warning: passing arg 2 of `fprintf' makes pointer from integer > without a cast > mstest.c:68: warning: passing arg 2 of `RegOpenKeyExA' makes pointer from > integer without a cast > mstest.c:83: warning: passing arg 2 of `fprintf' makes pointer from integer > without a cast > [IBM-F5F27A11743:~:517]
Try passing the -mno-cygwin switch to GCC. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
