GNU gettext - Bugs: bug #63866, error: expected expression
You are not allowed to post comments on this tracker with your current authentication level.
bug #63866: error: expected expression
Submitter: | Ryan Schmidt <ryandesign> | ||
Submitted: | Sat 04 Mar 2023 09:00:21 AM UTC | ||
Category: | Build | Severity: | 3 - Normal |
Item Group: | None | Status: | Need Info |
Privacy: | Public | Assigned to: | haible |
Open/Closed: | Open |
Sat 04 Mar 2023 08:48:39 PM UTC, comment #3: |
Bruno Haible <haible>![]() ![]() |
Sat 04 Mar 2023 09:52:09 AM UTC, comment #2: For gettext 0.21 we were applying patches to fix `_GL_HAS_ATTRIBUTE`:
|
Ryan Schmidt <ryandesign> |
Sat 04 Mar 2023 09:26:04 AM UTC, comment #1: This is a new problem in gettext 0.21.1. 0.21 built fine.
|
Ryan Schmidt <ryandesign> |
Sat 04 Mar 2023 09:00:21 AM UTC, original submission:
gettext fails to build on OS X 10.9 with Xcode v6.2's Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn).
|
Ryan Schmidt <ryandesign> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2023-03-04 | haible | Status | None | ![]() |
Need Info |
Assigned to | None | ![]() |
haible |
Thanks for the report.
You have found the relevant corrections that happened so far in the gnulib git history.
We have only found recently how to translate LLVM versions from/to Apple clang versions, namely through this table: https://en.wikipedia.org/wiki/Xcode#Xcode_11.0_-_14.x_(since_SwiftUI_framework)_2
The next versions of GNU gettext will also use more recent versions of gnulib.
The most relevant question is therefore: Is the issue fixed in the current gnulib? To answer this question, please could you download
https://haible.de/bruno/gnu/testdir-all.tar.gz
and build it through
Thanks!