albertone74 wrote: 
> Triode,
> 
> I think I am having some issues with installing LMS. Today I have
> installed SoA on a new SD CARD on my WBDUAL and everything well but not
> the LMS installation. It's been now 3 hours and I am now getting the
> following lines:
> 
> > 
Code:
--------------------
  >   > g++ -D_FORTIFY_SOURCE=2 -D_REENTRANT -I. -I../common    
-DU_I18N_IMPLEMENTATION -fPIC -DU_USING_ICU_NAMESPACE=0 -O3 -W -Wall -ansi 
-pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long  -fvisibility=hidden 
-c   -o vtzone.ao vtzone.cpp
  > In file included from ./unicode/timezone.h:40:0,
  > from ./unicode/basictz.h:19,
  > from unicode/vtzone.h:19,
  > from vtzone.cpp:14:
  > ../common/unicode/unistr.h: In member function ‘icu_46::UnicodeString& 
icu_46::UnicodeString::replace(int32_t, int32_t, UChar32)’:
  > ../common/unicode/unistr.h:4024:9: warning: variable ‘isError’ set but not 
used [-Wunused-but-set-variable]
  > UBool isError = FALSE;
  > ^
  > ../common/unicode/unistr.h: In member function ‘icu_46::UnicodeString& 
icu_46::UnicodeString::append(UChar32)’:
  > ../common/unicode/unistr.h:4327:9: warning: variable ‘isError’ set but not 
used [-Wunused-but-set-variable]
  > UBool isError = FALSE;
  > ^
  > 
  > 
--------------------
> > 
> 
> Thanks!

Those are just warnings which you will always see - does it fail to
complete the build or install?


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to