Jet 筆記本
2013年10月10日 星期四
用 mingw rebuild linux network ap, 找不到 netdn.h, inet.h, socket.h
google 到是
在 win32 改用 winsock2.h, 但我還沒有用看看, 我乾脆用 cygwin
#ifdef WIN32
# include < winsock2.h >
#else
# include < netdn.h >
# include < inet.h >
# include < socket.h>
# include
# indlude
#endif
gcc 報錯 undefined reference to `errno'
追加一行 #include < errno.h
>
gcc 錯誤 「for」 loop initial declarations are only allowed in C99 mode
像這樣的 code, gcc 報錯
for
(
int
i
=
low
;
i
<=
high
;
++
i
)
需要在 cflags 加 -std=c99, 或是不要在 for loop 宣告變數
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
追蹤者
網誌存檔
►
2024
(1)
►
9月
(1)
►
2023
(3)
►
4月
(3)
►
2021
(25)
►
7月
(25)
►
2020
(1)
►
10月
(1)
►
2019
(2)
►
10月
(1)
►
1月
(1)
►
2017
(8)
►
12月
(1)
►
10月
(5)
►
9月
(1)
►
6月
(1)
►
2016
(7)
►
10月
(2)
►
4月
(3)
►
3月
(1)
►
2月
(1)
►
2015
(14)
►
6月
(1)
►
5月
(5)
►
3月
(8)
►
2014
(6)
►
10月
(1)
►
6月
(1)
►
5月
(1)
►
4月
(1)
►
2月
(2)
▼
2013
(13)
▼
10月
(3)
用 mingw rebuild linux network ap, 找不到 netdn.h, in...
gcc 報錯 undefined reference to `errno'
gcc 錯誤 「for」 loop initial declarations are only al...
►
8月
(1)
►
7月
(6)
►
6月
(2)
►
4月
(1)
►
2009
(2)
►
11月
(1)
►
10月
(1)
關於我自己
Lan, Chih-Hung
檢視我的完整簡介