[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-users
Subject:    [Mingw-users] x86_64-pc-mingw32 cross compiler compile
From:       "zhou drangon" <drangon.mail () gmail ! com>
Date:       2007-09-20 5:56:30
Message-ID: aaf959cb0709192256k3cdab795pa637b0e2028ec02 () mail ! gmail ! com
[Download RAW message or body]

I build a x86_64-pc-mingw32 cross compiler under linux,
and use this cross compiler to build wxWidgets-2.8.5,
some error happend, it seems that "__uuidof()" function is used but not defined.

---------------------------------------

/home/drangon/mingw_app/cross/bin/x86_64-pc-mingw32-ranlib
/home/drangon/mingw_app/src/bwx/lib/libwxexpat-2.8-x86_64-pc-mingw32.a
/home/drangon/mingw_app/src/bwx/bk-make-pch
.pch/wxprec_basedll/wx/wxprec.h.gch wx/wxprec.h
/home/drangon/mingw_app/cross/bin/x86_64-pc-mingw32-g++
-I.pch/wxprec_basedll -D__WXMSW__     -I../wxWidgets-2.8.5/src/tiff
-I../wxWidgets-2.8.5/src/jpeg -I../wxWidgets-2.8.5/src/png
-I../wxWidgets-2.8.5/src/zlib  -I../wxWidgets-2.8.5/src/regex
-I../wxWidgets-2.8.5/src/expat/lib -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE
-DwxUSE_BASE=1  -DWX_PRECOMP
-I/home/drangon/mingw_app/src/bwx/lib/wx/include/x86_64-pc-mingw32-msw-ansi-release-2.8
                
-I../wxWidgets-2.8.5/include -mthreads -Wall -Wundef
-Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing
In file included from ../wxWidgets-2.8.5/include/wx/platform.h:555,
                 from ../wxWidgets-2.8.5/include/wx/defs.h:21,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:13:
../wxWidgets-2.8.5/include/wx/msw/gccpriv.h:26:9: warning:
"__MINGW32_MAJOR_VERSION" is not defined
In file included from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/objbase.h:137,
  from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/include-fixed/ole2.h:25,
  from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/windows.h:95,
  from ../wxWidgets-2.8.5/include/wx/msw/wrapwin.h:51,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:45:
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/unknwn.h:
 In member function 'HRESULT IUnknown::QueryInterface(Q**)':
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/unknwn.h:66:
                
error: expected primary-expression before ')' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/unknwn.h:66:
                
error: there are no arguments to '__uuidof' that depend on a template
parameter, so a declaration of '__uuidof' must be available
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/unknwn.h:66:
                
error: (if you use '-fpermissive', G++ will accept your code, but
allowing the use of an undeclared name is deprecated)
In file included from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/urlmon.h:217,
  from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/objbase.h:319,
  from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/include-fixed/ole2.h:25,
  from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/windows.h:95,
  from ../wxWidgets-2.8.5/include/wx/msw/wrapwin.h:51,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:45:
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/servprov.h:
 In member function 'HRESULT IServiceProvider::QueryService(const
GUID&, Q**)':
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/servprov.h:52:
                
error: expected primary-expression before ')' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/servprov.h:52:
                
error: there are no arguments to '__uuidof' that depend on a template
parameter, so a declaration of '__uuidof' must be available
In file included from ../wxWidgets-2.8.5/include/wx/msw/wrapcctl.h:42,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:46:
../wxWidgets-2.8.5/include/wx/msw/missing.h: At global scope:
../wxWidgets-2.8.5/include/wx/msw/missing.h:467: error: conflicting
declaration 'typedef struct NCCALCSIZE_PARAMS NCCALCSIZE_PARAMS'
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/include-fixed/winuser.h:1392:
                
error: 'NCCALCSIZE_PARAMS' has a previous declaration as 'typedef
struct tagNCCALCSIZE_PARAMS NCCALCSIZE_PARAMS'
../wxWidgets-2.8.5/include/wx/msw/missing.h:467: error: conflicting
declaration 'typedef struct NCCALCSIZE_PARAMS* LPNCCALCSIZE_PARAMS'
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/include-fixed/winuser.h:1392:
                
error: 'LPNCCALCSIZE_PARAMS' has a previous declaration as 'typedef
struct tagNCCALCSIZE_PARAMS* LPNCCALCSIZE_PARAMS'
In file included from ../wxWidgets-2.8.5/include/wx/string.h:55,
                 from ../wxWidgets-2.8.5/include/wx/log.h:47,
                 from ../wxWidgets-2.8.5/include/wx/msw/private.h:24,
                 from ../wxWidgets-2.8.5/include/wx/msw/wrapcdlg.h:18,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:47:
../wxWidgets-2.8.5/include/wx/buffer.h:127: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/buffer.h: In constructor
'wxCharBuffer::wxCharBuffer(const char*)':
../wxWidgets-2.8.5/include/wx/buffer.h:127: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/buffer.h: In member function 'char*
wxCharBuffer::release() const':
../wxWidgets-2.8.5/include/wx/buffer.h:127: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/buffer.h: In member function 'void
wxCharBuffer::reset()':
../wxWidgets-2.8.5/include/wx/buffer.h:127: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/buffer.h: In member function
'wxCharBuffer& wxCharBuffer::operator=(const char*)':
../wxWidgets-2.8.5/include/wx/buffer.h:127: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/buffer.h: At global scope:
../wxWidgets-2.8.5/include/wx/buffer.h:129: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/buffer.h:134: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/buffer.h: In constructor
'wxWCharBuffer::wxWCharBuffer(const wchar_t*)':
../wxWidgets-2.8.5/include/wx/buffer.h:134: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/buffer.h: In member function 'wchar_t*
wxWCharBuffer::release() const':
../wxWidgets-2.8.5/include/wx/buffer.h:134: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/buffer.h: In member function 'void
wxWCharBuffer::reset()':
../wxWidgets-2.8.5/include/wx/buffer.h:134: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/buffer.h: In member function
'wxWCharBuffer& wxWCharBuffer::operator=(const wchar_t*)':
../wxWidgets-2.8.5/include/wx/buffer.h:134: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/buffer.h: At global scope:
../wxWidgets-2.8.5/include/wx/buffer.h:136: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/buffer.h: In constructor
'wxMemoryBufferData::wxMemoryBufferData(size_t)':
../wxWidgets-2.8.5/include/wx/buffer.h:176: error: expected
primary-expression before ')' token
In file included from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/localefwd.h:47,
  from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/string:50,
  from ../wxWidgets-2.8.5/include/wx/string.h:176,
                 from ../wxWidgets-2.8.5/include/wx/log.h:47,
                 from ../wxWidgets-2.8.5/include/wx/msw/private.h:24,
                 from ../wxWidgets-2.8.5/include/wx/msw/wrapcdlg.h:18,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:47:
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/x86_64-pc-mingw32/bits/c++locale.h:
 In function 'int std::__convert_from_v(int* const&, char*, int, const
char*, ...)':
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/x86_64-pc-mingw32/bits/c++locale.h:65:
                
error: expected primary-expression before ')' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/x86_64-pc-mingw32/bits/c++locale.h:66:
                
error: expected primary-expression before ';' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/x86_64-pc-mingw32/bits/c++locale.h:79:
                
error: expected primary-expression before ',' token
In file included from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/string:51,
  from ../wxWidgets-2.8.5/include/wx/string.h:176,
                 from ../wxWidgets-2.8.5/include/wx/log.h:47,
                 from ../wxWidgets-2.8.5/include/wx/msw/private.h:24,
                 from ../wxWidgets-2.8.5/include/wx/msw/wrapcdlg.h:18,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:47:
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:
 In function 'void std::__ostream_write(std::basic_ostream<_CharT,
_Traits>&, const _CharT*, std::streamsize)':
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:53:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:55:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:
 In function 'void std::__ostream_fill(std::basic_ostream<_CharT,
_Traits>&, std::streamsize)':
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:65:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:68:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:71:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:
 In function 'std::basic_ostream<_CharT, _Traits>&
std::__ostream_insert(std::basic_ostream<_CharT, _Traits>&, const
_CharT*, std::streamsize)':
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:90:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:93:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:97:
                
error: expected primary-expression before ',' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:98:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:99:
                
error: expected primary-expression before ',' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:100:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:101:
                
error: expected primary-expression before ',' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:104:
                
error: expected primary-expression before ',' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:105:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:109:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/ostream_insert.h:113:
                
error: expected primary-expression before '.' token
In file included from
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/string:61,
  from ../wxWidgets-2.8.5/include/wx/string.h:176,
                 from ../wxWidgets-2.8.5/include/wx/log.h:47,
                 from ../wxWidgets-2.8.5/include/wx/msw/private.h:24,
                 from ../wxWidgets-2.8.5/include/wx/msw/wrapcdlg.h:18,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:47:
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:
 In function 'std::basic_istream<_CharT, _Traits>&
std::operator>>(std::basic_istream<_CharT, _Traits>&,
std::basic_string<_CharT, _Traits, _Alloc>&)':
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:984:
                
error: expected primary-expression before ',' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:993:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:996:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:998:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1012:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1018:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1022:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1030:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1037:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:
 In function 'std::basic_istream<_CharT, _Traits>&
std::getline(std::basic_istream<_CharT, _Traits>&,
std::basic_string<_CharT, _Traits, _Alloc>&, _CharT)':
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1055:
                
error: expected primary-expression before ',' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1063:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1071:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1079:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1086:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1094:
                
error: expected primary-expression before '.' token
/home/drangon/mingw_app/cross/bin/../lib/gcc/x86_64-pc-mingw32/4.3.0/../../../../x86_64-pc-mingw32/include/c++/4.3.0/bits/basic_string.tcc:1100:
                
error: expected primary-expression before '.' token
In file included from ../wxWidgets-2.8.5/include/wx/log.h:47,
                 from ../wxWidgets-2.8.5/include/wx/msw/private.h:24,
                 from ../wxWidgets-2.8.5/include/wx/msw/wrapcdlg.h:18,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:47:
../wxWidgets-2.8.5/include/wx/string.h: At global scope:
../wxWidgets-2.8.5/include/wx/string.h:1415: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/string.h:1415: error: expected
primary-expression at end of input
In file included from ../wxWidgets-2.8.5/include/wx/msw/private.h:24,
                 from ../wxWidgets-2.8.5/include/wx/msw/wrapcdlg.h:18,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:47:
../wxWidgets-2.8.5/include/wx/log.h:332: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/log.h:332: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/log.h:350: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/log.h:350: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/log.h: In member function 'void
wxLogChain::DetachOldLog()':
../wxWidgets-2.8.5/include/wx/log.h:425: error: expected
primary-expression before ';' token
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:16,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/object.h: In member function 'bool
wxClassInfo::IsDynamic() const':
../wxWidgets-2.8.5/include/wx/object.h:69: error: expected
primary-expression before '!=' token
../wxWidgets-2.8.5/include/wx/object.h: In member function 'const
wxChar* wxClassInfo::GetBaseClassName1() const':
../wxWidgets-2.8.5/include/wx/object.h:73: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/object.h: In member function 'const
wxChar* wxClassInfo::GetBaseClassName2() const':
../wxWidgets-2.8.5/include/wx/object.h:75: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/object.h: In constructor 'wxObject::wxObject()':
../wxWidgets-2.8.5/include/wx/object.h:412: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/object.h: In function 'wxObject*
wxCheckDynamicCast(wxObject*, wxClassInfo*)':
../wxWidgets-2.8.5/include/wx/object.h:502: error: expected
primary-expression before ';' token
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:18,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/list.h: At global scope:
../wxWidgets-2.8.5/include/wx/list.h:447: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:447: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:448: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:448: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:449: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:449: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:496: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/list.h:506: warning: type attributes
ignored after type is already defined
../wxWidgets-2.8.5/include/wx/list.h: In member function 'void*
wxListBase::operator[](size_t) const':
../wxWidgets-2.8.5/include/wx/list.h:590: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:590: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h: In member function 'wxNodeBase*
wxListBase::Insert(void*)':
../wxWidgets-2.8.5/include/wx/list.h:600: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:600: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h: At global scope:
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/list.h: In member function 'wxObject*
wxObjectList::operator[](size_t) const':
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxObjectListNode* wxObjectList::Insert(wxObject*)':
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected ';' before 'Insert'
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxObjectList::iterator wxObjectList::end()':
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxObjectList::const_iterator wxObjectList::end() const':
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxObjectList::reverse_iterator wxObjectList::rend()':
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxObjectList::const_reverse_iterator wxObjectList::rend() const':
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/list.h:1178: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/list.h: At global scope:
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/list.h: In member function 'wxChar*
wxStringListBase::operator[](size_t) const':
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxStringListNode* wxStringListBase::Insert(wxChar*)':
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected ';' before 'Insert'
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxStringListBase::iterator wxStringListBase::end()':
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxStringListBase::const_iterator wxStringListBase::end() const':
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxStringListBase::reverse_iterator wxStringListBase::rend()':
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/list.h: In member function
'wxStringListBase::const_reverse_iterator wxStringListBase::rend()
const':
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/list.h:1218: error: expected
primary-expression before ',' token
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:19,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/hash.h: At global scope:
../wxWidgets-2.8.5/include/wx/hash.h:117: warning: attributes ignored
on elaborated-type-specifier that is not a forward declaration
../wxWidgets-2.8.5/include/wx/hash.h:157: warning: type attributes
ignored after type is already defined
../wxWidgets-2.8.5/include/wx/hash.h: In member function 'void
wxHashTable::BeginFind()':
../wxWidgets-2.8.5/include/wx/hash.h:389: error: expected
primary-expression before ';' token
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:21,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/hashmap.h: In member function
'wxLongToLongHashMap_wxImplementation_HashTable::Node**
wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long
int&) const':
../wxWidgets-2.8.5/include/wx/hashmap.h:714: error: return-statement
with no value, in function returning
'wxLongToLongHashMap_wxImplementation_HashTable::Node**'
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:23,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/intl.h: At global scope:
../wxWidgets-2.8.5/include/wx/intl.h:386: error: expected
primary-expression before 'const'
../wxWidgets-2.8.5/include/wx/intl.h:386: error: expected `)' before 'const'
../wxWidgets-2.8.5/include/wx/intl.h:387: error: expected
primary-expression before 'const'
../wxWidgets-2.8.5/include/wx/intl.h:387: error: expected `)' before 'const'
../wxWidgets-2.8.5/include/wx/intl.h:406: error: expected
primary-expression before 'const'
../wxWidgets-2.8.5/include/wx/intl.h:406: error: expected `)' before 'const'
../wxWidgets-2.8.5/include/wx/intl.h:407: error: expected
primary-expression before 'const'
../wxWidgets-2.8.5/include/wx/intl.h:407: error: expected `)' before 'const'
../wxWidgets-2.8.5/include/wx/intl.h:555: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/intl.h:555: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/intl.h:555: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/intl.h: In member function 'bool
wxLocale::IsOk() const':
../wxWidgets-2.8.5/include/wx/intl.h:435: error: expected
primary-expression before ';' token
../wxWidgets-2.8.5/include/wx/intl.h: At global scope:
../wxWidgets-2.8.5/include/wx/intl.h:566: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/intl.h:578: error: expected
primary-expression before ')' token
In file included from ../wxWidgets-2.8.5/include/wx/event.h:18,
                 from ../wxWidgets-2.8.5/include/wx/wx.h:25,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/clntdata.h: In member function
'wxShadowObjectMethods_wxImplementation_HashTable::Node**
wxShadowObjectMethods_wxImplementation_HashTable::GetNodePtr(const
wxString&) const':
../wxWidgets-2.8.5/include/wx/clntdata.h:20: error: return-statement
with no value, in function returning
'wxShadowObjectMethods_wxImplementation_HashTable::Node**'
../wxWidgets-2.8.5/include/wx/clntdata.h: In member function
'wxShadowObjectFields_wxImplementation_HashTable::Node**
wxShadowObjectFields_wxImplementation_HashTable::GetNodePtr(const
wxString&) const':
../wxWidgets-2.8.5/include/wx/clntdata.h:25: error: return-statement
with no value, in function returning
'wxShadowObjectFields_wxImplementation_HashTable::Node**'
../wxWidgets-2.8.5/include/wx/clntdata.h: At global scope:
../wxWidgets-2.8.5/include/wx/clntdata.h:85: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/clntdata.h:85: error: expected
primary-expression at end of input
In file included from ../wxWidgets-2.8.5/include/wx/event.h:25,
                 from ../wxWidgets-2.8.5/include/wx/wx.h:25,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/thread.h:502: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/thread.h:502: error: expected
primary-expression before ')' token
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:25,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/event.h:33: warning: type attributes
ignored after type is already defined
../wxWidgets-2.8.5/include/wx/event.h:2414: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2414: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2415: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2415: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2421: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2421: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2422: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2422: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2428: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2428: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2429: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2429: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2557: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/event.h:2436: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2436: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2437: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2437: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2557: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/event.h:2442: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2442: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2443: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2443: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2448: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2448: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/event.h:2449: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/event.h:2449: error: expected
primary-expression before ')' token
In file included from ../wxWidgets-2.8.5/include/wx/app.h:22,
                 from ../wxWidgets-2.8.5/include/wx/wx.h:26,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/init.h:64: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/init.h:92: error: expected
primary-expression at end of input
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:26,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/app.h:28: warning: type attributes
ignored after type is already defined
../wxWidgets-2.8.5/include/wx/app.h:29: warning: type attributes
ignored after type is already defined
In file included from ../wxWidgets-2.8.5/include/wx/utils.h:21,
                 from ../wxWidgets-2.8.5/include/wx/wx.h:27,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/filefn.h:478: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/filefn.h:478: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/filefn.h:532: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/filefn.h:532: error: expected
primary-expression before ')' token
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:27,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/utils.h:26: warning: type attributes
ignored after type is already defined
../wxWidgets-2.8.5/include/wx/utils.h:27: warning: type attributes
ignored after type is already defined
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:27,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/utils.h:99: error: expected
primary-expression before 'int'
../wxWidgets-2.8.5/include/wx/utils.h:99: error: expected `)' before 'int'
../wxWidgets-2.8.5/include/wx/utils.h:100: error: expected `)' before ';' token
../wxWidgets-2.8.5/include/wx/utils.h:354: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/utils.h:354: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/utils.h:356: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/utils.h:356: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/utils.h:430: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/utils.h: In function 'bool
wxUnsetEnv(const wxString&)':
../wxWidgets-2.8.5/include/wx/utils.h:487: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/utils.h: At global scope:
../wxWidgets-2.8.5/include/wx/utils.h:535: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/utils.h:536: error: expected
primary-expression before ')' token
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:28,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/stream.h:556: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/stream.h:599: error: expected
primary-expression at end of input
In file included from ../wxWidgets-2.8.5/include/wx/wx.h:32,
                 from ../wxWidgets-2.8.5/include/wx/wxprec.h:68:
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression at end of input
../wxWidgets-2.8.5/include/wx/module.h: In member function 'wxModule*
wxModuleList::operator[](size_t) const':
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/module.h: In member function
'wxwxModuleListNode* wxModuleList::Insert(wxModule*)':
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected ';' before 'Insert'
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '*' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ')' token
../wxWidgets-2.8.5/include/wx/module.h: In member function
'wxModuleList::iterator wxModuleList::end()':
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/module.h: In member function
'wxModuleList::const_iterator wxModuleList::end() const':
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/module.h: In member function
'wxModuleList::reverse_iterator wxModuleList::rend()':
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ',' token
../wxWidgets-2.8.5/include/wx/module.h: In member function
'wxModuleList::const_reverse_iterator wxModuleList::rend() const':
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before '(' token
../wxWidgets-2.8.5/include/wx/module.h:21: error: expected
primary-expression before ',' token
make: *** [.pch/wxprec_basedll/wx/wxprec.h.gch] error 1

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
MinGW-users mailing list
MinGW-users@lists.sourceforge.net

You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic