chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Gtk2 egg on OS X


From: felix winkelmann
Subject: Re: [Chicken-users] Gtk2 egg on OS X
Date: Wed, 2 Jul 2008 08:01:44 +0200

On Mon, Jun 30, 2008 at 6:41 PM, Tobia Conforto <address@hidden> wrote:
>
> Now I'm stuck on a weird error:
>
>
> csc  -C -DXTHREADS -C -I/opt/local/include/gtk-2.0 -C
> -I/opt/local/lib/gtk-2.0/include -C -I/opt/local/include/atk-1.0 -C
> -I/opt/local/include/cairo -C -I/opt/local/include/pango-1.0 -C
> -I/opt/local/include/glib-2.0 -C -I/opt/local/lib/glib-2.0/include -C
> -I/opt/local/include -C -I/opt/local/include/freetype2 -C
> -I/opt/local/include/libpng12 -C -I/usr/X11/include  -L -R/usr/X11/lib -L
> -Wl,-framework,CoreServices,-framework,ApplicationServices -L
> -L/opt/local/lib -L -L/usr/X11/lib -L -lgtk-x11-2.0 -L -lgdk-x11-2.0 -L
> -latk-1.0 -L -lgdk_pixbuf-2.0 -L -lpangocairo-1.0 -L -lcairo -L -lSM -L
> -lICE -L -lpangoft2-1.0 -L -lpango-1.0 -L -lm -L -lgobject-2.0 -L
> -lgmodule-2.0 -L -lglib-2.0 -L -lintl -L -liconv -L -lfreetype -L -lz -L
> -lfontconfig -L -lexpat -L -lpng12 -L -lXrender -L -lX11 -run-time-macros -o
> wrap wrap.scm
> Error: unbound variable: |???|
>

Can you run "chicken wrap.scm -runtime-macros -debug p -:d -verbose"?
This might be a problem loading compiled files during compilation, and perhaps
we can see what the compiler is trying to load there.


cheers,
felix




reply via email to

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