Ticket #187 (Fixed)Tue Oct 21 14:40:33 UTC 2008
InstallCLib doesn't copy c++ libs properly
Reported by: | Andrew Hodgkinson (6) | Severity: | Normal |
Part: | RISC OS: C/C++ toolchain | Release: | |
Milestone: | Status | Fixed |
Details by Andrew Hodgkinson (6):
This is a duplicate of Ticket #184 by James Lampard, which I accidentally damaged while playing around with the live database (doh). I have attempted to reduce the Textile mangling of the comment with little success – Collaboa’s textile handling presently seems to be rather buggy.
The file RiscOS.Export.InstallCLib includes the lines:
Echo
Echo Installing the C Library header files...
Copy <SetPaths32$Dir>.^.Libraries.clib <Obey$Dir>.APCS-32.Lib.clib A~C~D~FLN~P~QR~S~T~V
Echo
Echo Installing the C++ Library header files...
Copy <SetPaths32$Dir>.^.Libraries.clib <Obey$Dir>.APCS-32.Lib.c++lib A~C~D~FLN~P~QR~S~T~V
So it’s copying the clib files again into the ROOL c++ directory
Because of this ChangeFSI wont build.
Changelog:
Modified by Steve Revill (20) Tue, October 21 2008 - 17:17:10 GMT
We need to release a new InstallCLib obey file anyway because the only thing it now needs to install is the C++ libraries! :)
Modified by Steve Revill (20) Thu, October 23 2008 - 18:12:31 GMT
- Status changed from Open to Fixed
Fixed in the latest BBE tarball.