1
|
In file included from C:/msys64/mingw64/include/c++/4.9.0/x86_64-w64-mingw32/bits/gthr-default.h:35:0,
|
2
|
from C:/msys64/mingw64/include/c++/4.9.0/x86_64-w64-mingw32/bits/gthr.h:148,
|
3
|
from C:/msys64/mingw64/include/c++/4.9.0/ext/atomicity.h:35,
|
4
|
from C:/msys64/mingw64/include/c++/4.9.0/bits/basic_string.h:39,
|
5
|
from C:/msys64/mingw64/include/c++/4.9.0/string:52,
|
6
|
from test.cpp:1:
|
7
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: expected unqualified-id before '{' token
|
8
|
struct tm *gmtime_r(const time_t *, struct tm *);
|
9
|
^
|
10
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: expected ')' before '{' token
|
11
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: expected primary-expression before 'struct'
|
12
|
struct tm *gmtime_r(const time_t *, struct tm *);
|
13
|
^
|
14
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: expected '}' before 'struct'
|
15
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: expected constructor, destructor, or type conversion before ';' token
|
16
|
struct tm *gmtime_r(const time_t *, struct tm *);
|
17
|
^
|
18
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: '___tmp_tm' does not name a type
|
19
|
struct tm *gmtime_r(const time_t *, struct tm *);
|
20
|
^
|
21
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: expected unqualified-id before 'if'
|
22
|
struct tm *gmtime_r(const time_t *, struct tm *);
|
23
|
^
|
24
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: '___tmp_tm' does not name a type
|
25
|
struct tm *gmtime_r(const time_t *, struct tm *);
|
26
|
^
|
27
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:752:12: error: expected unqualified-id before ')' token
|
28
|
struct tm *gmtime_r(const time_t *, struct tm *);
|
29
|
^
|
30
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: expected unqualified-id before '{' token
|
31
|
struct tm *localtime_r(const time_t *, struct tm *);
|
32
|
^
|
33
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: expected ')' before '{' token
|
34
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: expected primary-expression before 'struct'
|
35
|
struct tm *localtime_r(const time_t *, struct tm *);
|
36
|
^
|
37
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: expected '}' before 'struct'
|
38
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: expected constructor, destructor, or type conversion before ';' token
|
39
|
struct tm *localtime_r(const time_t *, struct tm *);
|
40
|
^
|
41
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: '___tmp_tm' does not name a type
|
42
|
struct tm *localtime_r(const time_t *, struct tm *);
|
43
|
^
|
44
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: expected unqualified-id before 'if'
|
45
|
struct tm *localtime_r(const time_t *, struct tm *);
|
46
|
^
|
47
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: '___tmp_tm' does not name a type
|
48
|
struct tm *localtime_r(const time_t *, struct tm *);
|
49
|
^
|
50
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/win32.h:753:12: error: expected unqualified-id before ')' token
|
51
|
struct tm *localtime_r(const time_t *, struct tm *);
|
52
|
^
|
53
|
In file included from C:/msys64/mingw64/include/ruby-2.1.0/ruby/ruby.h:29:0,
|
54
|
from C:/msys64/mingw64/include/ruby-2.1.0/ruby.h:33,
|
55
|
from test.cpp:2:
|
56
|
C:/msys64/mingw64/include/ruby-2.1.0/ruby/defines.h:321:1: error: expected declaration before '}' token
|
57
|
} /* extern "C" { */
|
58
|
^
|