If you are saying that you downloaded the latest version of extract_rtv5 from here , the way I last compiled it on Windows was quite easy. I just unzipped the files into a directory and brought up Microsoft's Visual C++ studio and created a new project with extract_rtv.c. It compiled just fine and everything worked great.
However, if you go to the CVS directory for extract_rtv5, it also has the very simple Makefile necessary to build extract_rtv5. I would wager to guess that Makefile would work just fine on Mac OS X. There are only a couple of problems I can foresee: 1, that the include files and compile switches work correctly in Mac OS X. And, 2, that the definitions I made recently for integer sizes work correctly in Mac OS X. You may have to tweak the files a bit to get them to work correctly with Mac OS X. If you need some help, I would suggest checking out the Mac OS X compiled version of RTVPatch to see what changes were make to get it to compile correctly.
If you have to make some changes to get it to compile, it would be nice if we could get them incorporated into the common source code. So, please let us know. Here is the main project website...
Henry
However, if you go to the CVS directory for extract_rtv5, it also has the very simple Makefile necessary to build extract_rtv5. I would wager to guess that Makefile would work just fine on Mac OS X. There are only a couple of problems I can foresee: 1, that the include files and compile switches work correctly in Mac OS X. And, 2, that the definitions I made recently for integer sizes work correctly in Mac OS X. You may have to tweak the files a bit to get them to work correctly with Mac OS X. If you need some help, I would suggest checking out the Mac OS X compiled version of RTVPatch to see what changes were make to get it to compile correctly.
If you have to make some changes to get it to compile, it would be nice if we could get them incorporated into the common source code. So, please let us know. Here is the main project website...
Henry