kmx

Results 15 comments of kmx

unfortunately, there is still a trouble mentioned in my original ticket The patch does not work well with the following Makefile.mk: ``` LIST1 = a.a ../b.b ./c.c ..\d.d .\e.e /f.f...

The trouble is that dmake.exe is not even able to load startup.mk

One possible hack (Win32 specific) might be to convert ABSMAKECMD value to short name via GetShortPathName() - see http://msdn.microsoft.com/en-us/library/windows/desktop/aa364989%28v=vs.85%29.aspx

Fix is easy, just update 'config.sub' + 'config.guess' included into release tarball. - config.sub+config.guess you are currently using are from 2003-06-18 - the latest version can be dowloaded from: http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD...

According to my tests the file build/win32/Makefile.mingw does not work well with release tarball. The following patch is needed: ``` -OBJS =src/charsets.o src/iconvtc.o src/win32tc.o src/access.o src/attrs.o src/istack.o src/parser.o src/tags.o src/entities.o...

I am just not sure if it is correct to leave out src/win32tc.c on MS Windows platform (it is not included in the release tarball).

I have ended up with the following Win32 makefile that should go to the release tarball root: ``` #PLEASE NOTE: this Makefile was designed to be compatible with GNU make...

to properly handle tabs get the this file from http://github.com/kmx/alien-tidyp/raw/master/patches/Makefile.mingw

OK, I can switch from getting source codes from github (there is no configure) to using the official tarball. In that case I only need to include Win32 makefile into...

I cannot confirm, this is what I see: ``` C:\Users\kmx\Documents>cpanm Data::UUID -v cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for MSWin32-x64-multi-thread Work directory is C:\Users\kmx/.cpanm/work/1496408902.47812 You have make C:\strawberry64\c\bin\gmake.exe You...