ALbert Gráfica - Suporte | 2 Dec 2010 17:58
Picon
Favicon

gw-test-enumeration-spec.scm:

Hi, to all,

I'm trying compile the g-wrag 1.3.4 on Centos 5. and its give this
messages.

LD_LIBRARY_PATH=/home/administrator/suporte/g-wrap-1.3.4/test/..:/home/administrator/suporte/g-wrap-1.3.4/test/..:
\
        guile -c \
          "(debug-enable 'backtrace) \
           (debug-enable 'debug) \
           (read-enable 'positions) \
           (set! %load-path (cons
\"/home/administrator/suporte/g-wrap-1.3.4/test/..\" %load-path)) \
           (use-modules (g-wrap)) \
           (primitive-load \"./gw-test-enumeration-spec.scm\") \
           (gw:generate-wrapset \"gw-test-enumeration\")"
WARNING: (g-wrap): imported module (g-wrap sorting) overrides core
binding `sort'
Backtrace:
In current input:
   1: 0* [primitive-load "./gw-test-enumeration-spec.scm"]
In ./gw-test-enumeration-spec.scm:
   7: 1* (let* ((ws #)) (gw:wrapset-set-guile-module! ws (quote #)) ...)
  20: 2* (let* ((enum #)) (gw:enum-add-value! enum "GW_TEST_ENUM_ZERO"
...) ...)
  20: 3* (gw:wrap-enumeration ws (quote <gw-test-enum>) "enum GWTestEnum")

./gw-test-enumeration-spec.scm:20:15: In expression (gw:wrap-enumeration
ws (quote <gw-test-enum>) ...):
./gw-test-enumeration-spec.scm:20:15: Unbound variable: gw:wrap-enumeration
(Continue reading)

Andreas Rottmann | 2 Dec 2010 21:54
Picon
Picon
Gravatar

Re: gw-test-enumeration-spec.scm:

ALbert Gráfica - Suporte <suporte <at> albertgrafica.com.br> writes:

> Hi, to all,
>
>
> I'm trying compile the g-wrag 1.3.4 on Centos 5. and its give this
> messages.
>
Does any application still require G-Wrap 1.3.x? It is really ancient
and not supported anymore; if you can, I'd advice to use the latest
release, 1.9.13.

> LD_LIBRARY_PATH=/home/administrator/suporte/g-wrap-1.3.4/test/..:/home/administrator/suporte/g-wrap-1.3.4/test/..:
> \
>         guile -c \
>           "(debug-enable 'backtrace) \
>            (debug-enable 'debug) \
>            (read-enable 'positions) \
>            (set! %load-path (cons
> \"/home/administrator/suporte/g-wrap-1.3.4/test/..\" %load-path)) \
>            (use-modules (g-wrap)) \
>            (primitive-load \"./gw-test-enumeration-spec.scm\") \
>            (gw:generate-wrapset \"gw-test-enumeration\")"
> WARNING: (g-wrap): imported module (g-wrap sorting) overrides core
> binding `sort'
> Backtrace:
> In current input:
>    1: 0* [primitive-load "./gw-test-enumeration-spec.scm"]
> In ./gw-test-enumeration-spec.scm:
>    7: 1* (let* ((ws #)) (gw:wrapset-set-guile-module! ws (quote #)) ...)
(Continue reading)


Gmane