[vbox-dev] Newer revisions not compiling on Debian Lenny

André Neves andrechalella at gmail.com
Fri Dec 19 15:21:34 GMT 2008


Sure, here it goes:

    99    /**
   100     * @if maint
   101     * Destroy the object pointed to by a pointer type.
   102     * @endif
   103     */
   104    template<typename _Tp>
   105      inline void
   106      _Destroy(_Tp* __pointer)
   107      { __pointer->~_Tp(); }

I'm also attaching the file.

Thanks,
André

PS: is HTML ok in this group?

On Fri, Dec 19, 2008 at 13:02, walt <w41ter at gmail.com> wrote:

>
>
> On Fri, 19 Dec 2008, André Neves wrote:
>
> > Hi all. I'm not quite sure if I should report this here, but I'll give it
> a
> > shot.
> >
> > I've had troube compiling VBox for the last couple of times I tried,
> always
> > with the same error:
> >
> > /usr/bin/ld: final link failed: Nonrepresentable section on output...
>
> The real error appears above that:
>
> /usr/include/c++/4.1.3/bits/stl_construct.h:107: undefined reference to
> `std::basic_string<char, std::char_traits<char>,
> std::allocator<char> >::~basic_string()'
>
> The stl_construct.h on my machine has no reference like that.  Could you
> show us line 107 of that file?
>
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20081219/cdd96879/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stl_construct.h
Type: text/x-chdr
Size: 6063 bytes
Desc: not available
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20081219/cdd96879/attachment.bin>


More information about the vbox-dev mailing list