Skip to content

Commit 856a5dc

Browse files
Andreas BlätteAndreas Blätte
authored andcommitted
preparing release v0.5.4
1 parent fbc1ef4 commit 856a5dc

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RcppCWB
22
Type: Package
33
Title: 'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')
4-
Version: 0.5.3.9001
4+
Version: 0.5.4
55
Date: 2022-08-30
66
Author: Andreas Blaette [aut, cre],
77
Bernard Desgraupes [aut],

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# RcppCWB 0.5.3.9001
1+
# RcppCWB 0.5.4
22

33
* Fixed package configuration that prevented that compiler is used for compiling
44
CWB 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

cran-comments.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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

611
Previous aspects I repeat:
712

0 commit comments

Comments
 (0)