paragui-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-dev] template hell.. (OS X cont'ed)


From: Asko Kauppi
Subject: Re: [paragui-dev] template hell.. (OS X cont'ed)
Date: Mon, 5 Jul 2004 05:44:53 +0300


-DENABLE_UNICODE  helps, should be set on by ./configure?


5.7.2004 kello 05:29, Asko Kauppi kirjoitti:


unicodetest.cpp  hicks up:


if g++ -DHAVE_CONFIG_H -I. -I. -I../include -I/sw/lib/sigc++-1.2/include -I/sw/include/sigc++-1.2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/sw/include/SDL -D_THREAD_SAFE -I../include -g -O2 -Wall -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -fno-exceptions -MT unicodetest.o -MD -MP -MF ".deps/unicodetest.Tpo" -c -o unicodetest.o unicodetest.cpp; \ then mv -f ".deps/unicodetest.Tpo" ".deps/unicodetest.Po"; else rm -f ".deps/unicodetest.Tpo"; exit 1; fi
unicodetest.cpp: In function `int SDL_main(int, char**)':
unicodetest.cpp:51: warning: cast from pointer to integer of different size unicodetest.cpp:52: warning: cast from pointer to integer of different size
unicodetest.cpp:58: error: no matching function for call to `
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::
   basic_string(std::vector<char, std::allocator<char> >&)'
/usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:247: error: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(typename _Alloc::size_type, _CharT, const _Alloc& = _Alloc()) [with _CharT = char,
   _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:240: error:
std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*,
   const _Alloc& = _Alloc()) [with _CharT = char, _Traits =
   std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:234: error:
std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, typename _Alloc::size_type, const _Alloc& = _Alloc()) [with _CharT = char,
   _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:227: error:
     std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const
std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::size_type, typename _Alloc::size_type, const _Alloc&) [with _CharT = char, _Traits =
   std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:219: error:
     std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const
std::basic_string<_CharT, _Traits, _Alloc>&, typename _Alloc::size_type,
   typename _Alloc::size_type = std::basic_string<_CharT, _Traits,
_Alloc>::npos) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc
   = std::allocator<char>]
/usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:206: error:
     std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const
std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits =
   std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/include/gcc/darwin/3.3/c++/bits/basic_string.tcc:213: error:
std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&)
   [with _CharT = char, _Traits = std::char_traits<char>, _Alloc =
   std::allocator<char>]
/usr/include/gcc/darwin/3.3/c++/bits/basic_string.h:1076: error:
std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
unicodetest.cpp:64: error: `utf8' undeclared (first use this function)
unicodetest.cpp:64: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
make[1]: *** [unicodetest.o] Error 1



_______________________________________________
paragui-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paragui-dev






reply via email to

[Prev in Thread] Current Thread [Next in Thread]