Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Build PHP Imagick 2.3.0 w/ImageMagick 6.5.4.8/10 using VC6 |
|
Author |
|
Mitron
Joined: 04 Jan 2006 Posts: 63
|
Posted: Wed 12 Aug '09 7:57 Post subject: Build PHP Imagick 2.3.0 w/ImageMagick 6.5.4.8/10 using VC6 |
|
|
Ok, having difficulties getting the extension php_imagick.dll built. I have a tutorial here that worked with an older version of PHP and Imagemagick, but 5.3 keeps barfing on me.
Anyone want to give this a shot?
I can compile ImageMagick (all 5 combinations), but when I build PHP --with-imagick=shared, the process fails:
Code: | CORE_RL_wand_.lib(wand.obj) : error LNK2001: unresolved external symbol _AddValu
eToSplayTree
CORE_RL_wand_.lib(wand.obj) : error LNK2001: unresolved external symbol _NewSpla
yTree
CORE_RL_wand_.lib(wand.obj) : error LNK2001: unresolved external symbol _Destroy
SplayTree
CORE_RL_wand_.lib(wand.obj) : error LNK2001: unresolved external symbol _DeleteN
odeByValueFromSplayTree
Release_TS\php_imagick.dll : fatal error LNK1120: 189 unresolved externals
NMAKE : fatal error U1077: '"cl.exe"' : return code '0x2'
Stop.
|
Any ideas? |
|
Back to top |
|
|
|
|
|
|