View Single Post
Old 20th December 2011, 14:46   #14  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
@Midzuki:

What build environment did you use to make the Win32 build? MSYS+MinGW?

If so, could you give me some advice on how to properly setup 'autoreconf' under that environment?

It fails for me with:

Code:
MuldeR@MULDER-PC /d/SVN/Tools/dtsenc
$ autoreconf -f -i -v
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
/bin/m4: unrecognized option `--gnu'
Try `/bin/m4 --help' for more information.
autom4te-2.68: failed to run /bin/m4: Bad file number
aclocal: /usr/bin/autom4te-2.68 failed with exit status: 1
autoreconf: failed to run aclocal: Bad file number

MuldeR@MULDER-PC /d/SVN/Tools/dtsenc
$
(BTW: My plan is to hack in a progress-indicator and Win32 Unicode support)

__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 20th December 2011 at 14:52.
LoRd_MuldeR is offline   Reply With Quote