[opensuse] Has anyone used Tk with Ruby?
Is this how YAST works? I get a segfault at the require 'tk' -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/08/2015 11:24 PM, Anton Aylward wrote:
Is this how YAST works?
I get a segfault at the require 'tk'
This happens with both ruby19 and ruby20 I'm seeing mention that unless tk was installed and the headers were available and the compile options were turned on when ruby was compiled, it wont work with Tk. I can't find anything about this in the openSuse doc or README Anyone out there with experience in this? How was the Ruby of the GUI of Yast done if not with Tk? -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/09/2015 08:55 AM, Anton Aylward wrote:
On 04/08/2015 11:24 PM, Anton Aylward wrote:
Is this how YAST works?
I get a segfault at the require 'tk'
This happens with both ruby19 and ruby20
I've now checked this with ruby21 and ruby22 and the problem persists.
Anyone out there with experience in this? How was the Ruby of the GUI of Yast done if not with Tk?
This is really ridiculous; it seems this has been around, at least with the 64-bit version, since 2010 and no-one has made any effort to address it. I don't know if that is because its simply to complex or what. I'm going to investigate the 686 versions ... Out of desperation! -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Anton Aylward wrote:
On 04/08/2015 11:24 PM, Anton Aylward wrote:
Is this how YAST works?
I get a segfault at the require 'tk'
This happens with both ruby19 and ruby20
I'm seeing mention that unless tk was installed and the headers were available and the compile options were turned on when ruby was compiled, it wont work with Tk.
I can't find anything about this in the openSuse doc or README
Anyone out there with experience in this? How was the Ruby of the GUI of Yast done if not with Tk?
I think YaST uses GTK+ or Qt. -- Per Jessen, Zürich (19.1°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/16/2015 12:53 PM, Per Jessen wrote:
Anton Aylward wrote:
On 04/08/2015 11:24 PM, Anton Aylward wrote:
Is this how YAST works?
I get a segfault at the require 'tk'
This happens with both ruby19 and ruby20
I'm seeing mention that unless tk was installed and the headers were available and the compile options were turned on when ruby was compiled, it wont work with Tk.
I can't find anything about this in the openSuse doc or README
Anyone out there with experience in this? How was the Ruby of the GUI of Yast done if not with Tk?
I think YaST uses GTK+ or Qt.
I had a quick look at the GIT records but it wasn't clear that was the case; trying to get to the top of the 'call tree' when everything is done with 'callbacks' is ... Difficult. Not sure where to start. Suggestions welcomed. -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Anton Aylward
-
Per Jessen