Hello,

I'm trying to build the Win32 executable from source, and I'm running into some 
issues.

Fossil:
server-code:  bdb6c83a1308a2cd3809b9c482fb4f3819f3d0b9
checkout:     107f38dd014ae469dcac1f3e1c4fb230ffdc7d71 2009-10-27 20:15:30 UTC
parent:       3275d9c63ce62cb1e21f20a0a8c8be5ca1aa19a8 2009-10-21 15:43:23 UTC
tags:         trunk

This is on Ubuntu 9.04 Server, gcc v4.3.3, the latest mingw32 as packaged by 
Ubuntu (sorry, I don't know how to get mingw's version).

The Linux build goes just file, and I'm using the generated binary there.

But when I try to do the Win32 build, I run into trouble.  My guess is 
something's missing in my environment.  Any suggestions?

Thanks!

 -Clark

cla...@cdc-linux:~/build/fossil$ make -f Makefile.w32 >~/make.txt
In file included from ./src/config.h:33,
                 from add_.c:27:
/mingw/include/ctype.h: In function ‘isalnum’:
/mingw/include/ctype.h:154: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h:154: error: (Each undeclared identifier is reported only 
once
/mingw/include/ctype.h:154: error: for each function it appears in.)
/mingw/include/ctype.h: In function ‘isalpha’:
/mingw/include/ctype.h:155: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘iscntrl’:
/mingw/include/ctype.h:156: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘isdigit’:
/mingw/include/ctype.h:157: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘isgraph’:
/mingw/include/ctype.h:158: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘islower’:
/mingw/include/ctype.h:159: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘isprint’:
/mingw/include/ctype.h:160: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘ispunct’:
/mingw/include/ctype.h:161: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘isspace’:
/mingw/include/ctype.h:162: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘isupper’:
/mingw/include/ctype.h:163: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘isxdigit’:
/mingw/include/ctype.h:164: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
/mingw/include/ctype.h: In function ‘isblank’:
/mingw/include/ctype.h:169: error: ‘_imp____mb_cur_max_dll’ undeclared (first 
use in this function)
make: *** [add.o] Error 1
cla...@cdc-linux:~/build/fossil$

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to