📄 gpp.log
字号:
Compiled with CC = dogpp
INCLUDE = e:\SXL\INCLUDE;e:\VC98\ATL\INCLUDE;e:\VC98\INCLUDE;e:\VC98\MFC\INCLUDE;
Running: gpp -w 0.cpp
Running: gpp -w 2-1.cpp
Running: gpp -w 2-2.cpp
Running: gpp -w 2-3.cpp
Running: gpp -w 2-4.cpp
Running: gpp -w 2-5.cpp
Running: gpp -w 3-1.cpp
Running: gpp -w 4-1.cpp
Running: gpp -w 5-1.cpp
Running: gpp -w 5-2.cpp
Running: gpp -w 6-1.cpp
Running: gpp -w 7-1.cpp
Running: gpp -w 7-2.cpp
Running: gpp -w 7-3.cpp
Running: gpp -w 7-4.cpp
Running: gpp -w 7-5.cpp
Running: gpp -w 7-6.cpp -------- OK -------------
7-6.cpp:10: boost/smart_ptr.hpp: No such file or directory (ENOENT)
Running: gpp -w 8-1.cpp ----------- Fixed --------------
8-1.cpp: In function `int main()':
8-1.cpp:14: `auto_ptr' undeclared (first use this function)
8-1.cpp:14: (Each undeclared identifier is reported only once
8-1.cpp:14: for each function it appears in.)
8-1.cpp:14: parse error before `>'
8-1.cpp:15: parse error before `>'
8-1.cpp:19: `pw1' undeclared (first use this function)
8-1.cpp:19: `pw2' undeclared (first use this function)
Running: gpp -w 8-2.cpp -------------- on purpose --------------
8-2.cpp:11: parse error before `&'
8-2.cpp: In function `bool widgetAPCompare(...)':
8-2.cpp:14: `lhs' undeclared (first use this function)
8-2.cpp:14: (Each undeclared identifier is reported only once
8-2.cpp:14: for each function it appears in.)
8-2.cpp:14: `rhs' undeclared (first use this function)
8-2.cpp: At top level:
8-2.cpp:17: parse error before `&'
8-2.cpp:18: `operator <<(...)' must have an argument of class or enumerated type
8-2.cpp:18: `operator <<(...)' must take exactly two arguments
8-2.cpp: In function `class ostream & operator <<(...)':
8-2.cpp:19: `os' undeclared (first use this function)
8-2.cpp:19: `wp' undeclared (first use this function)
8-2.cpp: In function `int main()':
8-2.cpp:28: `auto_ptr' undeclared (first use this function)
8-2.cpp:28: parse error before `>'
8-2.cpp:29: parse error before `>'
8-2.cpp:30: parse error before `>'
8-2.cpp:31: parse error before `>'
8-2.cpp:34: parse error before `>'
8-2.cpp:35: `widgets' undeclared (first use this function)
8-2.cpp:35: `pw1' undeclared (first use this function)
8-2.cpp:36: `pw2' undeclared (first use this function)
8-2.cpp:37: `pw3' undeclared (first use this function)
8-2.cpp:38: `pw4' undeclared (first use this function)
Running: gpp -w 9-1.cpp
Running: gpp -w 9-2.cpp
Running: gpp -w 9-3.cpp
Running: gpp -w 9-4.cpp
Running: gpp -w 10-1.cpp
In file included from 10-1.cpp:7:
SpecialAllocator.h:8: limits: No such file or directory (ENOENT)
Running: gpp -w 11-1.cpp
In file included from 11-1.cpp:12:
SharedMemoryAllocator.h:8: limits: No such file or directory (ENOENT)
In file included from 11-1.cpp:13:
SpecificHeapAllocator.h:8: limits: No such file or directory (ENOENT)
Running: gpp -w 12-1.cpp ------ fixed ---------
12-1.cpp:16: ANSI C++ forbids declaration `getMutexFor' with no type
12-1.cpp:19: ANSI C++ forbids declaration `releaseMutexFor' with no type
Running: gpp -w 12-2.cpp ----------- fixed ------------
12-2.cpp:16: ANSI C++ forbids declaration `getMutexFor' with no type
12-2.cpp:19: ANSI C++ forbids declaration `releaseMutexFor' with no type
Running: gpp -w 14-1.cpp --------- string class missing push_back -----------
14-1.cpp: In function `int main()':
14-1.cpp:31: no matching function for call to `basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> >::push_back (char)'
Running: gpp -w 16-1.cpp
Running: gpp -w 16-2.cpp
Running: gpp -w 16-3.cpp
Running: gpp -w 17-1.cpp ------------ string missing push_back ------------
17-1.cpp: In function `int main()':
17-1.cpp:43: no matching function for call to `basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> >::push_back (char)'
Running: gpp -w 18-1.cpp ----------- on purpose ------------------
18-1.cpp: In function `int main()':
18-1.cpp:25: initialization to `bool *' from `_Bit_reference *'
Running: gpp -w 19-1.cpp
Running: gpp -w 20-1.cpp
Running: gpp -w 20-2.cpp
Running: gpp -w 21-1.cpp
Running: gpp -w 21-2.cpp
Running: gpp -w 21-3.cpp
Running: gpp -w 21-4.cpp
Running: gpp -w 22-1.cpp ------------ on purpose --------------
22-1.cpp: In function `int main()':
22-1.cpp:22: assignment of read-only member `pair<const int,basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> > >::first'
22-1.cpp:30: assignment of read-only member `pair<const int,basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> > >::first'
Running: gpp -w 22-2.cpp
Running: gpp -w 23-1.cpp
Running: gpp -w 23-2.cpp
Running: gpp -w 24-1.cpp
Running: gpp -w 25-1.cpp
Running: gpp -w 26-1.cpp ----------- on purpose ------------------
26-1.cpp: In function `int main()':
26-1.cpp:30: no match for `main()::Iter & == main()::ConstIter &'
e:/gpp/lang/cxx/stl_deque.h:205: candidates are: bool _Deque_iterator<int,int &,int *,0>::operator ==(const _Deque_iterator<int,int &,int *,0> &) const
26-1.cpp:42: no match for `_Deque_iterator<int,const int &,const int &,0> <= main()::Iter &'
Running: gpp -w 27-1.cpp
Running: gpp -w 28-1.cpp
Running: gpp -w 29-1.cpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -