When I build OpenCORE latest release (CORE/7.508.1.1 OpenCORE/2.05) in
Ubuntu 9.04, I got a few errors.

The errors are all same "format not a string literal and no format
arguments"
/home/norabora/oc_latest/opencore/engines/player/test/src/
test_pv_player_engine.cpp:2146: error: format not a string literal and
no format arguments
/home/norabora/oc_latest/opencore/engines/author/test/src/pvaetest.cpp:
2581: error: format not a string literal and no format arguments
/home/norabora/oc_latest/opencore/engines/author/test/src/pvaetest.cpp:
2739: error: format not a string literal and no format arguments
/home/norabora/oc_latest/opencore/engines/2way/test/src/
test_engine.cpp:1161: error: format not a string literal and no format
arguments
/home/norabora/oc_latest/opencore/engines/pvme/test/src/test_pvme.cpp:
728: error: format not a string literal and no format arguments

After I changed   fprintf(file, rs.c_str());   to   fprintf(file,
"%s", rs.c_str());
problem solved.


I also found a document error in doc/
pvplayer_engine_unit_test_guide.pdf
"-logtext : Stores log output to a file." should be
"-logfile : Stores log output to a file."
There is no "-logtext" option

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to