Redwind (Red Wind)
- Login: Redwind
- Registered on: 10/31/2009
- Last sign in: 11/01/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/01/2009
-
08:04 AM Ruby Bug #2317: ruby/config.h header file not found
- =begin
The locations may be the intended ones (or not, you tell me) but I am saying that
the include files are _broken_ because if you try to compile a C program with
gcc -I/usr/include/ruby-1.9.1 ...
it _fails_ because ... -
12:43 AM Ruby Bug #2317 (Rejected): ruby/config.h header file not found
- =begin
In several Linux distributions I see that the header files ruby/ruby.h and
ruby/st.h installed in /usr/include/ruby-1.9.1 contain '#include "ruby/config.h"'.
But the file ruby/config.h does not exist. Instead it is installed
...