Re: [q-lang-users] magick.q: error loading module
Brought to you by:
agraef
From: Brian W. <drc...@gm...> - 2005-06-26 23:26:19
|
Hello Dr. Gr"af, Thanks for your comments. Based on them, I made some progress. I installed version 6.2.3 of imagemagick, which gave "signal 11 caught" which caused things to fail. Then I down-graded to version 5.5.7. Now, I'm getting further, but when I use read_image I get the following sort of problems: =3D=3D> read_image "mozilla.png" () ** read_image "mozilla.png" () =3D=3D> magick_error "430: UnableToOpenFi= le ()" magick_error "430: UnableToOpenFile ()" =3D=3D> read_image "logo:" () ** read_image "logo:" () =3D=3D> magick_error "430: UnableToOpenFile ()" magick_error "430: UnableToOpenFile ()" =3D=3D> read_image "xc:white" (100,100,0,8) ** read_image "xc:white" (100,100,0,...) =3D=3D> magick_error "430: UnableToOpenFile ()" magick_error "430: UnableToOpenFile ()" By virtue of at least the last example, I conclude that the problem is not one of paths: xc: creates an image without reference to the file system, I gather. Any further comments would be greatly appreciated. Thanks again. Brian On 6/25/05, Albert Graef <Dr....@t-...> wrote: > Brian Wilfley wrote: > > 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.) >=20 > Which ImageMagick version do you have installed? And are you sure that > the ImageMagick dlls are somewhere on the PATH? >=20 > -- > Dr. Albert Gr"af > Dept. of Music-Informatics, University of Mainz, Germany > Email: Dr....@t-..., ag...@mu... > WWW: http://www.musikwissenschaft.uni-mainz.de/~ag >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > q-lang-users mailing list > q-l...@li... > https://lists.sourceforge.net/lists/listinfo/q-lang-users > |