gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #36642] extensions don't load (FileIO test failing)


From: Sandro Santilli
Subject: [Gnash-commit] [bug #36642] extensions don't load (FileIO test failing)
Date: Thu, 31 Jan 2013 11:13:33 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

Follow-up Comment #7, bug #36642 (project gnash):

ouch, actually also the build is not completely fixed either.
The build of "Dejagnu" itself is, but there are other part of the testsuite
which are failing due to missing symbols.

Example, in testsuite/misc-ming.all:
  CXXLD  ResolveEventsTest-Runner
../../testsuite/.libs/libtestsuite.a(libtestsuite_la-MovieTester.o): In
function `gnash::MovieTester::findDisplayItemByName(gnash::MovieClip const&,
std::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&)':
/usr/src/gnash/gnash-head/testsuite/MovieTester.cpp:334: undefined reference
to `gnash::getStringTable(gnash::as_object const&)'
/usr/src/gnash/gnash-head/testsuite/MovieTester.cpp:335: undefined reference
to `gnash::getVM(gnash::as_object const&)'
/usr/src/gnash/gnash-head/testsuite/MovieTester.cpp:336: undefined reference
to `gnash::DisplayList::getDisplayObjectByName(gnash::string_table&,
gnash::ObjectURI const&, bool) const'


I'm setting CFLAGS and CXXFLAGS in the env before configuring:
export CFLAGS="${CFLAGS} -O2 -g -m64"
export CXXFLAGS="${CXXFLAGS} -O2 -g -m64"


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36642>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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