Hi All, <br><br>After walking away from the issue for a little bit.
Then coming back to it again I finally got the OGDI compilation to
actual occur which was a step forward. <br><br>I am attempting to
compile ogdi-3.2.0.beta1 on Windows Vista, using Dev Studio 2008.
During the course of the build I get a number of compilation issues. <br>
<br>C:/Downloads/OGDI_NEW/ogdi-3.2.0.beta1/ogdi-3.2.0.beta1/vpflib/include\machine.h(35)
: error C2061: syntax error : identifier 'int32'<br>C:/Downloads/OGDI_NEW/ogdi-3.2.0.beta1/ogdi-3.2.0.beta1/vpflib/include\machine.h(35) : error C2059: syntax error : ';'<br>
C:/Downloads/OGDI_NEW/ogdi-3.2.0.beta1/ogdi-3.2.0.beta1/vpflib/include\machine.h(36)
: error C2061: syntax error : identifier 'uint32'<br><br>C:/Downloads/OGDI_NEW/ogdi-3.2.0.beta1/ogdi-3.2.0beta1/vpflib/include\machine.h(36) : error C2059: syntax error : ';'<br>
c:\downloads\ogdi_new\ogdi-3.2.0.beta1\ogdi-3.2.0.beta1\vpflib\vpf.h(68) : error C2061: syntax error : identifier 'int32'<br>c:\downloads\ogdi_new\ogdi-3.2.0.beta1\ogdi-3.2.0.beta1\vpflib\vpf.h(69) : error C2143: syntax error : missing ')' before '*'<br>
c:\downloads\ogdi_new\ogdi-3.2.0.beta1\ogdi-3.2.0.beta1\vpflib\vpf.h(69) : error C2143: syntax error : missing '{' before '*'<br><br>I've included a bunch here to give a sense of what's going on. My questions are threefold. <br>
<br>1. Are these known issues that I need to fix because of compiler/OS compatability issues. <br>2. Was this a bad release that didn't work from the get go. <br>3. If this was a bad release where can I get the source for a good one ?<br>
<br>Oh yes I am building using Cygwin bash 3.2 according to the build
instructions using cl and link from the above mentioned environment
settings. <br><br>Has anyone seen this before ??<br>Courtney