guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-1.5.1, gtk crashes


From: David Pirotte
Subject: guile-1.5.1, gtk crashes
Date: Wed, 22 Aug 2001 16:35:47 +0200

hi,

is there anything i can do to get more info on the following
crash?

the code was running perfectly using guile-gtk, but does not run
above guile-1.5.1 using (gtk gtk):

        #!/usr/local/bin/guile -s
        !#
        
        (define-module (alto tactus rent)
          ...
          :use-module (gtk gtk)
          ...
          )

        (define (rent/gui . rest)
          ...
          (gtk-standalone-main window)
          )
        (rent/gui)
                

        address@hidden:~/ 10 $ ./rent.scm 
        Gdk-ERROR **: Fatal IO error 0 (Succès.) on X server :0.0.
        address@hidden:~/ 10 $

thanks,
david



reply via email to

[Prev in Thread] Current Thread [Next in Thread]