AZO234 / NP2kai

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

Some updates #19

Closed frank-deng closed 6 years ago

frank-deng commented 6 years ago

Removed unnessesary executable permissions on some files under Linux.

AZO234 commented 6 years ago

Thanks! There are some questions.

1st. I can build NP2kai X11 version, no link error.

2nd. NP2kai's X11 has two features.

frank-deng commented 6 years ago

When I tried to run autogen.sh without adding export CFLAGS='-pthread' and export LDFLAGS='-pthread', I got the following errors while linking:

/usr/bin/ld: ./../x11/misc/xnp2-threadbase.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line

My OS is Ubuntu 16.04.

AZO234 commented 6 years ago

I use Ubuntu 16.04 too. (I use GNOME Edition.) Link options about ’pthread’ are generated automatically.

frank-deng commented 6 years ago

Thanks! Under x11 directory, when I run ./autogen.sh then ./configure, I found the following error message during configure:

ACX_PTHREAD: command not found