This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (gnome gtk) et al


On 12 May 2003 09:45:37 -0500
Ariel Rios <ariel@gnu.org> wrote:

> On Mon, 2003-05-12 at 08:58, Stan Pinte wrote:
> 
> > 
> > In unknown file:
> >    ?: 5* [#<procedure #f (form)> (if gnome-config-typo () ...)]
> > In /usr/local/bin/build-guile-gtk-1.2:
> > 1349: 6* (let ((name #) (options #)) (case (car form) (# #) (# #) ...))
> > 1351: 7  (case (car form) ((define-type-alias) (register-type name #)) ...)
> > 1385: 8  (if (memq # gtkconf-autobuild-flags) (process-forms #) (process-forms #))
> > 1385: 9* [memq gnome-config-typo ...
> > 
> Interesting. Gnome-guile used build-guile-gtk from the guile-gtk module
> at GNOME CVS. What is the status now?

Another hint (sorry to be so verbose...)

I added debugging info in build-guile-gtk-1.2, and noticed that the following forms are provoking the problem:

; (if gnome-config-typo
;     ()
;     ((define-func gnome_config_private_clean_section
;        none
;        ((string path)))))

; (if gnome-config-typo
;     ()
;     ((define-func gnome_config_has_section
;        bool
;        ((string Path)))))


If commented, then gnome.defs is parsed without problems.

I'll try to compile it.

Stan.

> 
> -- 
> Ariel Rios <ariel@gnu.org>
> 


-- 

+----------------   Stanislas Pinte   ------------------+
|                   Sales Director                      |
|                                                       | 
|                 Alto Software sprl	                |
|               http://www.altosw.be/          		| 
|							|
|              cell:	 32 476 340 841		        |
|             email:	 stan@altosw.be          	|
+-------------------------------------------------------+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]