El 19/07/2009, a las 22:47, Paolo Bonzini escribió: > Have you tried configuring with --prefix=/opt/local? > > As I said, this is most likely a bug in MacPorts and it's them you > should complain to. > > Damien Pollet had the same problem and he's got it working now, but > I'd > understand if he was on holiday now. :-) Hi again, The same with --prefix=/opt/local Recompiling selector: #sizeof Recompiling classes... Recompiling class: GTK.GdkEventConfigure class Recompiling selector: #sizeof Object: CFunctionDescriptor new: 1 "<0x10b0b70>" error: Invalid C call- out g_initially_unowned_get_type SystemExceptions.CInterfaceError(Smalltalk.Exception)>>signal (AnsiExcept.st:216) SystemExceptions.CInterfaceError class(Smalltalk.Exception class)>>signal: (AnsiExcept.st:79) Smalltalk.CFunctionDescriptor(Smalltalk.CCallable)>>callInto: (CCallable.st:165) GInitiallyUnowned class>>getType (GTK.star#VFS.ZipFile/Funcs.st:1) optimized [] in GLib class>>registerAllTypes (GTK.star#VFS.ZipFile/ GtkDecl.st:94) Smalltalk.OrderedCollection(Smalltalk.SequenceableCollection)>>do: (SeqCollect.st:822) GLib class>>registerAllTypes (GTK.star#VFS.ZipFile/GtkDecl.st:94) Smalltalk.UndefinedObject>>executeStatements (GTK.star#VFS.ZipFile/ GtkImpl.st:461) Object: nil error: Cannot change shape of variable class SystemExceptions.MutationError(Smalltalk.Exception)>>signal (AnsiExcept.st:216) SystemExceptions.MutationError class(Smalltalk.Exception class)>>signal: (AnsiExcept.st:79) GtkTextWidget class(Smalltalk.Behavior)>>shape: (Behavior.st:1066) Object: nil error: Cannot change shape of variable class SystemExceptions.MutationError(Smalltalk.Exception)>>signal (AnsiExcept.st:216) SystemExceptions.MutationError class(Smalltalk.Exception class)>>signal: (AnsiExcept.st:79) GtkWebView class(Smalltalk.Behavior)>>shape: (Behavior.st:1066) Object: CFunctionDescriptor new: 1 "<0x10eb340>" error: Invalid C call- out gtk_window_new SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216) SystemExceptions.CInterfaceError class(Exception class)>>signal: (AnsiExcept.st:79) CFunctionDescriptor(CCallable)>>callInto: (CCallable.st:165) GTK.GtkWindow class>>new: (GTK.star#VFS.ZipFile/Funcs.st:1) VisualGST.VisualGST(VisualGST.GtkMainWindow)>>initialize (VisualGST.star#VFS.ZipFile/GtkMainWindow.st:132) VisualGST.VisualGST>>initialize (VisualGST.star#VFS.ZipFile/ VisualGST.st:197) VisualGST.VisualGST class(VisualGST.GtkMainWindow class)>>openSized: (VisualGST.star#VFS.ZipFile/GtkMainWindow.st:19) VisualGST.VisualGST class>>open (VisualGST.star#VFS.ZipFile/ VisualGST.st:9) UndefinedObject>>executeStatements (Load.st:4) Giuseppe Luigi Punzi Ruiz Blog: http://www.lordzealon.com Twitter & Skype & GoogleTalk accounts: glpunzi _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
On 07/20/2009 08:55 PM, Giuseppe Luigi Punzi Ruiz wrote:
> > El 19/07/2009, a las 22:47, Paolo Bonzini escribió: > >> Have you tried configuring with --prefix=/opt/local? >> >> As I said, this is most likely a bug in MacPorts and it's them you >> should complain to. >> >> Damien Pollet had the same problem and he's got it working now, but I'd >> understand if he was on holiday now. :-) > > > Hi again, > > The same with --prefix=/opt/local Then I don't know. :-) Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Quoting Paolo Bonzini <[hidden email]>:
> On 07/20/2009 08:55 PM, Giuseppe Luigi Punzi Ruiz wrote: >> >> El 19/07/2009, a las 22:47, Paolo Bonzini escribió: >> >>> Have you tried configuring with --prefix=/opt/local? >>> >>> As I said, this is most likely a bug in MacPorts and it's them you >>> should complain to. >>> >>> Damien Pollet had the same problem and he's got it working now, but I'd >>> understand if he was on holiday now. :-) >> >> >> Hi again, >> >> The same with --prefix=/opt/local > > Then I don't know. :-) The only thing I know, is, thath gtk-demo app for example works. If I have time, I will try to clean all gnome related apps in macports, and try to install http://gtk-osx.sourceforge.net/ I run out of ideas, because searching for the error on Internet, almost all messages, are from this list. _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
> The only thing I know, is, thath gtk-demo app for example works.
The bug they have appears only if you load the GTK+ library dynamically, with dlopen. Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
In reply to this post by Paolo Bonzini-2
On Sun, Jul 19, 2009 at 22:47, Paolo Bonzini<[hidden email]> wrote:
> As I said, this is most likely a bug in MacPorts and it's them you > should complain to. What would it be? > Damien Pollet had the same problem and he's got it working now, but I'd > understand if he was on holiday now. :-) More or less :) For me it woked after I set DYLD_LIBRARY_PATH, but that's because I was using --prefix=$SOME_LOCAL_TEST_DIR I think it should work (but I can't remember if it actually does) if gst gets installed in /opt as a normal macports package. To be honest the whole issue is a bit of a mystery to me, I don't get why building C executables has to be such a pain. I will have a look and try to submit a package to macports. Are any of you lurking on the IRC channel? -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Hi Damien, welcome to live :D Sorry to wake you :P
El 24/07/2009, a las 14:33, Damien Pollet escribió: > For me it woked after I set DYLD_LIBRARY_PATH, but that's because I > was using --prefix=$SOME_LOCAL_TEST_DIR > I think it should work (but I can't remember if it actually does) if > gst gets installed in /opt as a normal macports package. I didn't tried this. > > To be honest the whole issue is a bit of a mystery to me, I don't get > why building C executables has to be such a pain. +1 > I will have a look and try to submit a package to macports. Are any of > you lurking on the IRC channel? I never get a IRC client thath works on my Mac, and now, is time for lunch here (GMT+2). I will try to connect via midbit a little now, and after lunch. Cheers. Giuseppe Luigi Punzi Ruiz Blog: http://www.lordzealon.com Twitter & Skype & GoogleTalk accounts: glpunzi _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Free forum by Nabble | Edit this page |