Bug #16698 2010-01-22 19:12
willwhart
CODEBLOCKS build from bug 16691
Details: Sorry first bug report - This is a resubmission (to the correct group, I hope) of Bug #16654, was updated on 2010-Jan-11 18:22 I attempted to build the source code under Ubuntu 9.10 using gcc 4.4.1 I did check for this bug, because I thought it must have come up before but did not see it Codeblocks 8.02 failed to install due to prefix.cpp failing to compile In my version prefix.cpp lines 398 and 432 are < end = strrchr (path, '/'); I needed to replace these lines with < end = strrchr ((char*)path, '/'); and then the compile built correctly ad works great
- Category
- Compiler
- Group
- Status
- Closed
- Close date
- 2010-03-07 15:48
- Assigned to
- jenslody
History
jenslody 2010-03-07 15:48
fixed in trunk since a long time.