2 Oct 2005 10:27
Re: Strange Compile Error in HashMap/HashSet
Krzysztof Kowalczyk <kkowalczyk <at> gmail.com>
2005-10-02 08:27:35 GMT
2005-10-02 08:27:35 GMT
I don't have an answer just 2 observations: 1. VC 2005 (8.0) handles this a little better i.e. it can compile but fails at link time: internal.obj : error LNK2019: unresolved external symbol "void * __cdecl KXMLCore::extractFirst<struct std::pair<void *,void *> >(struct std ::pair<void *,void *> const &)" (??$extractFirst <at> U?$pair <at> PAXPAX <at> std <at> <at> <at> KXMLCore <at> <at> YAPAXABU?$pair <at> PAXPAX <at> std <at> <at> <at> Z) referenced in function "priva te: static void * __cdecl KXMLCore::HashTable<void *,struct std::pair<void *,void *>,&void * __cdecl KXMLCore::extractFirst<struct std::pair <void *,void *> >(struct std::pair<void *,void *> const &),struct KXMLCore::DefaultHash<void *>,struct KXMLCore::PairHashTraits<struct KXMLC ore::HashTraits<void *>,struct KXMLCore::HashTraits<void *> > >::extractKey(struct std::pair<void *,void *> const &)" (?extractKey <at> ?$HashTab le <at> PAXU?$pair <at> PAXPAX <at> std <at> <at> $1??$extractFirst <at> U?$pair <at> PAXPAX <at> std <at> <at> <at> KXMLCore <at> <at> YAPAXABU12 <at> <at> ZU?$DefaultHash <at> PAX <at> 3 <at> U?$PairHashTraits <at> U?$HashTraits <at> PAX <at> KXMLCore <at> <at> U12 <at> <at> 3 <at> <at> KXMLCore <at> <at> CAPAXABU?$pair <at> PAXPAX <at> std <at> <at> <at> Z) bin\testkjs.exe : fatal error LNK1120: 1 unresolved externals 2. #include <bits/cpp_type_traits.h> in kxmlcore\HashTraits.h is questionable. According to the source (http://www-evasion.imag.fr/Membres/Frank.Perbet/extdox/stl/html/cpp__type__traits_8h-source.html) it's a private header for libstdc++ and should not be directly included by applications.(Continue reading)
-eric
On Oct 18, 2005, at 1:35 PM, André-John Mas wrote:
> Hi,
>
> I am creating a web site designed to be used by a Kiosk, in a dark
> environment. The
> problem I have is because I use frames page loading seems to bit
> slower and so the
> white colour that is used to clear the page before a redraw is very
> apparent. Since
> Safari does not allow me to change this colour, I am planning on
> making a custom
> build of WebKit. For this reason I would appreciate it if someone
> knows offhand
> which file I should be looking at to save me a bit of time.
>
> André-John_______________________________________________
> webkit-dev mailing list
> webkit-dev <at> opendarwin.org
>
RSS Feed