Published June 23, 2020
| Version v0.2.9
Software
Open
RcppCWB v0.2.9
Description
RcppCWB 0.2.9
- Starting with GCC 10, the compiler defaults to -fno-common, resulting in error messages during the linker stage, see [the change log of the GCC compiler](https://gcc.gnu.org/gcc-10/changes.html). To address this issue, the -fcommon option is now used by default when compiling the CWB C files on Linux 64bit systems. The CWB code includes header files multiple times, causing multiple definitions.
- On Linux systems, the hard-coded definition as the preferred C compiler in the CWB configuration sripts will be replaced by what the CC variable defines (in ~/.R/Makevars or the Makeconf file, the result returned by R CMD config CC)
RcppCWB 0.2.7
- If glib-2.0 is not present on macOS, binaries of the static library and header files are downloaded from a GitHub repo. This prepares to get RcppCWB pass macOS checking on CRAN machines.
- A slight modification of the C code will now prevent previous crashes resulting from a faulty CQP syntax. The solution will not yet be effective for Windows systems until we have recompiled the libcqp static library that is downloaded during the installation process.
- A new C++-level function 'check_corpus' checks whether a given corpus is available and is used by the
check_corpus()-function. Problems with the previous implementation that relied on files in the registry directory to ensure the presence of a corpus hopefully do not occur. - Calling the 'find_readline.perl' utility script is omitted on macOS, so previous warning messages when running the makefile do not show up any more.
Files
PolMine/RcppCWB-v0.2.7.zip
Files
(13.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a268a06e3ea528a772a208219a5bd62a
|
12.6 MB | Preview Download |
|
md5:ea9951e065da205afde1c3d7f00ae845
|
1.1 MB | Download |
Additional details
Related works
- Is supplement to
- https://github.com/PolMine/RcppCWB/tree/v0.2.7 (URL)