I tried to execute the file with nmake in dos-prompt and found the following message:
Messyfile .in (145): Fatal error U1034: Syntax error: separator missing
I took a look in the make file and line 145 says:
ifeq (@ INSTALINFO_FOUND @, Yes)
I have no clue how to fix it ... any thoughts?
Makefile.in indicates the build system you use It is GNU autotulle that will pre-process your files in the GNU format makeup file. Then you expect to make GNU with these makeifles.
nmake is a completely different animal and will not be compatible with these files.
I recommend that you check whether your package includes MicrosofTouch Tools ( nmake or visual studio or windows etc) In the document, etc.) is eligible to use or not. Your other choice is to catch a Windows port of Autotools, Sagvin is good, but here are dragons for useless.
Comments
Post a Comment