File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11Package: RcppCWB
22Type: Package
33Title: 'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')
4- Version: 0.5.3.9001
4+ Version: 0.5.4
55Date: 2022-08-30
66Author: Andreas Blaette [aut, cre],
77 Bernard Desgraupes [aut],
Original file line number Diff line number Diff line change 1- # RcppCWB 0.5.3.9001
1+ # RcppCWB 0.5.4
22
33* Fixed package configuration that prevented that compiler is used for compiling
44CWB C scripts as intended #66 .
5+ * Adding '-luuid' to PKG_FLAGS in Makevars solves linker issue FOLDERID_ #67 .
6+ * GitHub Actions now working for Windows #47 .
7+
58
69# RcppCWB 0.5.3
710
Original file line number Diff line number Diff line change 11## General remarks
22
3- This is a maintenance release with bug fixes. No changes to the
4- setup of the package.
3+ I realized ERRORS on the macOS and Windows build machines: Fixed as follows:
4+
5+ - For Windows, I add '-luuid' to PKG_FLAGS (necessary to meet new dependency of
6+ glib2).
7+ - For macOS, the CC defined in Makeconf was not passed to the compilation of
8+ the CWB source files. Changed the configure scripts accordingly.
9+
510
611Previous aspects I repeat:
712
You can’t perform that action at this time.
0 commit comments