AZO234 / NP2kai

Neko Project II kai
http://domisan.sakura.ne.jp/article/np2kai/np2kai.html
MIT License
246 stars 61 forks source link

USE_NETWORK=OFF is broken #156

Open jobbautista9 opened 1 year ago

jobbautista9 commented 1 year ago

I was trying to build NP2kai in GNU/Hurd, and the latter didn't have the required headers like tun.h, so I had to disable network support. It still failed in the end as it was trying to include x/gtk2/dialog_network.c, even though I defined USE_NETWORK to OFF.