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: flashcoders@chattyfig.figleaf.com
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

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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