IoLanguage / io

Io programming language. Inspired by Self, Smalltalk and LISP.
http://iolanguage.org
Other
2.65k stars 298 forks source link

bad reference to oauth.h #59

Closed Lavos closed 13 years ago

Lavos commented 13 years ago

While building, received this error:

[ 70%] Building C object addons/Oauth/CMakeFiles/IoOauth.dir/source/Oauth/Oauth.c.o /home/user/building/io/addons/Oauth/source/Oauth/Oauth.c:19:19: fatal error: oauth.h: No such file or directory compilation terminated. make[2]: * [addons/Oauth/CMakeFiles/IoOauth.dir/source/Oauth/Oauth.c.o] Error 1 make[1]: * [addons/Oauth/CMakeFiles/IoOauth.dir/all] Error 2

looking through the directory structure, this should be referencing 'capital'-O Oauth.h

system: Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) )

1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010

stevedekorte commented 13 years ago

thanks for the bug report - fixed