[q-lang-users] magick.q: error loading module
Brought to you by:
agraef
From: Brian W. <drc...@gm...> - 2005-06-25 19:18:42
|
Hi folks, I'm a new user. I grabbed the windows executable bundle: Q-pad. When I try to run magicktest.q, I get 116 unresolved symbols. (See output including debug output below.) I did a search for "magick.dll" files on my disk and only have the one: c:\Program Files\Qpad\lib\magick.dll so I don't think it's a conflicting version. Any thoughts? Thanks very much. Brian ----------------------- % C:\Program Files\Qpad\examples\magick\magicktest.q C:\Program Files\Qpad\lib/magick.q: error loading module Warning: 116 unresolved external symbols ! Value mismatch in definition ** clib::sys_vars =3D=3D> (1,2,4,...) -- def (SIZEOF_CHAR,SIZEOF_SHORT,SIZEOF_INT,...) =3D (1,2,4,...) -- def SIG_IGN =3D -1 -- def SIG_DFL =3D 0 -- def SIG_TRP =3D 1 -- def SCHED_OTHER =3D 0 -- def SCHED_RR =3D 1 -- def SCHED_FIFO =3D 2 -- def AF_UNIX =3D -1 -- def AF_FILE =3D -1 -- def S_ISUID =3D 2048 -- def S_ISGID =3D 1024 -- def S_ISVTX =3D 512 -- def S_IRWXU =3D 448 -- def S_IRUSR =3D 256 -- def S_IWUSR =3D 128 -- def S_IXUSR =3D 64 -- def S_IRWXG =3D 56 -- def S_IRGRP =3D 32 -- def S_IWGRP =3D 16 -- def S_IXGRP =3D 8 -- def S_IRWXO =3D 7 -- def S_IROTH =3D 4 -- def S_IWOTH =3D 2 -- def S_IXOTH =3D 1 ** this_thread =3D=3D> <<Thread>> -- def clib::MAIN_THREAD =3D <<Thread>> ** ggi::ggi_vars =3D=3D> (1,0,1,...) -- def (GGI_FLAG_ASYNC,GGI_EV_NOTHING,GGI_EV_COMMAND,...) =3D (1,0,1,...) -- def DEFAULT =3D 0 |