Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

ImageMagick - JMacick

  • 08-01-2003 6:54pm
    #1
    Registered Users Posts: 183 ✭✭


    Has anyone successfully installed Jmagick?

    I'm trying to install Jmagick on a windows98 system.

    The version i downloaded tells you to type ./configure into the command line. But when i do this it doesn't understand the command: Bad command or file name

    Is this only for a unix system or do i need to download something elce that will understand the ./configure command?

    Is there any different versions of Jmagick i can download that would make this easier?


Comments

  • Closed Accounts Posts: 304 ✭✭Zaltais


    ./configure is usually a LINUX / UNIX command, and a quick look at the JMagick page says he's looking for help with a Windows port...

    So you may not be able to use it on windows

    But I've been using PerlMagick a fair bit lately, and it rocks, so maybe you sould convert to linux :D


  • Closed Accounts Posts: 5,564 ✭✭✭Typedef


    If you have the pertinent libraries installed on a winders machine you 'might' get ImagMagick compiled.

    I'd reckon Dev-C++ might have lots of the libraries you need to compile this proggie.

    configure is just a script afaik, so umm, really try renaming it to configure.bat... then try configure.bat... and making sure that the Dev-C++\bin directory in in your path and make sure that you specify the Dev-C++\lib path or path(s) if you have MSVC++ present on your system and would like to compile against libs there.


Advertisement