Hi folks, I try to get the sybase adapter installed. I downloaded the sybase-ctlib from here: http://raa.ruby-lang.org/project/sybase-ctlib and now want to build the stuff on my winxp machine somehow. I decided to eclipse/cdt and downloaded mingw32-make, gdp and gcc. I created a new project and imported the sybase-ctlib sources. With the extconf.rb I created the makefile and after cleaning up some of the windows-specific paths I run "mingw32-make all". When running mingw32-make I get this error: mingw32-make all makefile:123: *** target pattern contains no `%''. Stop. The affected lines: 117 site-install: site-install-so site-install-rb 118 site-install-so: install-so 119 site-install-rb: install-rb 120 121 .SUFFIXES: .c .m .cc .cxx .cpp .obj 122 123 {$(srcdir)}.cc{}.obj: 124 $(CXX) $(INCFLAGS) $(CXXFLAGS) $(CPPFLAGS) -c -Tp$(<:\=/) [...] lots more off this stuff I try to help myself reading the make manual, but I want to get the sybase adapter running and not to become c/make expert :-( Has anybody experienced this problem? Is there a good tutorial available on how to set up this lib on windows using eclipse/cdt (I found one using visual studio, which I donĀ“t have)? Thanks for any hint! Regard, Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
sorry i can''t help with your error but i can offer the binaries. What version of SybaseAse are you using? I have 12.5 and 15. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jeremy Burks schrieb:> sorry i can''t help with your error but i can offer the binaries. > > What version of SybaseAse are you using? I have 12.5 and 15.That would be great! Do you have both? I need then for ASE 12.5. But I would be glad if you could provide the files for ASE 15.0 as well. Can you provide a download link or do you want to send them per mail? Thanks in advance! Regards, Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Here is a zip that contains the combinations: SybaseAse 12.5 / VS.Net 2003 SybaseAse 15 / VS.Net 2003 SybaseAse 12.5 / VS.Net 2005 SybaseAse 15 / VS.Net 2005 http://runnerskingdom.com/sybase-ctlib-bin.zip -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jeremy Burks wrote:> Here is a zip that contains the combinations: > > SybaseAse 12.5 / VS.Net 2003 > SybaseAse 15 / VS.Net 2003 > SybaseAse 12.5 / VS.Net 2005 > SybaseAse 15 / VS.Net 2005 > > http://runnerskingdom.com/sybase-ctlib-bin.zipPerfect! It works! Thanks a lot! Christian P.S. When the binaries are portable so easily, why does anybody has to build them themselfes. Would be nice, if somebody would provide them officially. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hello, I have only one ruby installation, I install the sybase adapter and try the isql.rb and other stuff directly from irb and it works. However, if I tried under RadRails I can neither open the database or if I try using the RadRails console the require "sybsql" answers "false". Does anybody has an idea ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---