Compiling

I’m trying to use Latex2RTF to send my LaTeX file to an RTF file so then I can copy all the data from the RTF file into a normal text file to be used in WeftQDA (it’s PDF import is pretty pants).

However because I’m using the command \longtable, the default latex2RTF wont “compile” the documents due to the buffer size of 16,000 characters before it errors (I have one file with 38,000 characters) and asks me to recompile changing the buffer size in parser.c file - see error window here.

Now looking at the Latex2RTF site, I’ve found the source and changed the value. But how do I then go about compiling in Windows with Cygwin? I download Cygwin, install make and GCC and go from there?
I’ve barely compiled anything on Linux so this is new to me as well really.

Well I ended up just compiling the Linux version (on Linux) and managed it fine.