0

As it's warmup time in Ludum Dare, I thought I'd make sure the Flex SDK I'd just downloaded works. Short answer: it doesn’t.

Every time I try to run

./mxmlc -compiler.source-path=../../../Flixel/org/flixel ../../../Flash/FindTheLight/src/FindTheLight.as 

I get:

Config in /Users/jonatannoponen/Developer/Tools/flex_sdk_4.6/frameworks/flex-config.xml loading
/Users/jonatannoponen/Developer/Flash/FindTheLight/src/FindTheLight.as(7): sar.: 36 Error: Baseclass FlxGame definition not found.

public class FindTheLight extends FlxGame
                                  ^`
4

1 に答える 1

0

明らかに、SDK はFlxGameクラスを見つけることができません。あなたはどこにいますFlxGame.asか?また、IDE (FlashDevelop など) を使えば解決できると思いませんか? ちょっと興味があるんだけど。

于 2013-04-21T09:32:39.347 に答える