Search found 4 matches
- 2013-09-18T04:29:22-07:00
- Forum: Bugs
- Topic: mingw IM6.8.6-9 IsWow64Process undefined reference
- Replies: 4
- Views: 3373
Re: mingw IM6.8.6-9 IsWow64Process undefined reference
It does not. I get the same errors with or without './configure --enable-shared'.
- 2013-09-17T17:26:21-07:00
- Forum: Bugs
- Topic: mingw IM6.8.6-9 IsWow64Process undefined reference
- Replies: 4
- Views: 3373
Re: mingw IM6.8.6-9 IsWow64Process undefined reference
The IsWow64Process undefined reference error came from restarting the MSYS window and not re-exporting CPPFLAGS and LDFLAGS, i.e. export CPPFLAGS="-Ic:/gnuwin32/include" export LDFLAGS="-Lc:/gnuwin32/lib" Once I exported, I had to 'make distclean', run './configure --without-perl', and then 'make ...
- 2013-09-16T16:06:54-07:00
- Forum: Bugs
- Topic: mingw IM6.8.6-9 IsWow64Process undefined reference
- Replies: 4
- Views: 3373
mingw IM6.8.6-9 IsWow64Process undefined reference
I found an old post saying this was fixed a while back. However, when I compile IM 6.8.6-9 I first get a warning: magick/nt-base.c: In function 'NTIs64BitPlatform': magick/nt-base.c:1021:3: warning: implicit declaration of function 'IsWow64Process' [-Wimplicit-function-declaration] return ...
- 2013-09-16T14:38:21-07:00
- Forum: Bugs
- Topic: MinGW bug in magick/string.c - asciimap?
- Replies: 1
- Views: 2277
MinGW bug in magick/string.c - asciimap?
magick/string.c: In function 'LocaleCompare': magick/string.c:1545:24: error: 'AsciiMap' undeclared (first use in this function) if ((c == 0) || (AsciiMap[c] != AsciiMap[d])) ^ Looks like asciimap is defined as 'asciimap' but referenced as 'AsciiMap'. Any one else see this when they compile? Thanks