Hey all, I was building the latest Shoes recent build (0.r873) on Debian Sid, and compiling fails for me with:
[EMAIL PROTECTED] make VIDEO=1 shoes build options: CC = cc RUBY = /usr OPTIONS = VIDEO ruby 1.8.7 (2008-06-20 patchlevel 22) [i486-linux] CC shoes/app.c CC shoes/canvas.c CC shoes/image.c CC shoes/internal.c CC shoes/ruby.c CC shoes/world.c CC shoes/native/gtk.c CC -o dist/libshoes.so CC bin/main.c CC -o dist/shoes-bin dist/libshoes.so: undefined reference to `shoes_http_error' dist/libshoes.so: undefined reference to `shoes_download' dist/libshoes.so: undefined reference to `shoes_http_headers' dist/libshoes.so: undefined reference to `curl_global_init' dist/libshoes.so: undefined reference to `curl_global_cleanup' dist/libshoes.so: undefined reference to `shoes_queue_download' collect2: ld returned 1 exit status make: *** [dist/shoes-bin] Error 1 The latest git does build for me, but that is using rake instead of make, which probably works differently... Anyone else get 0.r873 to build on Linux? Cheers, Bram
