This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -nH -ir --include=*.{ext1,ext2} -e "" ../* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |