search for: extconf

Displaying 20 results from an estimated 428 matches for "extconf".

2017 Aug 10
3
[PATCH] ruby: fix order of CFLAGS
...tension: first the flags from manywarnings (gnulib), then libguestfs own CFLAGS, and then -DGUESTFS_PRIVATE=1 (so it is not overridden). This matches also what happens in automake parts, and makes it possible to override any flags from manywarnings also in the Ruby extension. --- ruby/ext/guestfs/extconf.rb.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ruby/ext/guestfs/extconf.rb.in b/ruby/ext/guestfs/extconf.rb.in index c4551fa6c..6b806101e 100644 --- a/ruby/ext/guestfs/extconf.rb.in +++ b/ruby/ext/guestfs/extconf.rb.in @@ -33,8 +33,9 @@ have_func("rb_define_allo...
2013 Jan 02
1
[PATCH] ruby: add -DGUESTFS_PRIVATE_FUNCTIONS=1 to CFLAGS
Signed-off-by: Olaf Hering <olaf at aepfle.de> --- This, and the CFLAGS change it depends on should be backported to 1.20.x ruby/ext/guestfs/extconf.rb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/ext/guestfs/extconf.rb.in b/ruby/ext/guestfs/extconf.rb.in index 15259ea..808ff9e 100644 --- a/ruby/ext/guestfs/extconf.rb.in +++ b/ruby/ext/guestfs/extconf.rb.in @@ -30,7 +30,7 @@ unless have_library("guestfs"...
2009 Feb 24
1
building asterisk-1.6.0.6 failed!
Hi! I have problems building asterisk 1.6.0.6. ./configure --prefix=/usr make gets me: enerating embedded module rules ... [CC] extconf.c -> extconf.o In file included from /usr/local/include/datatypes.h:50, from /usr/local/include/err.h:49, from extconf.c:45: /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file or directory In file included from /usr/local/include/datatypes.h...
2009 Mar 06
3
Gem update problem
...message: Updating installed gems Updating libxml-ruby Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb update checking for socket() in -lsocket... no checking for gethostbyname() in -lnsl... no checking for atan() in -lm... no checking for atan() in -lm... yes checking for inflate() in -lz... yes checking for iconv_open() in -liconv... yes checking for libxml/xmlversion.h... yes checking for xmlD...
2005 Aug 02
8
Rake patch
This patch fixes the following: - You can now use rake to build on Windows. - You can now use rake install to install the lib, no more extconf.rb needed! This should be cross platform, I took some code for installing from the Makefile that extconf.rb generated as a basis. I have tested it on OS X and will test tomorrow on Windows, I am 95% it will work cross platform. - I did get Windows compiling correctly with module named wxruby2 inste...
2004 Jul 06
13
XRC Resources
I currently use DialogBlocks to generate my dialogs for wxWidgets apps I write in C++. DialogBlocks has the ability to generate XRC resources which I would like to use with wxRuby, is this possible? I am very new to Ruby and it looks like a great language and with wxRuby it looks like a great solution for quick in house applications. Thanks Sean Long
2013 Feb 18
4
Some fixes for building the Debian package for 1.20.2
...I think that I had posted something for building the daemon before. As mentioned on IRC, I found that compiling (Ruby bindings) caused config.h file shipped with the Ruby headers to be included rather than ${builddir}/config.h. This can be fixed because the relevant checks can be performed in the extconf.rb script as well. Cheers, -Hilko
2007 Apr 30
5
ERROR: Failed to build gem native extension.
...win32) 3. fastthread 0.6.4.1 (mswin32) 4. fastthread 0.6.4.1 (ruby) 5. Skip this gem 6. Cancel installation > 1 Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby extconf.rb install mongrel extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:1 Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fastthread- 1.0 for inspection. Results logged to /usr/lib/ruby/gems/1.8/gems/fastthread-1.0 /ext/fastthread/gem...
2007 Aug 28
5
ERROR: While executing gem ... (Gem::Installer::ExtensionBu
...et 0.11.4 (mswin32) 3. ferret 0.11.3 (ruby) 4. ferret 0.11.2 (ruby) 5. Skip this gem 6. Cancel installation > 1 Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby extconf.rb install ferret extconf.rb:11:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:11 Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/ferret-0.11.4 for inspection. Results logged to /usr/lib/ruby/gems/1.8/gems/ferret-0.11.4/ext/gem_make.out geth...
2009 Jan 29
1
a large file available?
...mple program with using "stream_file_data" as send a large file from client to server. But It didn''t work. Applying below a quick fix patch, I think it works well. Could you go over this patch? Regards, -- Kuroishi Mitsuo diff -rup swiftiply-0.6.1.1.orig/ext/fastfilereader/extconf.rb swiftiply-0.6.1.1 /ext/fastfilereader/extconf.rb --- swiftiply-0.6.1.1.orig/ext/fastfilereader/extconf.rb 2009-01-30 10:09:28.000000000 +0900 +++ swiftiply-0.6.1.1/ext/fastfilereader/extconf.rb 2009-01-30 10:40:04.000000000 +0900 @@ -94,6 +94,7 @@ when /linux/ exit end +...
2004 Apr 15
9
RubyGems and wxRuby
Kevin, were you planning to do a linux tarball or RPM for 0.3 before focusing on the SWIG version? I think its important for many obvious reasons, but I''ll just mention the one that prompted me to write this email. In the long term, I''d like to see wxRuby become the standard GUI toolkit for ruby, and I am simultaneously working several fronts to help make that happen. My
2005 Feb 25
5
installing from src on OS X
Hi I''ve built WxWidgets (2.5.4) and wxruby-swig (CVS) from source on OS X (.3). I''ve got something called wx.bundle in lib/ that looks the right sort of size - 2.5MB - but I don''t know what to do with it to install it - no rake install or make install? btw - wx on OS X looks fantastic, esp after seeing a Tk interface inside Aqua this am ... cheers alex
2012 Oct 01
10
Puppet 3.0 fails install on Solaris 10 w/ ruby 1.8.7
...# gem update puppet > > Updating installed gems > > Updating puppet > > Building native extensions. This could take a while... > > ERROR: Error installing puppet: > > ERROR: Failed to build gem native extension. > > >> /opt/csw/bin/ruby18 extconf.rb > > extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) > > from extconf.rb:1 > > >> >> Gem files will remain installed in >> /opt/csw/lib/ruby/gems/1.8/gems/json-1.7.5 for inspection. > > Results logged to >> /op...
2006 Mar 17
2
Installing MySql using Ruby Gems
...oter:~$ sudo gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Updating Gem source index for: http://gems.rubyforge.org Building native extensions. This could take a while... extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:1 ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection. ruby extconf.rb...
2014 Aug 30
1
Default lib/include dirs location in OS X
Hi, I have installed libvirt via Homebrew = compiled from source <https://github.com/Homebrew/homebrew/blob/master/Library/Formula/libvirt.rb> . Then I wanted to install *ruby-libvirt* gem install ruby-libvirt and end up with this error: /usr/local/Cellar/ruby/2.1.2_3/bin/ruby extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --with-opt-include --without-opt-include=$...
2007 Dec 11
2
Build issues on Leopard
...g some issues building r190 on Leopard (10.5.1): $ rake (in /Users/johan/temp/superredcloth) ragel superredcloth_scan.rl | rlgen-cd -G2 -o superredcloth_scan.c ragel superredcloth_inline.rl | rlgen-cd -G2 -o superredcloth_inline.c /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb checking for main() in -lc... yes creating Makefile make gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal- darwin9.0 -I. -fno-common -arch ppc -arch i386 -Os -pipe -fno-common -c superredcloth_inline.c powerpc-apple-darwin9-gcc-4.0.1: Internal err...
2006 Jul 10
6
ubuntu & mongrel
I''m getting the following error. Which apt-get install <some missing package> do I need to run? looks like some build tools. Building native extensions. This could take a while... extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:1 ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/ mongrel-0.3.13.3 for inspection. ruby ex...
2010 Oct 23
4
Could not find 'sqlite3-ruby' error in Ubuntu
Hi all, please help me: First time I totally had to delete all ruby and Rails because of this problem. How to solve it well? The message is: *Could not find gem ''sqlite3-ruby (>= 0, runtime)'' in any of the gem sources.* *Try running `bundle install`* I have *Ubuntu* Linux. ruby -v = *1.9.2p0* gem -v = *1.3.7* rails -v = error message again, 2 hours ago it was "rails
2004 Feb 02
4
extconf.rb patch
Hi! Why not automagically delete generated header files like this? File.open("Makefile","ab+"){|f| f.puts f.puts("tclean:; @$(RM) "+(Dir[''*.t''].map{|fn| fn.sub(''.t'',''.h'')}.join)) f.puts } Reduces user error :) Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ |
2013 Mar 07
7
Fixes from the patch queue of the Debian package
Here are three patches that fix issues with out-of-tree building and one that uses Ruby's own autoconf stuff for determining how Ruby bindings should be built. Cheers, -Hilko