Ticket #186 (Invalid)Tue Oct 21 14:37:44 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 | Invalid |
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).
The file RiscOS.Export.InstallCLib includes the lines:
<pre>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</pre>
So it’s copying the clib files again into the ROOL c++ directory
Because of this ChangeFSI wont build.
Changelog:
Modified by Andrew Hodgkinson (6) Tue, October 21 2008 - 14:38:05 GMT
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.
Modified by Andrew Hodgkinson (6) Tue, October 21 2008 - 14:38:19 GMT
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.
Modified by Andrew Hodgkinson (6) Tue, October 21 2008 - 14:38:37 GMT
What is this running?
Why is this failing?
Why is there no preview...?
Modified by Andrew Hodgkinson (6) Tue, October 21 2008 - 14:39:01 GMT
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.
Modified by Andrew Hodgkinson (6) Tue, October 21 2008 - 14:39:37 GMT
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.
Modified by Andrew Hodgkinson (6) Tue, October 21 2008 - 14:41:18 GMT
- Status changed from Open to Invalid
Please Ignore this ticket – test bug posting only.