Fixed in under an hour. Go open source! :-D

On Tue, Mar 20, 2012 at 3:27 PM, Michael Roberts <mich...@vivtek.com> wrote:

> Holy schemoley!  It works!
>
> On 3/20/2012 3:52 PM, David Mertens wrote:
> > Try putting your assignments in a BEGIN block. The use statements are
> > being called before the variables have their assigned values.
> >
> > our ($INCLUDES, $LIBRARIES);
> >
> > BEGIN {
> >     $INCLUDES = '-I"c:\Program Files\ImageMagick-6.7.5-Q16\include"';
> >     $LIBRARIES = '-L"c:/projects/imagemagick/Image-Magic-Wand"
> > -L"c:\Program Files\ImageMagick-6.7.5-Q16\lib" -lwand';
> > }
> >
> > ...
>
>
>


-- 
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan

Reply via email to