The problem was that the class was conflicting with itself, not another class.

X conflicts with the name of the same class as itself X.

Don't know what it was or how it was possible. Clearing the ASO on both machines fixed it.

Nimrod Huberman wrote:
On pc, the "X conflicts with the name of another class X" appears when you
declare and use  variable of type A in class B and a variable of type B in
class A. (To solve it you have add "import A;" before class B and "import
B;" before class A, then to click check syntax button 2 or 3 time until the
errors stopped appear.
Maybe it can give you a hint to your problem on the mac.
See details on : http://ericlin2.tripod.com/as2/conflict.html.
Nimrod

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks
Sent: Sunday, May 06, 2007 1:40 AM
To: [email protected]
Subject: [Flashcoders] Flash 8 OSX - Classpath woes

Calling all OSX Flash users:

Does the classpath

./classes

Not work on a mac? I'm getting tons of errors and warning when I publish on a Mac. These files compile just fine on Windows.

Line 28: The name of this class, 'net.stevensacks.gaia.core.SiteModel', conflicts with the name of another class that was loaded, 'net.stevensacks.gaia.core.SiteModel'.
    class net.stevensacks.gaia.core.SiteModel

That class declaration is line 28, btw. How can a class conflict with itself?




--
Steven Sacks
Flash Maestro
Los Angeles, CA
--
blog: http://www.stevensacks.net

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to