I downloaded a bunch of utilities from http://www.amnoid.de/gc/
I'm running on linux, and porting the source for most of them to linux has been trivial. However, I can't port bmdview2 from the source available on that page (bmdview2_src_20080502.zip) since it is missing multiple .h files.
At least the following seem to be missing:
addons/bck.h
addons/btp.h
addons/export3ds.h
addons/exportTexture.h
And it seems fairly evident from the error messages that these files include structure definitions, not just function definitions. For instance, there is no
definition for "struct Btp" and "struct Bck".
Given these errors, I can't believe that this version of the source will compile on any OS. If someone could point me to a version of the source that has these missing .h files that would be wonderful. In return, I'd gladly post a patch to allow these utilities to be compiled on linux.
I'm running on linux, and porting the source for most of them to linux has been trivial. However, I can't port bmdview2 from the source available on that page (bmdview2_src_20080502.zip) since it is missing multiple .h files.
At least the following seem to be missing:
addons/bck.h
addons/btp.h
addons/export3ds.h
addons/exportTexture.h
And it seems fairly evident from the error messages that these files include structure definitions, not just function definitions. For instance, there is no
definition for "struct Btp" and "struct Bck".
Given these errors, I can't believe that this version of the source will compile on any OS. If someone could point me to a version of the source that has these missing .h files that would be wonderful. In return, I'd gladly post a patch to allow these utilities to be compiled on linux.