search for: vendordir

Displaying 2 results from an estimated 2 matches for "vendordir".

Did you mean: vendor_id
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so because it is missing missing -lruby18 resulting in errors like wx.cpp:(.text+0x1618): undefined reference to `rb_intern'' wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError'' wx.cpp:(.text+0x1666):
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...future (see -C<src/conn-socket.c>). +F<src/conn-socket.c>). C<qemu-img info --output json> is used if available, for more secure parsing of the output of this command. @@ -1408,7 +1408,7 @@ Distros can now use C<make INSTALLDIRS=vendor install> to place Ruby bindings in vendordir. This eliminates a non-upstream patch carried by both Fedora and Debian. -Valgrind log files are now written to C<tmp/valgrind-I<DATE>-I<PID>.log> +Valgrind log files are now written to F<tmp/valgrind-I<DATE>-I<PID>.log> C<make clean> cleans the loca...