On 23/05/2010 05:38 a.m., Bram Moolenaar wrote:
>
> Cesar Romani wrote:
>
>> On 22/05/2010 02:57 p.m., Bram Moolenaar wrote:
>> >
>> > Cesar Romani wrote:
>> >
>> >> It compiled fine until May 18. with ruby 1.9.1 on Win XP with
MinGW.
>> >> Now I'm getting this:
>> >>
>> >> --------------------
>> >> gobjZ/if_ruby.o:if_ruby.c:(.text+0x916): undefined reference to
>> >> `rb_str_new_cstr'
>> >> gobjZ/if_ruby.o:if_ruby.c:(.text+0xaf1): undefined reference to
>> >> `rb_str_new_cstr'
>> >> gobjZ/if_ruby.o:if_ruby.c:(.text+0xcd5): undefined reference to
>> >> `rb_str_new_cstr'
>> >> gobjZ/if_ruby.o:if_ruby.c:(.text+0xd94): undefined reference to
>> >> `rb_str_new_cstr'
>> >> gobjZ/if_ruby.o:if_ruby.c:(.text+0xf75): undefined reference to
>> >> `rb_str_new_cstr'
>> >> gobjZ/if_ruby.o:if_ruby.c:(.text+0x1145): more undefined
references to
>> >> `rb_str_new_cstr' follow
>> >> collect2: ld returned 1 exit status
>> >> make: *** [gvim.exe] Error 1
>> >> --------------------
>> >>
>> >> Many thanks in advance
>> >
>> > It looks like rb_str_new2 is sometimes defined to call
rb_str_new_cstr.
>> > It then fails to pick up this function from the DLL.
>> >
>> > I'll make a guessed solution, please try the latest Vim 7.3.
>>
>> With the latest vim 7.3 I get the following:
>> --------------------
>> netbeans.c: In function `netbeans_connect':
>> netbeans.c:369: error: invalid lvalue in assignment
>> make: *** [gobjZ/netbeans.o] Error 1
>> --------------------
>
> So the Ruby problem is solved?
>
> I'll fix the obvious error in the Netbeans code.
Now it is working fine with the latest vim7.3a
(changeset: 2203:0e0e99d1092e)
Best regards,
--
Cesar
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php