| Summary: | Build failure with `gcc: error: language c++-header not recognized` | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | ojab <ojab> |
| Component: | LibreOffice | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | detective.conan.1412 |
| Priority: | medium | ||
| Version: | 4.0.0.0.alpha0+ Master | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Patch | ||
Still happens on 09cc3a1 pTabBar is always NULL It's second trivial build-failure, which I'm trying to report (with trivial patch) to the bugzilla (with is recommended method to report bugs, according to http://wiki.documentfoundation.org/BugReport). And second time there isn't any reaction. Seriously, is anyone reading libreoffice-bugs@/checking bugzilla? Yep, still happens on latest git (5009c09 Warn that the CoreText code is WIP). Thanks for this. :-) Anyway, if you have patch, you might write to dev list at libreoffice@lists.freedesktop.org with [PATCH] in the subject, refer to this bug, and describe your build environment (OS, version, system libraries, etc). Or, you might try to use gerrit described at http://wiki.documentfoundation.org/Development/gerrit |
Created attachment 63802 [details] Patch Libreoffice tries to use `gcc -x c++-header ` and build fails with: gcc: error: language c++-header not recognized gcc: error: language c++-header not recognized you can find a patch in the attached file.