RSS/Atom feed Twitter
Site is read-only, email is disabled

Gimp 2.7.2 Windows 64 bit Compiling Issues plug-ins/file-jpegs

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Gimp 2.7.2 Windows 64 bit Compiling Issues plug-ins/file-jpegs Partha Bagchi 13 Mar 21:42
Partha Bagchi
2011-03-13 21:42:48 UTC (almost 14 years ago)

Gimp 2.7.2 Windows 64 bit Compiling Issues plug-ins/file-jpegs

Hi,

The latest git (March 13) seems to have broken plug-ins/file-jpeg compiling on my
machine. Please note that I am able to compile the March 5 gimp-git-master version. Also,
I am able to compile --without-libjpeg.

This works: ./configure --prefix=/opt/gimp-2.7.2 --build=x86_64-w64-mingw32 CPPFLAGS="-I/ t/include -I/c/Python27/include" LIBS="-L/opt/lib -L/c/Python27/Lib" --without-libjpeg

This does not: ./configure --prefix=/opt/gimp-2.7.2 --build=x86_64-w64-mingw32 CPPFLAGS="-I/ t/include -I/c/Python27/include" LIBS="-L/opt/lib -L/c/Python27/Lib"

Looks likes the issue is with jpeg-exif.o: In function `jpeg_exif_rotate_query_dialog': and libintl. ___________________________________________________________________ I am getting the following error: c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil e-jpeg/jpeg.c:203: undefined reference to `libintl_bindtextdomain' c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil e-jpeg/jpeg.c:203: undefined reference to `libintl_bind_textdomain_codeset' c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil e-jpeg/jpeg.c:203: undefined reference to `libintl_textdomain' c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil

- Ignored: e-jpeg/jpeg.c:300: undefined reference to `libintl_gettext' jpeg-exif.o: In function `jpeg_exif_rotate_query_dialog': c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil e-jpeg/jpeg-exif.c:292: undefined reference to `libintl_gettext' c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil e-jpeg/jpeg-exif.c:292: undefined reference to `libintl_gettext' c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil e-jpeg/jpeg-exif.c:350: undefined reference to `libintl_gettext' c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil e-jpeg/jpeg-exif.c:365: undefined reference to `libintl_gettext' jpeg-exif.o:c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\ plug-ins\file-jpeg/jpeg-exif.c:376: more undefined references to `libintl_gettex
t' follow
collect2: ld returned 1 exit status make[3]: *** [file-jpeg.exe] Error 1 make[3]: Leaving directory
`/usr/src/gimp/gimp-2.7.2/nightly-builds/gimp-Mar13-2 .7.2/plug-ins/file-jpeg'
make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
`/usr/src/gimp/gimp-2.7.2/nightly-builds/gimp-Mar13-2 .7.2/plug-ins'
make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
`/usr/src/gimp/gimp-2.7.2/nightly-builds/gimp-Mar13-2 .7.2'
make: *** [all] Error 2
_____________________________________________________________________________ Windows 7 64-bit using
$ gcc -v
Using built-in specs.
Target: x86_64-w64-mingw32
Configured with: ../gcc44-svn/configure --host=x86_64-w64-mingw32 --target=x86_6
4-w64-mingw32 --disable-multilib --enable-checking=release --prefix=/mingw64 --w
ith-sysroot=/mingw64 --enable-languages=c,c++,fortran,objc,obj-c++ --enable-libg
omp --with-gmp=/mingw64 --with-mpfr=/mingw64 --disable-nls --disable-win32-regis
try
Thread model: win32
gcc version 4.4.5 20101001 (release) [svn/rev.164871 - mingw-w64/oz] (GCC)

I am using gtk version 2.22 (64 bit) and glib version 2.28 (64 bit). Also, I have gnutext and friends installed and I am not having this problem with
other software that I compiled.

Any suggestions appreciated.

Thanks in advance, Partha
www.partha.com

- Done.

---------- Forwarded message ---------- From: Partha Bagchi
To: gimp-developer-request@lists.xcf.berkeley.edu Date: Sun, 13 Mar 2011 17:36:56 -0400 Subject: Gimp 2.7.2 Compiling plug-ins/file-jpeg Hi,

The latest git (March 13) seems to have broken jpeg compiling on my machine. Please note that I am able to compile March 5 version. Also, I am able to compile --without-libjpeg.

This works: ./configure --prefix=/opt/gimp-2.7.2 --build=x86_64-w64-mingw32 CPPFLAGS="-I/ t/include -I/c/Python27/include" LIBS="-L/opt/lib -L/c/Python27/Lib" --without-libjpeg

This does not:

./configure --prefix=/opt/gimp-2.7.2 --build=x86_64-w64-mingw32 CPPFLAGS="-I/ t/include -I/c/Python27/include" LIBS="-L/opt/lib -L/c/Python27/Lib"

I am getting the following error:
c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil
e-jpeg/jpeg.c:203: undefined reference to `libintl_bindtextdomain'
c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil
e-jpeg/jpeg.c:203: undefined reference to `libintl_bind_textdomain_codeset'
c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil
e-jpeg/jpeg.c:203: undefined reference to `libintl_textdomain'
c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil
e-jpeg/jpeg.c:300: undefined reference to `libintl_gettext'
jpeg-exif.o: In function `jpeg_exif_rotate_query_dialog':
c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil
e-jpeg/jpeg-exif.c:292: undefined reference to `libintl_gettext'
c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil
e-jpeg/jpeg-exif.c:292: undefined reference to `libintl_gettext'
c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil
e-jpeg/jpeg-exif.c:350: undefined reference to `libintl_gettext'
c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\plug-ins\fil
e-jpeg/jpeg-exif.c:365: undefined reference to `libintl_gettext'
jpeg-exif.o:c:\Users\partha\src\gimp\gimp-2.7.2\nightly-builds\gimp-Mar13-2.7.2\
plug-ins\file-jpeg/jpeg-exif.c:376: more undefined references to `libintl_gettex
t' follow
collect2: ld returned 1 exit status
make[3]: *** [file-jpeg.exe] Error 1
make[3]: Leaving directory `/usr/src/gimp/gimp-2.7.2/nightly-builds/gimp-Mar13-2
.7.2/plug-ins/file-jpeg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gimp/gimp-2.7.2/nightly-builds/gimp-Mar13-2
.7.2/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gimp/gimp-2.7.2/nightly-builds/gimp-Mar13-2
.7.2'
make: *** [all] Error 2
_____________________________________________________________________________
Windows 7 64-bit using
$ gcc -v
Using built-in specs.
Target: x86_64-w64-mingw32
Configured with: ../gcc44-svn/configure --host=x86_64-w64-mingw32 --target=x86_6
4-w64-mingw32 --disable-multilib --enable-checking=release --prefix=/mingw64 --w
ith-sysroot=/mingw64 --enable-languages=c,c++,fortran,objc,obj-c++ --enable-libg
omp --with-gmp=/mingw64 --with-mpfr=/mingw64 --disable-nls --disable-win32-regis
try
Thread model: win32
gcc version 4.4.5 20101001 (release) [svn/rev.164871 - mingw-w64/oz] (GCC)

I am using gtk version 2.22 (64 bit) and glib version 2.28 (64 bit).
Also, I have gnutext and friends installed and I am not having this
problem with
other software that I compiled.

Any suggestions appreciated.

Thanks in advance,
Partha
www.partha.com