From mlaster at metavillage.com Sat Apr 29 10:47:37 2006 From: mlaster at metavillage.com (Mike Laster) Date: Sat, 29 Apr 2006 10:47:37 -0400 Subject: [Mkmf2-testing] Testing with the ruby-frontbase project Message-ID: I ran the test on my project and got the following error: > ruby extconf.rb; make install DESTDIR=./temp.2 extconf.rb:3: undefined method `dir_config' for main:Object (NoMethodError) Oddly enough, temp.1 and temp.2 seem to match even though the second run generated an error. Here is my extconf.rb: require "mkmf2" dir_config('frontbase') $CPPFLAGS = "-I/Library/FrontBase/include" $LDFLAGS = "-L/Library/FrontBase/lib" $libs = " -lFBCAccess " create_makefile("frontbase") This is on Mac OS X 10.4.6/PPC. I don't see that an mkmf.log is created with either the old or the new version. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2442 bytes Desc: not available Url : http://rubyforge.org/pipermail/mkmf2-testing/attachments/20060429/de509b0b/attachment.bin From vincent.fourmond at 9online.fr Sat Apr 29 12:08:45 2006 From: vincent.fourmond at 9online.fr (vincent.fourmond at 9online.fr) Date: Sat, 29 Apr 2006 16:08:45 +0000 (GMT) Subject: [Mkmf2-testing] Testing with the ruby-frontbase project In-Reply-To: References: Message-ID: An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mkmf2-testing/attachments/20060429/8d632b5c/attachment.htm