Re: [q-lang-users] Re: modules in c++
Brought to you by:
agraef
From: Brian W. <bwi...@tr...> - 2005-10-29 04:39:06
|
Hi Albert, I'm very sorry for the delay in responding. These emails get sorted into folders, and I've not checked this one in a bit. I rummaged around for some version information. I found the following: in c:\MinGW\include\_mingw.h, #define __MINGW32_VERSION 3.7 And running running the "Add/remove Programs" control panel gives version 1.0.10 for MSYS. Let me know if there's anything else I can help with. Brian On 10/13/05, Albert Graef <Dr....@t-...> wrote: > Hi Brian, > > I'm about to commit your suggested patch to cvs now. Just to make sure: > Which version of mingw/g++ did you use? 2.95.x? 3.x? > > Brian Wilfley wrote: > > Here's what I've figured out: > > > > 1) The quoted errors can be "fixed" with the following patch to libq.h: > > ----------------- patch.libq.h ---------------------- > > *** libq.1.6.h Wed Oct 20 01:09:42 2004 > > --- libq.h Fri Aug 26 15:38:04 2005 > > *************** > > *** 127,135 **** > > --- 127,141 ---- > > > > /* Predefined function and type symbols. */ > > > > + #ifdef __cplusplus > > + __DLLIMPORT int truesym, falsesym, nilsym, voidsym; > > + __DLLIMPORT int inttype, floattype, booltype, strtype, filetype, > > + listtype, tupletype; > > + #else > > __DLLIMPORT const int truesym, falsesym, nilsym, voidsym; > > __DLLIMPORT const int inttype, floattype, booltype, strtype, filetype= , > > listtype, tupletype; > > + #endif > > > > /* Expression construction. */ > > -- > Dr. Albert Gr"af > Dept. of Music-Informatics, University of Mainz, Germany > Email: Dr....@t-..., ag...@mu... > WWW: http://www.musikwissenschaft.uni-mainz.de/~ag > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > q-lang-users mailing list > q-l...@li... > https://lists.sourceforge.net/lists/listinfo/q-lang-users > -- Brian P. Wilfley, Ph.D. Principal Scientist Voice: 650.331.3476 x102 Fax: 650.887.2205 E-mail: bwi...@tr... Triple Ring Technologies, Inc. 1850 Embarcadero Road Palo Alto, CA 94303 |