[liblouis-liblouisxml] Cannot build liblouis 160 under Windows mingw

  • From: "Michel such" <michel.such@xxxxxxx>
  • To: <liblouis-liblouisxml@xxxxxxxxxxxxx>
  • Date: Tue, 10 Mar 2009 18:08:04 +0100

Hi,

The ./configure runs properly.
But when I run make, I get the following errors in compiletranslationtable.c.

compileTranslationTable.c:74: error: syntax error before "lou_getProgramPath"
compileTranslationTable.c:75: error: conflicting types for 'lou_getProgramPath'
liblouis.h:49: error: previous declaration of 'lou_getProgramPath' was here
compileTranslationTable.c:75: error: conflicting types for 'lou_getProgramPath'
liblouis.h:49: error: previous declaration of 'lou_getProgramPath' was here
compileTranslationTable.c: In function `lou_getProgramPath':
compileTranslationTable.c:122: warning: return makes integer from pointer 
without a cast
compileTranslationTable.c: In function `lou_getTable':
compileTranslationTable.c:3623: warning: passing arg 2 of `strcpy' makes 
pointer from integer without a cast
make[2]: *** [compileTranslationTable.lo] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Other related posts: