[liblouis-liblouisxml] Re: liblouis 3.1.0 has been released

  • From: Christian Egli <christian.egli@xxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 9 Mar 2017 13:38:30 +0100

Hi Arend

Thanks for your hints. I integrated your changes in the latest master on github. Let me know if you encounter any more problems when compiling under windows.

Thanks
Christian

On 03/09/2017 12:19 PM, Arend Arends wrote:

I tried to compile this version for Windows according to the
documentation in the standard windows\readme.windows file. I am using MS
Visual Studio 2015.
There were 3 compiler errors (actually link errors) for missing external
references. It appeared that the file commonTranslationFunctions.c was
not yet added to windows\makefile.nmake.

After adding the filename commonTranslationFunctions.obj in:

OBJ = commonTranslationFunctions.obj compileTranslationTable.obj
lou_translateString.obj \
   lou_backTranslateString.obj logging.obj wrappers.obj pattern.obj

and adding the lines

commonTranslationFunctions.obj: $(SRCDIR)\commonTranslationFunctions.c \
   $(HEADERS)
   $(CC) $(CFLAGS) $(SRCDIR)\commonTranslationFunctions.c

the project compiled normally.


--
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Switzerland

For a description of the software, to download it and links to
project pages go to http://liblouis.org

Other related posts: