On Mon, Jun 30, 2008 at 6:41 PM, Tobia Conforto <[EMAIL PROTECTED]> 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
