PR469 IDE problem, was: Re: Any New 4.6.4 Issues
Angelo Fraietta
newsgroups at smartcontroller.com.au
Fri Sep 16 04:39:28 UTC 2005
I did a make depend and it seemed to fix the problem
Ralf Corsepius wrote:
> On Fri, 2005-09-16 at 13:56 +1000, Angelo Fraietta wrote:
>
>>Ralf Corsepius wrote:
>>
>>>On Fri, 2005-09-16 at 08:18 +1000, Angelo Fraietta wrote:
>
>
>>When I try to build my app, I get the following error
>>
>>make: *** No rule to make target
>>`/opt/rtems/lib/gcc-lib/i386-rtems/3.2.3/include/c++/deque', needed by
>>`o-optimize/baseshel.o'. Stop.
>
>
> This is a gcc internal c++ header.
>
>
>>I assume this means that I have to define something in my makefile or
>>configure. Any suggestions
>
> It's a problem with your application's dependency tracking. Hard to
> guess on the cause without having seen your source code.
>
> Probably you have upgraded GCC and have missed something.
> I guess, either
> * You didn't install g++ rsp. libstdc++
> * You have the directory of libstdc++'s headers hard-coded into your
> Makefiles somewhere.
> * In case you are generating dep files, you might have to regenerate
> them.
>
> Also note: The installation directory of this header has changed in
> newer GCC versions.
> The new location is:
> <libdir>/gcc/<target>/<version>/include/c++/deque
>
> However, this change should be completely opaque to your build
> infrastructure. If not, it needs some work.
>
> Ralf
>
>
>
--
Angelo Fraietta
PO Box 859
Hamilton NSW 2303
Home Page
http://www.smartcontroller.com.au/~angelo/
There are those who seek knowledge for the sake of knowledge - that is
CURIOSITY
There are those who seek knowledge to be known by others - that is VANITY
There are those who seek knowledge in order to serve - that is LOVE
Bernard of Clairvaux (1090 - 1153)
More information about the users
mailing list