kkincade (Kameron Kincade)
- Login: kkincade
- Email: kameron.kincade@icloud.com
- Registered on: 03/14/2014
- Last sign in: 03/17/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/14/2014
-
05:36 PM Ruby Bug #9637 (Third Party's Issue): File "ruby.h" includes "config.h" which is not in proper location
- In Ruby 2.0.0p451, I using SWIG to convert some C/C++ code into Ruby. However, when using GCC to compile the C++ code into Ruby and pointing GCC to the "ruby.h" file (i.e. gcc -fPIC -c test_wrap.cxx -IC:\Ruby200-x64\include\ruby-2.0.0), ...