From: Takaaki T. <tt...@ja...> - 2001-09-03 19:29:31
|
At Mon, 3 Sep 2001 09:41:47 -0700 (PDT), Kevin Smith wrote: > 1. Our makefile has no dependencies. So when I change > fltk.h, I have to manually either 'make clean', or touch > each source file that I know is affected. Can we easily > include or build dependencies? Tomorrow I will create new file `.depend' which is used when we generates the Makfile. > 2. Do you have a simple way to make sure that new copies of > fltk.rb and rubyfltk.so are always used when you run the > samples? I always run samples by: $ ruby -I. -Ilib sample/sample1.rb But I'm not sure if this way is simple. > 3. My editor (SciTE) doesn't seem to automatically reload > files when they've changed. So after I do a cvs update, I > have to manually close and re-load files. What editor(s) do > you use? emacs or vi. > Also, I'm curious what O/S and/or distribution you are > using. The environment I usually use is based on Slackware3.x and RedHat4.x. I've reconstructed most of /etc's configurations and installed most of applications without rpm and deb. I'm use another RedHat based distribution called Kondara and Solaris7,8 as the server too. I sometime use Windows2000 with Cygwin running on the VMWare. -- Takaaki Tateishi <tt...@ja...> |