| Summary: | Patch to fix compile with Bison 2.5 and Gcc 4.5.3 | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | cbxbiker61 |
| Component: | LibreOffice | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | 3.4.0 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | fixes compile with Bison 2.5 and Gcc 4.5.3 | ||
Please don't file patches like this in bugzilla, there is a large risk they will just be forgotten. Send the patch to the libreoffice mailing list instead, thanks! RC2 is bit by bit identical with release version, so separate items in the version picker are useless. Changes have been discussed with Michael Meeks. |
Created attachment 47291 [details] fixes compile with Bison 2.5 and Gcc 4.5.3 libreoffice-libs-core-3.4.0.2 requires patch to compile with Bison 2.5 and Gcc 4.5.3. Basically the compiler errors when it fails to convert a const sal_Char* to a sal_Char *. The patch changes the prototype of the error printing function to const sal_Char*.