On Sat, 17 Nov 2001, Henrik Stuart wrote: > Now would be a good idea to figure out what file this one is in > (probably oedit.c) and make sure you have added it to the Makefile > as is needed. No, no, no. Makefile is an autogenerated file, which is created and recreated from the Makefile.in template by the configure script. If you're doing development on BCC/MSVC++ or some other Windows-exclusive compiler (excluding the Cygwin emulation environment), you should make changes both to your main Makefile and to Makefile.in. That way, if you ever need to switch platforms, you're setup to simply run './configure', recompile, and go. Any platforms that use configure--including Cygwin--should make changes exclusively to Makefile.in and then run ./config.status to have Makefile updated. It is erroneous to change Makefile on these platforms as editing an autogenerated file is simply begging for trouble. -dak -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/06/01 PST