Issue 185: Build fails with SVN version 515
Status:  Fixed
Owner: ----
Closed:  Jun 2012
Reported by tobias.r...@gmail.com, Jun 23, 2012
What steps will reproduce the problem?
1. Use latest SVN (v 515)
2. try to compile a haxe/nme project

What is the expected output? What do you see instead?
Expected: Compile successfully.
Instead:
Error message, no compilation: 
./src/sys/io/Process.cpp: In static member function 'static Dynamic sys::io::Process_obj::__construct(String, Array<String>)::_Function_1_1::Block(String&, Array<String>&)':
./src/sys/io/Process.cpp:30: error: 'HX_SOURCE_POS' was not declared in this scope
./src/sys/io/Process.cpp:31: error: expected ';' before 'try'
./src/sys/io/Process.cpp:35: error: expected primary-expression before 'catch'

What version of the product are you using? On what operating system?
HXCPP SVN v515, latest NME. Game is compiling successfully when switching to HXCPP 2.09.3.

Jun 27, 2012
Project Member #1 gameh...@gmail.com
I have fixed the SOURCE_POS macros to keeep some kind of compatibility.
Status: Fixed