Stéphane Magnenat | 4 Jan 2010 10:24
Gravatar

Re: Updated translation

On Sunday 03 January 2010 23:56:17 Igor Murzov wrote:
> Here is the updated translation of glob2 into russian. It is not actually
> tested, because glob2 failes to compile. The error message is following:
> ---------------------------------------------------------------------------
> -- g++ -o libgag/src/TrueTypeFont.o -c -O3 -march=i686 -pipe
>  -fomit-frame-pointer -Wall -O2 -DHAVE_CONFIG_H -D_GNU_SOURCE=1
>  -D_REENTRANT -Ilibgag/include -I. - Ilibusl/src -I/usr/include/SDL
>  libgag/src/TrueTypeFont.cpp
> libgag/src/TrueTypeFont.cpp: In member function 'char*
> GAGCore::TrueTypeFont::getBIDIString(std::string)':
> libgag/src/TrueTypeFont.cpp:225: error: invalid cast from type 'const
> std::string' to type 'char*'
> scons: *** [libgag/src/TrueTypeFont.o] Error 1
> scons: building terminated because of errors.
> ---------------------------------------------------------------------------

Yes. Martin Voelkle has a bug fix of this on his computer. Martin, can you push 
it? Thank you.

Steph

--

-- 
http://stephane.magnenat.net
Martin Voelkle | 4 Jan 2010 21:25
Picon

Re: Updated translation

2010/1/4 Stéphane Magnenat <stephane <at> magnenat.net>:
> On Sunday 03 January 2010 23:56:17 Igor Murzov wrote:
>> Here is the updated translation of glob2 into russian. It is not actually
>> tested, because glob2 failes to compile. The error message is following:
>> ---------------------------------------------------------------------------
>> -- g++ -o libgag/src/TrueTypeFont.o -c -O3 -march=i686 -pipe
>>  -fomit-frame-pointer -Wall -O2 -DHAVE_CONFIG_H -D_GNU_SOURCE=1
>>  -D_REENTRANT -Ilibgag/include -I. - Ilibusl/src -I/usr/include/SDL
>>  libgag/src/TrueTypeFont.cpp
>> libgag/src/TrueTypeFont.cpp: In member function 'char*
>> GAGCore::TrueTypeFont::getBIDIString(std::string)':
>> libgag/src/TrueTypeFont.cpp:225: error: invalid cast from type 'const
>> std::string' to type 'char*'
>> scons: *** [libgag/src/TrueTypeFont.o] Error 1
>> scons: building terminated because of errors.
>> ---------------------------------------------------------------------------
>
> Yes. Martin Voelkle has a bug fix of this on his computer. Martin, can you push
> it? Thank you.

Sorry I had forgotten about it. It's commited now.

Martin
Leo Wandersleb | 6 Jan 2010 04:35
Picon
Picon

Re: Updated translation

hi all,

not only does my hudson still fail to process the scons script (
http://hudson.globulation2.org:8080/job/glob2/5/console ), now also my box at
home fails to compile (see below).
i have no clue about none of these. yes, scons is older on my hudson but for the
usl-thing ... no idea what is wrong there.

regards,

leo

g++ -o libusl/src/usl.o -c -g -Wall -DHAVE_CONFIG_H -D_GNU_SOURCE=1 -D_REENTRANT
-Ilibgag/include -I. -Ilibusl/src -I/usr/include/SDL libusl/src/usl.cpp
In file included from /usr/include/c++/4.4/algorithm:62,
                 from libusl/src/types.h:7,
                 from libusl/src/native.h:7,
                 from libusl/src/usl.cpp:6:
/usr/include/c++/4.4/bits/stl_algo.h: In function '_Funct std::for_each(_IIter,
_IIter, _Funct) [with _IIter = __gnu_cxx::__normal_iterator<const Thread*,
std::vector<Thread, std::allocator<Thread> > >, _Funct =
std::mem_fun_ref_t<void, Thread>]':
libusl/src/usl.cpp:114:   instantiated from here
/usr/include/c++/4.4/bits/stl_algo.h:4200: error: no match for call to
'(std::mem_fun_ref_t<void, Thread>) (const Thread&)'
/usr/include/c++/4.4/bits/stl_function.h:568: note: candidates are: _Ret
std::mem_fun_ref_t<_Ret, _Tp>::operator()(_Tp&) const [with _Ret = void, _Tp =
Thread]
scons: *** [libusl/src/usl.o] Error 1
scons: building terminated because of errors.
(Continue reading)

Igor Murzov | 6 Jan 2010 03:05

Re: Updated translation

Thanks for the fix. Here is the last variant of translation.

Igor
Attachment (texts.ru.patch): text/x-patch, 11 KiB
Attachment (tuto.ru.patch): text/x-patch, 88 KiB
_______________________________________________
glob2-devel mailing list
glob2-devel <at> nongnu.org
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Gmane