Profile

Member Since
May 06, 2012

Search Members

  

requerent

6
@

Badges

This user hasn't earned any badges yet.

Posts

Viewing 1 to 6 (6 Total)

Setting up autocomplete in FlashDevelop



That pretty much covers it- In a default installation of FlashDevelop and NME, the context assist targets Flash first and NME last. This is terribly annoying. I've FD before for Flex development, but I've never had to fool around with any of settings-- what do y'all recommend?

Posted on May 23, 2012 at 1:40 AM

Re: Issue setting Jeash up

So I'm having a bit of trouble now--

The 2.09 tag directory has its own install.ml. I initially tried using that one, adjusting the appropriate line to checkout the 2.09 tag directory. The install script, however, relies on CVS repositories for libraries that don't seem to be there anymore.

I then tried using the most recent install.ml, but there seems to be a difference in the file hierarchy between 2.09 and the svn version.

i tried this-
http://groups.google.com/group/haxelang/browse_thread/thread/91b033...

But the CVS checkout commands in the install script don't point to anything salient as far as I can tell.

$ cvs -z3 -d:pserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/swflib
cvs server: cannot find module `ocaml/swflib' - ignored
cvs [checkout aborted]: cannot expand modules


I don't typically use cvs for source control, but I did login and such.

Any advice?

Posted on May 07, 2012 at 6:35 PM

Re: Issue setting Jeash up

Oh that's quite simple- thanks!

Posted on May 07, 2012 at 1:46 AM

Re: Issue setting Jeash up

Thanks- one last quick question:
Are there 64-bit linux binaries for the 2.09 haxe release? The haxe website only lists nightly builds for linux 64-bit- I haven't been able to find the 2.09 release anywhere. I've been using svn checkouts to prevent the need of a bunch of unnecessary multi-arch packages, but I don't know where to find the source release for 2.09.

Posted on May 07, 2012 at 12:53 AM

Re: Issue setting Jeash up

I'll shoot it out with sources and see where I go. I am currently able to get flash to work w/out extra work, but no html5 or native.

But otherwise I can just degrade to haxe 2.08 and everything should work?

Posted on May 06, 2012 at 11:51 PM

Issue setting Jeash up

I'm running a 64-bit ArchLinux box. I've installed haxe/neko/haxelib/nme and everything else. Everything works fine but when I target html5 I get errors related to jeash.

/usr/lib/haxe/lib/jeash/0,8,7/jeash/Lib.hx:57: characters 15-52 : Inline variable must be a constant value
/usr/lib/haxe/lib/jeash/0,8,7/jeash/display/Stage.hx:86: characters 15-93 : Inline variable must be a constant value
/usr/lib/haxe/lib/jeash/0,8,7/jeash/Lib.hx:86: characters 15-169 : Inline variable must be a constant value
/usr/lib/haxe/lib/jeash/0,8,7/jeash/display/Stage.hx:323: characters 9-23 : js.#Lib has no field isOpera
/usr/lib/haxe/lib/jeash/0,8,7/jeash/display/Stage.hx:338: characters 5-16 : js.#Lib has no field isIE
/usr/lib/haxe/lib/jeash/0,8,7/jeash/display/Stage.hx:345: characters 8-19 : js.#Lib has no field isIE
/usr/lib/haxe/lib/jeash/0,8,7/jeash/Lib.hx:87: characters 15-80 : Inline variable must be a constant value


I'm running the basic nme example. I tried isolating the problem by running the jeash test application and I get the EXACT same error. Jeash, however, doesn't have a forum area to ask questions.

I'm running the following pertinent versions-
Haxe: 2.10 (64-bit SVN version)
Neko: 1.8.2
Jeash: 0.8.7
NME: 3.3.2

I'm running everything natively in 64-bit (I don't have a single multi-arch library installed). I've targeted flash/linux successfully with NME, so I'm pretty sure the problem lies solely with Jeash (which I've gotten to work fine under windows).

Thanks!

Edit:

I'm finding a similar problem when targeting 64-bit linux-

/usr/lib/haxe/lib/nme/3,3,2/neash/display/BitmapData.hx:22: characters 22-52 : Inline variable must be a constant value
/usr/lib/haxe/lib/nme/3,3,2/neash/display/BitmapData.hx:23: characters 22-56 : Inline variable must be a constant value
/usr/lib/haxe/lib/nme/3,3,2/neash/display/BitmapData.hx:24: characters 22-56 : Inline variable must be a constant value
/usr/lib/haxe/lib/nme/3,3,2/neash/display/BitmapData.hx:25: characters 22-54 : Inline variable must be a constant value
/usr/lib/haxe/lib/nme/3,3,2/neash/display/BitmapData.hx:26: characters 22-56 : Inline variable must be a constant value
/usr/lib/haxe/lib/nme/3,3,2/neash/display/BitmapData.hx:27: characters 22-55 : Inline variable must be a constant value



I can only assume that this is an issue with the haxe-svn compiler-- if someone could verify for me that would be nice.

Posted on May 06, 2012 at 2:24 PM