Switch to DuckDuckGo Search
   December 27, 2012  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >


NOTICE: This channel is no longer actively logged.

Toggle Join/Part | bottom
[00:02:50] *** mi6_x3m has quit IRC
[00:59:58] *** DrCode has quit IRC
[01:27:17] *** _discovery has quit IRC
[03:09:04] *** empika has quit IRC
[03:11:17] *** lordkryss has quit IRC
[03:20:13] *** DrCode has joined #nme
[04:41:47] *** DrCode has quit IRC
[05:22:22] *** wighawag has joined #nme
[05:23:50] *** wighawag has joined #nme
[05:24:35] <wighawag> Hi all, first time coming here :)
[05:24:52] <wighawag> and I have a question
[05:26:20] <wighawag> I have got nme from svn and set haxelib dev /path/to/nme but I would like to link some of my nme project to this nme dev version through nmml. but what should I put in the haxelib tag so that it links to the dev and not to the latest version (<haxelib name="nme" />) ?
[05:42:03] <Jan_Flanders> it will choose the dev version automatically
[05:42:12] <Jan_Flanders> wighawag:
[05:42:29] <Jan_Flanders> navigate to your haxe/lib/nme folder, you'll find a .current and a .dev file
[05:42:53] <Jan_Flanders> if you use 'nme' it will use the version it finds in those files
[05:43:39] <Jan_Flanders> If the compiler finds a .dev file, it will use that. Otherwise it will use what is in the .current version
[05:46:56] <Jan_Flanders> You can change those files with:
[05:47:08] <Jan_Flanders> haxelib set nme 3.2.1 (which will change .current)
[05:47:28] <Jan_Flanders> haxelib dev nme path/to/your/nmesvn
[05:47:35] <Jan_Flanders> ^will change the .dev file
[05:48:02] *** Jan_Flanders has quit IRC
[05:59:48] <wighawag> ok thanks i ll try that
[06:43:19] *** DrCode has joined #nme
[06:46:48] <wighawag> it works :)
[06:48:04] <wighawag> I have another porblem though with the new version of nme, in 3.4.0 I could set SWF_VERSION so that I can get special feature in flash 11.2 but now even if this is set to 11.2 nme set it to 11 only, any idea about that anyone?
[07:01:45] <wighawag> ok just looked at the source code and <set name="SWF_VERSION" value="11.2"/> has been replaced by <app ... swf-version="11.2"/>
[07:11:09] *** DrCode has quit IRC
[07:11:36] *** DrCode has joined #nme
[07:11:52] *** spchariot has quit IRC
[07:12:52] *** wighawag has quit IRC
[07:13:57] *** DrCode has quit IRC
[09:44:45] *** DrCode has joined #nme
[10:38:47] *** bl4z has joined #nme
[11:22:45] *** Triplefox has joined #nme
[11:52:55] *** bl4z has quit IRC
[11:58:58] *** lordkryss has joined #nme
[12:54:37] *** lordkryss has quit IRC
[13:00:47] *** lordkryss has joined #nme
[13:02:48] *** missilemike has joined #nme
[13:23:35] *** Jan_Flanders has joined #nme
[13:32:11] *** DrCode has quit IRC
[14:05:46] *** gigih has joined #nme
[14:07:45] <gigih> hi everyone
[14:08:07] <Jan_Flanders> hey
[14:08:35] *** wighawag has joined #nme
[14:08:54] <gigih> I am newbie in nme. I got some problem when run nme setup blackberry on mac osx 10.7
[14:09:03] <gigih> gigihs-MacBook-Air:Whack-A-Mole bungcip$ nme setup blackberry
[14:09:04] <gigih> Download and install the BlackBerry Native SDK? [y/n/a] ? n
[14:09:06] <gigih> Path to BlackBerry Native SDK []: /Applications/bbndk
[14:09:07] <gigih> Called from ? line 1
[14:09:09] <gigih> Called from InstallTool.hx line 581
[14:09:10] <gigih> Called from setup/PlatformSetup.hx line 449
[14:09:12] <gigih> Called from setup/PlatformSetup.hx line 465
[14:09:13] <gigih> Called from setup/PlatformSetup.hx line 1029
[14:09:14] <gigih> Called from setup/PlatformSetup.hx line 1683
[14:09:15] <gigih> Called from C:\Motion-Twin\haxe/std/neko/_std/sys/io/File.hx line 60
[14:09:16] <gigih> Uncaught exception - [file_open,/Users/bungcip/.hxcpp_config.xml]
[14:09:54] <Jan_Flanders> you are missing .hxcpp_config.xml
[14:10:04] <Jan_Flanders> in your users home folder
[14:10:11] <Jan_Flanders> *user's
[14:11:37] <gigih> but .hxcpp_config .xml is exist
[14:11:42] <gigih> here is the content
[14:11:47] <gigih> cat /Users/bungcip/.hxcpp_config.xml
[14:11:47] <gigih> <xml>
[14:11:48] <gigih> <section id="vars">
[14:11:50] <gigih> <set name="MAC_USE_CURRENT_SDK" value="1" />
[14:11:51] <gigih> </section>
[14:11:51] <gigih> </xml>
[14:13:04] <Jan_Flanders> it should contain a lot more content
[14:13:34] <Jan_Flanders> http://pastebin.com/YjTCp3bP
[14:18:54] *** spchariot has joined #nme
[14:27:42] <gigih> found the problem. sudo nme setup blackberry is the right command
[14:27:44] *** tametick has joined #nme
[14:29:14] <gigih> now I found another problem again T_T
[14:29:19] <gigih> gigihs-MacBook-Air:Whack-A-Mole bungcip$ nme build blackberry
[14:29:20] <gigih> Called from ? line 1
[14:29:21] <gigih> Called from CommandLineTools.hx line 690
[14:29:23] <gigih> Called from CommandLineTools.hx line 108
[14:29:24] <gigih> Called from platforms/BlackBerryPlatform.hx line 88
[14:29:26] <gigih> Called from platforms/BlackBerryPlatform.hx line 62
[14:29:27] <gigih> Called from BlackBerryHelper.hx line 155
[14:29:28] <gigih> Called from C:\Motion-Twin\haxe/std/neko/_std/sys/io/File.hx line 56
[14:29:29] <gigih> Uncaught exception - [file_open,/Application/bbndk/bbndk-env.sh]
[14:30:08] <gigih> ls -l /Applications/bbndk/bbndk-env.sh
[14:31:18] <Jan_Flanders> and the file is there?
[14:31:46] <gigih> yes, /Applications/bbndk/bbndk-env.sh exist
[14:32:28] <Jan_Flanders> is it marked for execution?
[14:33:07] <gigih> yes, I can run it.
[14:33:23] <gigih> the permission is -rwxr-xr-x
[14:36:38] <Jan_Flanders> No idea, I have no blackberry
[14:36:40] <Jan_Flanders> https://www.google.be/search?q=bbndk%2Fbbndk-env.sh
[14:37:50] <Jan_Flanders> [14:09] gigih Path to BlackBerry Native SDK []: /Applications/bbndk
[14:37:58] <Jan_Flanders> [14:29] gigih Uncaught exception - [file_open,/Application/bbndk/bbndk-env.sh]
[14:38:14] <Jan_Flanders> Application, not Applications
[14:38:46] <Jan_Flanders> or vice versa
[14:40:52] *** tametick has quit IRC
[14:43:18] <gigih> ouch, I type the wrong path. thanks Jan_Flanders
[14:43:51] <gigih> forgot 's'
[14:44:38] <Jan_Flanders> :)
[15:04:02] *** Triplefox has quit IRC
[15:42:50] *** filt3rek has joined #nme
[16:30:42] *** empika has joined #nme
[16:31:19] *** missilemike1 has joined #nme
[18:10:17] *** lordkryss has quit IRC
[18:27:32] *** spchariot has quit IRC
[18:41:37] *** lordkryss has joined #nme
[20:12:14] *** lordkryss has quit IRC
[20:12:22] *** gigih has left #nme
[20:21:43] *** ronan has joined #nme
[20:21:45] *** redwood has joined #nme
[20:21:50] *** redwood has left #nme
[20:24:43] *** wighawag has quit IRC
[21:22:20] *** ronan has quit IRC
[23:40:33] *** singmajesty has joined #nme
[23:40:34] *** ChanServ sets mode: +o singmajesty
[23:45:21] *** singmajesty has quit IRC
[23:45:46] *** singmajesty has joined #nme
[23:45:46] *** ChanServ sets mode: +o singmajesty
[23:46:40] *** singmajesty has quit IRC
[23:59:23] *** Robipo has joined #nme
top

   December 27, 2012  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >