Andrea Palmatè ha scritto:
hi,
i've just downloaded the latest trunk, i've configured it as usual also the autogen.sh and now i receive an error in the file libcore/asobj/accessibilityclasses.h

indeed it seems that Makefile has forgot something

// Generated by Makefile, don't hand edit!
#ifndef GNASH_ASOBJ_FLASH_ACCESSIBILITY_H
#define GNASH_ASOBJ_FLASH_ACCESSIBILITY_H 1
#include "sharedlib.h"
static gnash::SharedLib::initentry *asclasses[] = {


On cygwin all is created correctly and I have:

// Generated by Makefile, don't hand edit!
#ifndef GNASH_ASOBJ_FLASH_ACCESSIBILITY_H
#define GNASH_ASOBJ_FLASH_ACCESSIBILITY_H 1
#include "sharedlib.h"
static gnash::SharedLib::initentry *asclasses[] = {
   gnash::accessibilityproperties_class_init,
   0
};
#endif // end of GNASH_ASOBJ_FLASH_ACCESSIBILITY_H

But i've search for UI_SOURCES and i have a lot of results while yesterday i was having only two results.. Today i'll try to fetch a fresh copy of the trunk on Darwin and i'll tell you..

Andrea

_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to