Fix loading error on Ruby 1.8.7 by renaming the C++ extension to fox16_c.
Before commit af543822 loading order of fox16.so and fox16.rb was irrelevant. But now fox16.rb must be called, in order to load ruby files to the C++ extension. Renaming the C++ extension ensures, that fox16.rb is called first.
Showing
- .gitignore 7 additions, 7 deletions.gitignore
- Manifest.txt 232 additions, 232 deletionsManifest.txt
- README.rdoc 1 addition, 1 deletionREADME.rdoc
- Rakefile 18 additions, 18 deletionsRakefile
- ext/fox16_c/FXRbApp.cpp 0 additions, 0 deletionsext/fox16_c/FXRbApp.cpp
- ext/fox16_c/FXRbDataTarget.cpp 0 additions, 0 deletionsext/fox16_c/FXRbDataTarget.cpp
- ext/fox16_c/FXRbGLViewer.cpp 0 additions, 0 deletionsext/fox16_c/FXRbGLViewer.cpp
- ext/fox16_c/FXRuby.cpp 1 addition, 1 deletionext/fox16_c/FXRuby.cpp
- ext/fox16_c/MANIFEST 0 additions, 0 deletionsext/fox16_c/MANIFEST
- ext/fox16_c/extconf.rb 1 addition, 1 deletionext/fox16_c/extconf.rb
- ext/fox16_c/impl.cpp 0 additions, 0 deletionsext/fox16_c/impl.cpp
- ext/fox16_c/include/FXMemoryBuffer.h 0 additions, 0 deletionsext/fox16_c/include/FXMemoryBuffer.h
- ext/fox16_c/include/FXRb4Splitter.h 0 additions, 0 deletionsext/fox16_c/include/FXRb4Splitter.h
- ext/fox16_c/include/FXRb7Segment.h 0 additions, 0 deletionsext/fox16_c/include/FXRb7Segment.h
- ext/fox16_c/include/FXRbAccelTable.h 0 additions, 0 deletionsext/fox16_c/include/FXRbAccelTable.h
- ext/fox16_c/include/FXRbApp.h 0 additions, 0 deletionsext/fox16_c/include/FXRbApp.h
- ext/fox16_c/include/FXRbAppVirtuals.h 0 additions, 0 deletionsext/fox16_c/include/FXRbAppVirtuals.h
- ext/fox16_c/include/FXRbArrowButton.h 0 additions, 0 deletionsext/fox16_c/include/FXRbArrowButton.h
- ext/fox16_c/include/FXRbBMPIcon.h 0 additions, 0 deletionsext/fox16_c/include/FXRbBMPIcon.h
- ext/fox16_c/include/FXRbBMPImage.h 0 additions, 0 deletionsext/fox16_c/include/FXRbBMPImage.h
Loading
Please register or sign in to comment