implicit declaration of function 'SafeStringValue' --------------------------------------------------
Key: JRUBY-5717 URL: http://jira.codehaus.org/browse/JRUBY-5717 Project: JRuby Issue Type: Bug Components: C Extensions Affects Versions: JRuby 1.6.1 Environment: jruby 1.6.1 (ruby-1.8.7-p330) (2011-04-12 85838f6) (OpenJDK Client VM 1.6.0_20) [linux-i386-java] Reporter: Daniel Berger Assignee: Thomas E Enebo Looks like the SafeStringValue macro isn't supported. Spotted while trying to build sys-admin: {noformat} In file included from sys/admin.c:2: sys/admin.h: In function 'get_user_by_name': sys/admin.h:111: warning: implicit declaration of function 'SafeStringValue' gcc -Wall -shared -o admin.so admin.o -L"." -L"/usr/local/jruby-1.6.1/lib" -m32 rake aborted! No such file or directory - /home/dberger/Repositories/sys-admin/ext/admin.jar /home/dberger/Repositories/sys-admin/Rakefile:26:in '(root)' {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email