Thread: [SE|PY-macdev] started fixing mac version
Brought to you by:
sephiroth_tmm
From: alessandro c. <wis...@se...> - 2005-07-07 15:51:30
|
Hi, in these days i'm trying to get sepy works on my OSX10.4 and i'm fixing a lot of platform related issue. But before continue I would like to know if the installer I create works too. If someone would like to test the installer, there is a link (it will be updated everytime) at the bottom of this page: http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY thanks to all |
From: Nathan F. <nf...@ha...> - 2005-07-07 16:22:28
|
Hey there- I installed it from the link you sent out. I trashed my old sepy and the preferences from my user account library(just to be safe). Then I used the installer, and got the message "The software was installed successfully." I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 It did however change the permissions on my applications folder to 700, owner admin, group wheel. Since I don't log in as admin, that is problematic, I am unable to access any applications with my current user account, Without access to the Applications directory, You cant repair permissions either. With a little terminal action... sudo chmod 755 ./Applications/ Fixes the problem on accessing applications... I'll run a fix perms later. Now to take it for a spin; It opens, without any errors.. Thats a good sign. Hope that helps. -Nate alessandro crugnola wrote: > Hi, > in these days i'm trying to get sepy works on my OSX10.4 > and i'm fixing a lot of platform related issue. > But before continue I would like to know if the installer I create > works too. > > If someone would like to test the installer, > there is a link (it will be updated everytime) at the bottom of this > page: > http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY > > thanks to all > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev |
From: alessandro c. <wis...@se...> - 2005-07-07 17:37:40
|
Ops, i'm really sorry for that. That was my first attempt using the package installer and i made some mistakes.. thanks for the test, hope next time i will be clever enough Nathan Frank wrote: > Hey there- > > > I installed it from the link you sent out. > I trashed my old sepy and the preferences from my user account > library(just to be safe). > Then I used the installer, and got the message "The software was > installed successfully." > > I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 > > It did however change the permissions on my applications folder to > 700, owner admin, group wheel. > Since I don't log in as admin, that is problematic, I am unable to > access any applications with my current user account, Without access > to the Applications directory, You cant repair permissions either. > > With a little terminal action... > sudo chmod 755 ./Applications/ > Fixes the problem on accessing applications... I'll run a fix perms > later. > > Now to take it for a spin; It opens, without any errors.. Thats a > good sign. > > > Hope that helps. > > -Nate > > > alessandro crugnola wrote: > >> Hi, >> in these days i'm trying to get sepy works on my OSX10.4 >> and i'm fixing a lot of platform related issue. >> But before continue I would like to know if the installer I create >> works too. >> >> If someone would like to test the installer, >> there is a link (it will be updated everytime) at the bottom of this >> page: >> http://www.sephiroth.it/phpwiki/index.php?pagename=SEPY >> >> thanks to all >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> sepy-macdev mailing list >> sep...@li... >> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > |
From: alessandro c. <wis...@se...> - 2005-07-08 16:15:28
|
alessandro crugnola wrote: > Ops, i'm really sorry for that. That was my first attempt using the > package installer and i made some mistakes.. > thanks for the test, hope next time i will be clever enough > > > Nathan Frank wrote: > >> Hey there- >> >> >> I installed it from the link you sent out. >> I trashed my old sepy and the preferences from my user account >> library(just to be safe). >> Then I used the installer, and got the message "The software was >> installed successfully." >> >> I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 >> >> It did however change the permissions on my applications folder to >> 700, owner admin, group wheel. >> Since I don't log in as admin, that is problematic, I am unable to >> access any applications with my current user account, Without access >> to the Applications directory, You cant repair permissions either. >> >> With a little terminal action... >> sudo chmod 755 ./Applications/ >> Fixes the problem on accessing applications... I'll run a fix perms >> later. >> >> Now to take it for a spin; It opens, without any errors.. Thats a >> good sign. >> >> >> Hope that helps. >> >> -Nate >> >> I've uploaded a new release on the sourceforge.net site: http://sourceforge.net/project/showfiles.php?group_id=90749&package_id=131018 hope now it's better than before |
From: Jay M. <jay...@di...> - 2005-07-08 16:31:03
|
Hi, I wrote last night " Is there a way to use MTASC within Mac - Sepy?" I sent it before I was actually finished. I have it set up to work within SEPY, but I get an error... "Compile error [directory to file name/filename.as(15)]: characters 0-3 : parse error Unexpected var" Line 15 has var loader : Preloader = new Preloader (); Preloader is a Class I built - it is in the same directory as the AS file. It's strange I am not sure why this isn't working. Any where I have "var" it finds an error. What Am I doing wrong? j On 7/8/05 11:15 AM, "alessandro crugnola" <wis...@se...> wrote: > alessandro crugnola wrote: > >> Ops, i'm really sorry for that. That was my first attempt using the >> package installer and i made some mistakes.. >> thanks for the test, hope next time i will be clever enough >> >> >> Nathan Frank wrote: >> >>> Hey there- >>> >>> >>> I installed it from the link you sent out. >>> I trashed my old sepy and the preferences from my user account >>> library(just to be safe). >>> Then I used the installer, and got the message "The software was >>> installed successfully." >>> >>> I'm running a 1.6 g5 with 1.25gb ram and osx 10.3.9 >>> >>> It did however change the permissions on my applications folder to >>> 700, owner admin, group wheel. >>> Since I don't log in as admin, that is problematic, I am unable to >>> access any applications with my current user account, Without access >>> to the Applications directory, You cant repair permissions either. >>> >>> With a little terminal action... >>> sudo chmod 755 ./Applications/ >>> Fixes the problem on accessing applications... I'll run a fix perms >>> later. >>> >>> Now to take it for a spin; It opens, without any errors.. Thats a >>> good sign. >>> >>> >>> Hope that helps. >>> >>> -Nate >>> >>> > > I've uploaded a new release on the sourceforge.net site: > http://sourceforge.net/project/showfiles.php?group_id=90749&package_id=131018 > > hope now it's better than before > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev Jay Myers Design Specialist Direct: 816.512.9547 DigitalEvergreen 423 West 8th Street Kansas City, MO 64105 www.digitalevergreen.com |
From: alessandro c. <wis...@se...> - 2005-07-08 16:37:38
|
Jay Myers wrote: >Hi, > >I wrote last night " Is there a way to use MTASC within Mac - Sepy?" >I sent it before I was actually finished. I have it set up to work within >SEPY, but I get an error... "Compile error [directory to file >name/filename.as(15)]: characters 0-3 : parse error Unexpected var" > >Line 15 has >var loader : Preloader = new Preloader (); >Preloader is a Class I built - it is in the same directory as the AS file. >It's strange I am not sure why this isn't working. > >Any where I have "var" it finds an error. What Am I doing wrong? > >j > > the file you're checking is a class? mtasc checks only as2 classes/interfaces, not the old as1 flat files |
From: Jay M. <jay...@di...> - 2005-07-08 16:46:44
|
No, it is an AS file it is using a PreloadClass within that AS file. I can get it to compile in Flash with no errors... j On 7/8/05 11:37 AM, "alessandro crugnola" <wis...@se...> wrote: > Jay Myers wrote: > >> Hi, >> >> I wrote last night " Is there a way to use MTASC within Mac - Sepy?" >> I sent it before I was actually finished. I have it set up to work within >> SEPY, but I get an error... "Compile error [directory to file >> name/filename.as(15)]: characters 0-3 : parse error Unexpected var" >> >> Line 15 has >> var loader : Preloader = new Preloader (); >> Preloader is a Class I built - it is in the same directory as the AS file. >> It's strange I am not sure why this isn't working. >> >> Any where I have "var" it finds an error. What Am I doing wrong? >> >> j >> >> > > the file you're checking is a class? > mtasc checks only as2 classes/interfaces, not the old as1 flat files > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev Jay Myers Design Specialist Direct: 816.512.9547 DigitalEvergreen 423 West 8th Street Kansas City, MO 64105 www.digitalevergreen.com |
From: alessandro c. <wis...@se...> - 2005-07-08 16:56:37
|
Jay Myers wrote: >No, it is an AS file it is using a PreloadClass within that AS file. > >I can get it to compile in Flash with no errors... > >j > > MTASC compile only AS2 files |
From: Jay M. <jay...@di...> - 2005-07-08 17:03:53
|
Ok, I am sorry, that I am not communicating very well it is an AS2 file. I can comment out the Class object and it still gives me that error message for all my variables. So, if we forget the class obj. I am having problems with simple vars.. var randLoad : Number = 2; var heroTemp : Number = 5; I get the same error. j On 7/8/05 11:56 AM, "alessandro crugnola" <wis...@se...> wrote: > Jay Myers wrote: > >> No, it is an AS file it is using a PreloadClass within that AS file. >> >> I can get it to compile in Flash with no errors... >> >> j >> >> > MTASC compile only AS2 files > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev Jay Myers Design Specialist Direct: 816.512.9547 DigitalEvergreen 423 West 8th Street Kansas City, MO 64105 www.digitalevergreen.com |
From: alessandro c. <wis...@se...> - 2005-07-08 17:09:33
|
Jay Myers wrote: >Ok, I am sorry, that I am not communicating very well it is an AS2 file. > >I can comment out the Class object and it still gives me that error message >for all my variables. So, if we forget the class obj. I am having problems >with simple vars.. > > >var randLoad : Number = 2; > > >var heroTemp : Number = 5; > >I get the same error. > >j > sorry, what i mean is that this file can be passed to mtasc without problems: ----- class Test(){ function Test(){ // my code..... } } ----- this file, instead, cannot be passed to mtasc: ----- var myTest:test = new test(); ----- BTW, you can find more information on mtasc, on www.mtasc.org homepage |