Skip to content

Instantly share code, notes, and snippets.

@bosko
bosko / tcltklib.c.diff
Created June 18, 2011 10:40
Set tcl_library to the value of system variable
diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c
index 8701cfe..b058443 100644
--- a/ext/tk/tcltklib.c
+++ b/ext/tk/tcltklib.c
@@ -5614,6 +5614,7 @@ ip_init(argc, argv, self)
/* from Tcl_AppInit() */
DUMP1("Tcl_Init");
+ Tcl_SetVar(ptr->ip, "tcl_library", getenv("TCL_LIBRARY"), TCL_GLOBAL_ONLY);
if (Tcl_Init(ptr->ip) == TCL_ERROR) {
@bosko
bosko / gist:1011979
Created June 7, 2011 10:03
Error running sqlserver adapter tests
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from d:/projects/ruby/rails/load_paths.rb:3.
Using SQLServer via DBLIB to localhost
* DEFERRED: For abstract behavior with different language should do a date insertion when language is german.
d:/projects/ruby/rails/activesupport/lib/active_support/dependencies.rb:237:in `require': no such file to load -- d:/projects/ruby/activerecord-sqlserver-adapter/[] (LoadError)
from d:/projects/ruby/rails/activesupport/lib/active_support/dependencies.rb:237:in `block in require'
from d:/projects/ruby/rails/activesupport/lib/active_support/dependencies.rb:223:in `block in load_dependency'
from d:/projects/ruby/rails/activesupport/lib/active_support/dependencies.rb:639:in `new_constants_in'
from d:/projects/ruby/rails/activesupport/lib/active_support/dependencies.rb:223:in `load_dependency'
from d:/projects/ruby/rails/activesupport/lib/active_support/depende
@bosko
bosko / gist:1001928
Created June 1, 2011 07:32
Installing error
installing default gems: d:/projects/ruby/rubyinstaller/sandbox/ruby19_mingw/lib/ruby/gems/1.9.1
d:/projects/ruby/ruby-git/lib/fileutils.rb:1508:in `path': can't convert nil into String (TypeError)
from d:/projects/ruby/ruby-git/lib/fileutils.rb:1508:in `block in fu_list'
from d:/projects/ruby/ruby-git/lib/fileutils.rb:1508:in `map'
from d:/projects/ruby/ruby-git/lib/fileutils.rb:1508:in `fu_list'
from ../../../ruby-git/tool/rbinstall.rb:174:in `makedirs'
from ../../../ruby-git/tool/rbinstall.rb:284:in `prepare'
from ../../../ruby-git/tool/rbinstall.rb:543:in `block in <main>'
from ../../../ruby-git/tool/rbinstall.rb:584:in `call'
from ../../../ruby-git/tool/rbinstall.rb:584:in `block (2 levels) in <main>'
@bosko
bosko / gist:989617
Created May 24, 2011 20:42
Options for new Tcl/Tk extconf
diff --git a/recipes/interpreter/ruby19.rake b/recipes/interpreter/ruby19.rake
index a453246..8fe982a 100644
--- a/recipes/interpreter/ruby19.rake
+++ b/recipes/interpreter/ruby19.rake
@@ -108,6 +108,8 @@ namespace(:interpreter) do
puts "Adding Tcl/Tk dirs..."
package.configure_options << "--with-tcl-dir=#{File.join(RubyInstaller::ROOT, RubyInstaller::Tcl.install_target)}"
package.configure_options << "--with-tk-dir=#{File.join(RubyInstaller::ROOT, RubyInstaller::Tk.install_target)}"
+ package.configure_options << "--with-tklib=tk85-ri"
+ package.configure_options << "--with-tcllib=tcl85-ri"
@bosko
bosko / gist:977049
Created May 17, 2011 18:25
Emacs recursive grep filtered by file extension
grep -nH -ir --include=*.{ext1,ext2} -e "" ../*
@bosko
bosko / gist:975222
Created May 16, 2011 20:00
Tcl/Tk results
d:\projects>set PATH=c:\Ruby\ruby193_tcltk\bin;%PATH%
d:\projects>ruby -v
ruby 1.9.3dev (2011-05-14 trunk 31568) [i386-mingw32]
d:\projects>ruby -rtk -e "puts Tk::TK_PATCHLEVEL"
8.5.9
d:\projects>set PATH=c:\Ruby\ruby19_tcltk\bin;%PATH%
@bosko
bosko / gist:967268
Created May 11, 2011 20:28
Runtime Tk error
d:\projects\ruby\rubyinstaller\sandbox>ruby ..\..\ruby-git\ext\tk\sample\24hr_clock.rb
FindResource() failed for buttons bitmap resource, resources in tk_base.rc must be linked into Tk dll or static executable
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
@bosko
bosko / gist:967258
Created May 11, 2011 20:23
End of building shared Tk
ar cr libtkstub85.a tkStubLib.o ttkStubLib.o
ranlib libtkstub85.a
gcc -c -O2 -fomit-frame-pointer -Wall -I"tk8.5.9/win/../generic" -I"tk8.5.9/win" -I"tk8.5.9/win/../xlib" -I"tk8.5.9/win/../bitmaps" -I"/d/projects/ruby/rubyinstaller/sandbox/src-tcl/tcl8.5.9/generic" -I"/d/projects/ruby/rubyinstaller/sandbox/src-tcl/tcl8.5.9/win" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UXTHEME_H=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int -DHAVE_WINNT_IGNORE_VOID=1 -DHAVE_ALLOCA_GCC_INLINE=1 -DHAVE_CAST_TO_UNION=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DHAVE_SYS_TYPES_H=1 -DHAVE_SY
@bosko
bosko / gist:964358
Created May 10, 2011 12:10
x64 build error
cd sandbox/ruby19_build
make
x86_64-w64-mingw32-gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/x86_64-mingw32 -I../ruby_1_9/include -I../ruby_1_9 -DRUBY_EXPORT -o main.o -c ../ruby_1_9/main.c
In file included from ../ruby_1_9/include/ruby/defines.h:205:0,
from ../ruby_1_9/include/ruby/ruby.h:74,
from ../ruby_1_9/include/ruby.h:32,
from ../ruby_1_9/main.c:13:
../ruby_1_9/include/ruby/win32.h:182:0: warning: "_stati64" redefined
d:/projects/ruby/rubyinstaller/sandbox/devkit/mingw64/lib/gcc/../../x86_64-w64-mingw32/include/sys/stat.h:71:0: note: this is the location of the previous definition
../ruby_1_9/include/ruby/win32.h:181:17: warning: 'struct _stati64' declared inside parameter list
@bosko
bosko / gist:948043
Created April 29, 2011 08:23
How to compile conftest for Tcl/Tk Ruby extension
gcc -o conftest -Ic:/Ruby/192/include/ruby-1.9.1/i386-mingw32 -Ic:/Ruby/192/include/ruby-1.9.1/ruby/backward -Ic:/Ruby/192/include/ruby-1.9.1 -
I../../../../../ruby-git/ext/tk -I../../../tcl//include -I../../../tk/include -I../../../tcl//include -I../../../tk/include -O3 -g -Wextra -Wno-unu
sed-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long conftest.c -L. -Lc:/Ruby/192/lib -L../..
/../tcl//lib -L../../../tk/lib -L. -ltcl85s -lmsvcrt-ruby191-static -ltk85s -ltcl85s -lshell32 -lws2_32 -lgdi32 -lcomctl32 -limm32 -lole32 -lolea
ut32 -luuid -lcomdlg32