//flex table opened by JP

Click to See Complete Forum and Search --> : ImageMagick


nothing
09-08-2004, 11:17 PM
Does anyone here use this library?

ScaryBinary
09-14-2004, 09:15 PM
I guess not.

:D :rolleyes:

nothing
09-14-2004, 09:18 PM
I can't even build it :(

wardD
09-14-2004, 09:53 PM
ok, I,ll bite. what library:rolleyes:

ward

ScaryBinary
09-14-2004, 10:20 PM
Which binaries and OS are you using? Visaual C++ 6.0 and Windows?

{edit} Sorry wardD, here's a link (because I'm lazy): ImageMagick (http://www.imagemagick.org/)

nothing
09-15-2004, 12:48 AM
That's right. Visual C++ 6.0 on Windows. It is late now and I don't feel like messing with it right now to tell you what I do and the error I get but tomorrow I'll do it and post everything here. Thanks.

wardD
09-15-2004, 08:23 PM
thanks scarry binary, way over my head, but at least I know!


ward:t

nothing
09-15-2004, 09:33 PM
Warning: long post :)

I went to this website http://www.imagemagick.org/download/windows/ and I downloaded the file called ImageMagick-6.0.8-1.zip from this
link: http://www.imagemagick.org/download/windows/ImageMagick-6.0.8-1.zip

I unziped the .zip file (oh, really? lol)

I opened Microsoft Visual C++ 6.0, clicked on File, Open, went to the configure subdirectory under VisualMagick and opened the configure.dsw
workspace. I set the build configuration to Release and built everything without no problems.

When I ran it, the configuration wizard appeared on the screen. I clicked on next. I want to be able to use ImageMagick in my program without
having to force the user to install it on his/her computer in order to use my program. I read somewhere that I have to compile it as static,
something like that, but for now I just basically accepted the default settings. The only thing I did was to uncheck the little box that
says "Create Visual Studio 7 format".

I clicked on File, Open, went to the VisualMagick directory and opened a file called VisualDynamicMT.dsw. I clicked on Build, Set Active Configuration,
selected All-Win32 Release and clicked on OK. I clicked on Build and then Clean. I clicked on Build and then Build.

A couple of seconds later, the build process stoped and here is the compiler's output... (sorry if it's too long)

--------------------Configuration: CORE_zlib - Win32 Release--------------------
Compiling resources...
Compiling...
adler32.c
compress.c
crc32.c
deflate.c
gzio.c
infback.c
inffast.c
inflate.c
inftrees.c
trees.c
uncompr.c
zutil.c
Generating Code...
Linking...
Creating library ..\lib\CORE_RL_zlib_.lib and object ..\lib\CORE_RL_zlib_.exp
--------------------Configuration: CORE_bzlib - Win32 Release--------------------
Compiling resources...
Compiling...
blocksort.c
bzlib.c
BZIP compiling as DLL export
compress.c
BZIP compiling as DLL export
crctable.c
BZIP compiling as DLL export
decompress.c
BZIP compiling as DLL export
huffman.c
BZIP compiling as DLL export
randtable.c
BZIP compiling as DLL export
Generating Code...
BZIP compiling as DLL export
Linking...
Creating library ..\lib\CORE_RL_bzlib_.lib and object ..\lib\CORE_RL_bzlib_.exp
--------------------Configuration: CORE_jpeg - Win32 Release--------------------
Compiling resources...
Compiling...
jcapimin.c
jcapistd.c
jccoefct.c
jccolor.c
jcdctmgr.c
jchuff.c
jcinit.c
jcmainct.c
jcmarker.c
jcmaster.c
jcomapi.c
jcparam.c
jcphuff.c
jcprepct.c
jcsample.c
jctrans.c
jdapimin.c
jdapistd.c
jdatadst.c
jdatasrc.c
Generating Code...
Compiling...
jdcoefct.c
jdcolor.c
jddctmgr.c
jdhuff.c
jdinput.c
jdmainct.c
jdmarker.c
jdmaster.c
jdmerge.c
jdphuff.c
jdpostct.c
jdsample.c
jdtrans.c
jerror.c
jfdctflt.c
jfdctfst.c
jfdctint.c
jidctflt.c
jidctfst.c
jidctint.c
Generating Code...
Compiling...
jidctred.c
jmemmgr.c
jmemnobs.c
jquant1.c
jquant2.c
jutils.c
transupp.c
Generating Code...
Linking...
Creating library ..\lib\CORE_RL_jpeg_.lib and object ..\lib\CORE_RL_jpeg_.exp
--------------------Configuration: CORE_fpx - Win32 Release--------------------
Compiling...
chen_dct.c
dbuffer.c
Compiling as dll export
decoder.c
Compiling as dll export
dectile.c
Compiling as dll export
dhuff.c
Compiling as dll export
djpeg.c
Compiling as dll export
dllmain.c
Compiling as dll export
dparser.c
Compiling as dll export
dscan.c
Compiling as dll export
ebuffer.c
Compiling as dll export
ejpeg.c
Compiling as dll export
enctile.c
Compiling as dll export
eparser.c
Compiling as dll export
fpxmem.c
Compiling as dll export
huffman.c
Compiling as dll export
mcu2rast.c
Compiling as dll export
process.c
Compiling as dll export
public.c
Compiling as dll export
tables.c
Compiling as dll export
winograd.c
Compiling as dll export
Generating Code...
Compiling as dll export
Compiling...
win_dct.c
Generating Code...
Compiling as dll export
Compiling...
a_file.cpp
b_string.cpp
color.cpp
common_b.cpp
Compiling as dll export
debug.cpp
Compiling as dll export
filename.cpp
geometry.cpp
graphic.cpp
Compiling as dll export
buffdesc.cpp
coltwist.cpp
Compiling as dll export
filter.cpp
Compiling as dll export
fpxformt.cpp
Compiling as dll export
fpximgvw.cpp
Compiling as dll export
fpxlib.cpp
Compiling as dll export
fpxlibio.cpp
Compiling as dll export
fpxutils.cpp
Compiling as dll export
f_fpxio.cpp
Compiling as dll export
f_fpxvw.cpp
Compiling as dll export
imginfio.cpp
Compiling as dll export
pres_fpx.cpp
Compiling as dll export
Generating Code...
Compiling as dll export
Compiling...
ptil_fpx.cpp
gen_guid.cpp
Compiling as dll export
oleclink.cpp
Compiling as dll export
olecore.cpp
Compiling as dll export
olefiles.cpp
Compiling as dll export
olehstrm.cpp
Compiling as dll export
oleprop.cpp
Compiling as dll export
Compiling as dll export
..\..\fpx\basics\graphic.h(92) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
oleprops.cpp
Compiling as dll export
..\..\fpx\basics\graphic.h(92) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
olestats.cpp
olestorg.cpp
Compiling as dll export
Compiling as dll export
..\..\fpx\basics\graphic.h(92) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
olestrm.cpp
Compiling as dll export
..\..\fpx\basics\graphic.h(92) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
compress.cpp
corr_lut.cpp
Compiling as dll export
cp32to24.cpp
Compiling as dll export
cp_jpeg.cpp
Compiling as dll export
fn_srch.cpp
Compiling as dll export
matrix.cpp
Compiling as dll export
ph_image.cpp
Compiling as dll export
pimgfile.cpp
Compiling as dll export
priimage.cpp
Compiling as dll export
Generating Code...
Compiling as dll export
Compiling...
pr_level.cpp
ptile.cpp
Compiling as dll export
ri_page.cpp
Compiling as dll export
ri_sys.cpp
Compiling as dll export
viewimg.cpp
Compiling as dll export
Generating Code...
Compiling as dll export
Error executing cl.exe.

All - 4 error(s), 0 warning(s)

Am I doing something wrong? Thanks for the help!

megaspazz
09-15-2004, 09:55 PM
whoa! that has to be the longest post i've seen here at sysopt:eek:

even longer than one of G's posts! :D

ScaryBinary
09-15-2004, 10:18 PM
Gimme a moment....I'm going to try to compile it myself, but for some reason it's taking my machine like 20 minues to unzip the stupid thing...:(

nothing
09-15-2004, 11:03 PM
Originally posted by ScaryBinary
Gimme a moment....I'm going to try to compile it myself, but for some reason it's taking my machine like 20 minues to unzip the stupid thing...:(

Kick it :p

ScaryBinary
09-16-2004, 12:05 AM
Originally posted by nothing
Kick it :p

I did, and now it has a problem booting! Get it? "Kick"? "Boot"? See, you wear boots on your foot, and you kick with your foot, so....bah, forget it. :rolleyes: :D

The results are in, and I get the same errors you get. I'm not real familiar with some of the intricacies of C++, but I figure I'll mess around a bit and see what happens. I may also try a Static build or something and see what happens....

fishybawb
09-16-2004, 06:16 AM
All I could find on that error boiled down to this:

http://support.microsoft.com/default.aspx?scid=kb;en-us;315490
http://owlnext.sourceforge.net/qa51.html

An M$ bug?! :D

ScaryBinary
09-17-2004, 01:12 PM
Tried the first fix in the Sourceforge article posted by fishybawb...still couldn't get it to work. ....Though it's possible I didn't set the compiler option up properly. I couldn't get the output to confirm that the source was built using the option.