How do i make the C++ wrapper using awk files
Posted: 22 Nov 2011, 00:08
I tried to build the new C++ files using the *.awk files in AI\Wrappers\Cpp\bin in the 0.82.7.1 spring source, but it just stops. I don't know much about awk files but i edited the files to print some debug to show where it gets stuck and from what is printed it gets to the end of the BEGIN statement but never makes it to the first line of the END statement. any assistance would be appreciated.
I have gawk and this is the bat file I'm running that gets stuck on the first AWK line no matter which awk file i try to run first
set CUtilsPath=..\..\CUtils\bin\
set awk="C:\Program Files (x86)\GnuWin32\bin\gawk.exe"
%awk% -f wrappCommands.awk -f %CUtilsPath%common.awk -f %CUtilsPath%commonDoc.awk
%awk% -f wrappCallback.awk -f %CUtilsPath%common.awk -f %CUtilsPath%commonDoc.awk -f %CUtilsPath%commonOOCallback.awk
%awk% -f wrappEvents.awk -f %CUtilsPath%common.awk -f %CUtilsPath%commonDoc.awk
I have gawk and this is the bat file I'm running that gets stuck on the first AWK line no matter which awk file i try to run first
set CUtilsPath=..\..\CUtils\bin\
set awk="C:\Program Files (x86)\GnuWin32\bin\gawk.exe"
%awk% -f wrappCommands.awk -f %CUtilsPath%common.awk -f %CUtilsPath%commonDoc.awk
%awk% -f wrappCallback.awk -f %CUtilsPath%common.awk -f %CUtilsPath%commonDoc.awk -f %CUtilsPath%commonOOCallback.awk
%awk% -f wrappEvents.awk -f %CUtilsPath%common.awk -f %CUtilsPath%commonDoc.awk