gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] error when compiling the last trunk


From: Andrea Palmatè
Subject: Re: [Gnash-dev] error when compiling the last trunk
Date: Wed, 27 May 2009 10:21:16 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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


reply via email to

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