It is currently Tue Sep 15, 2026 7:16 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 117 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: A Gimp 2.8 update
PostPosted: Tue Nov 02, 2010 6:51 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
I downgraded babl and gegl to 0.1.2.
That took care of most of the freezes.
In .xsession-errors I read something disturbing:something about tiles leaking.
This probably means memory leaks.And enough of that and your system conks out.
(For those unfamiliar with memory leaks,it won't damage your hardware.)
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Tue Nov 02, 2010 7:07 pm  (#22) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
gerard82 wrote:
Well it's still buggy.


Of course!

2.7.x is unstable and from GIT ymmv - it may not even run some days depending on what was recently changed. That's why they warn people about using it for any important things.

P.S. anyone know why the quote button is now a picture of flowers?

-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Tue Nov 02, 2010 7:19 pm  (#23) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
My quote button isn't flowers.

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Tue Nov 02, 2010 8:29 pm  (#24) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
PhotoMaster wrote:
My quote button isn't flowers.


Wow - that was creepy - I should have made a screen grab. I right clicked and selected view image and it was a bunch of circles in an oval (like I was seeing on the web pages). I refreshed and it became the quote button.

Sorry for the threadjack...

-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 4:51 am  (#25) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
My quote button is okay... it must just like you Rob A

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 5:24 am  (#26) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
@RobA,
I know that it is unstable.
But this is my dilemma:
viewtopic.php?f=12&t=656
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 6:18 am  (#27) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
Ok i downloaded the tar ball, how do i compile it for windows xp? =)
I do have Cygwin and the compiler. I just need to learn the process.

thanks

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 6:52 am  (#28) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
I keep getting this error when trying to install the batch file

Image

EDIT:changed location to echo>>getunzip.tmp get /pub/infozip/win32/unz552xn.exe
downloaded the exe file for windows 32 and installed it tried again to compile batch files...results
SUCCESS!

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 7:17 am  (#29) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
I know very little of Windows.
I understand cygwin allows to "run" Linux in a Windows environment.
You'll have to use the command line interface.
Of course the tar.bz2 file has to be unpacked first.
You should be in the directory/map where this file resides.
The Linux command for unpacking is:
tar xvjf gimp-2.7.2.tar.bz2
A new directory/map is created ~/gimp-2.7.2
You should change to that directory.
In Linux the next command would be: ./configure
If that runs w/o errors then do "make".
Still no errors,then "make install".
In Linux you can tell it where you want it installed,how that's done in Windows no idea.

Hope this works.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 9:36 am  (#30) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
Rod wrote:
Ok i downloaded the tar ball, how do i compile it for windows xp? =)
I do have Cygwin and the compiler. I just need to learn the process.

thanks


The wiki is down. Here is the last internet archive link: http://web.archive.org/web/200802251029 ... oftWindows

You need MSys and cygwin installed.

This thread at gimptalk has details on what was there: http://www.gimptalk.com/forum/viewtopic ... 7&p=358440

A few posts down is the modified script I used to get the 2.7 tarball. I found the tarballs hideously outdated so I gave up. I tried several timed to get gimp from git under windows working but never had any luck, possibly because of a sheer lack of knowledge on autotools.

That is when I switched from doing it under windows to doing it in a linux VM from GIT. The only think I'd like to add is crosscompile support so I could compile windows version of the plugins from the linux VM.

-Rob A>

P.S. I noticed it is gerard82's avatar that was showing up as my reply button! Weird!

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 10:37 am  (#31) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
Possibly you posted at the same time. =)

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 10:46 am  (#32) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
RobA wrote:
You need MSys and cygwin installed.


i suppose you mean "You need MingW32, and MSys installed." as far i know the use of cgwin to build gimp is discouraged because usually lead to disappointing failures.

But as you wrote build in win seems a impossible task also because all the possible guides are totally outdated

let us know if you get any luck for cross compiling

@ ROD

only hope to get competent help to compile on win seems have all the right tool ready (so no cgwin ) have already a idea on how get the code from git, go on the mail gimp chat ask help and cross the finger

but i believe easier get help for crosscompiling that just to build for win...even who build all official binary crosscompile from linux,and suggest to do the same

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 10:47 am  (#33) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
we posted at same time...

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 10:47 am  (#34) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
next
change this lines to

echo ----------------------------------------------------------------------
echo Downloading wget
echo ----------------------------------------------------------------------
echo> getwget.tmp open http://ftp.gnu.org
echo>>getwget.tmp binary
echo>>getwget.tmp get /gnu/wget/wget-1.12.tar.gz
echo>>getwget.tmp close
echo>>getwget.tmp quit
ftp -s:getwget.tmp -A
echo.
IF NOT EXIST gnu/wget/wget-1.12.tar.gz (
echo !!! Failed to download file: gnu/wget/wget-1.12.tar.gz
goto ERR

results:
failed to dl and install wget
so i dl myself and placed in the user folder in home of cygwin directory tried again..results
failed
downloaded the binary here
http://sourceforge.net/projects/gnuwin3 ... p/download

downloaded MinGW.exe here: http://sourceforge.net/projects/mingw/files/

The batch file was way out of date hey. =)
NEXT:
ran the MinGW exe and downloaded/setup the compilers and all necessary files for that.
ncludes extensions to the MSVC runtime to support C99 functionality.

now to run the compilegimpaswindowsshell.sh script
first had to dl the script here
http://web.archive.org/web/200802250925 ... hellScript
then make a change to the current version to 2.7.2
EXPAT_PACKAGE="expat"
GIMP_PACKAGE="gimp-2.7.2"
ran the sh script results
*************************************

Compaq_Owner@Family-Room ~
$ ./CompileGimp.sh
Starting to get build environment for gimp, using gtk 2.6
Testing if wget is available...
OK
Testing if unzip is available...
OK
Downloading GTK-packages...
Getting glib-2.8.0.
Extracting glib-2.8.0.
unzip: cannot find either glib-2.8.0.zip or glib-2.8.0.zip.zip.
Getting glib-dev-2.8.0.
Extracting glib-dev-2.8.0.
unzip: cannot find either glib-dev-2.8.0.zip or glib-dev-2.8.0.zip.zip.
Getting gtk+-2.8.0.
Extracting gtk+-2.8.0.
unzip: cannot find either gtk+-2.8.0.zip or gtk+-2.8.0.zip.zip.
Getting gtk+-dev-2.8.0.
Extracting gtk+-dev-2.8.0.
unzip: cannot find either gtk+-dev-2.8.0.zip or gtk+-dev-2.8.0.zip.zip.
Getting pango-1.10.0.
Extracting pango-1.10.0.
unzip: cannot find either pango-1.10.0.zip or pango-1.10.0.zip.zip.
Getting pango-dev-1.10.0.
Extracting pango-dev-1.10.0.
unzip: cannot find either pango-dev-1.10.0.zip or pango-dev-1.10.0.zip.zip.
Getting atk-1.9.0.
Extracting atk-1.9.0.
unzip: cannot find either atk-1.9.0.zip or atk-1.9.0.zip.zip.
Getting atk-dev-1.9.0.
Extracting atk-dev-1.9.0.
unzip: cannot find either atk-dev-1.9.0.zip or atk-dev-1.9.0.zip.zip.
OK
Downloading and installing tor's packages
Getting pkgconfig-0.15.
Extracting pkgconfig-0.15.
unzip: cannot find either pkgconfig-0.15.zip or pkgconfig-0.15.zip.zip.
Getting libiconv-1.9.1.bin.woe32.
Extracting libiconv-1.9.1.bin.woe32.
unzip: cannot find either libiconv-1.9.1.bin.woe32.zip or libiconv-1.9.1.bin.wo
e32.zip.zip.
Getting gettext-runtime-0.13.1.
Extracting gettext-runtime-0.13.1.
unzip: cannot find either gettext-runtime-0.13.1.zip or gettext-runtime-0.13.1.
zip.zip.
Getting gettext-tools-0.13.1.
Extracting gettext-tools-0.13.1.
unzip: cannot find either gettext-tools-0.13.1.zip or gettext-tools-0.13.1.zip.
zip.
Getting fontconfig-2.2.2-20040412.
Extracting fontconfig-2.2.2-20040412.
unzip: cannot find either fontconfig-2.2.2-20040412.zip or fontconfig-2.2.2-200
40412.zip.zip.
Getting fontconfig-dev-2.2.2-20040412.
Extracting fontconfig-dev-2.2.2-20040412.
unzip: cannot find either fontconfig-dev-2.2.2-20040412.zip or fontconfig-dev-2
.2.2-20040412.zip.zip.
Getting libart_lgpl-2.3.14.
Extracting libart_lgpl-2.3.14.
unzip: cannot find either libart_lgpl-2.3.14.zip or libart_lgpl-2.3.14.zip.zip.

Getting libart_lgpl-dev-2.3.14.
Extracting libart_lgpl-dev-2.3.14.
unzip: cannot find either libart_lgpl-dev-2.3.14.zip or libart_lgpl-dev-2.3.14.
zip.zip.
OK
Downloading and installing mingw packages
Getting libpng-1.2.8-bin.
Extracting libpng-1.2.8-bin.
unzip: cannot find either libpng-1.2.8-bin.zip or libpng-1.2.8-bin.zip.zip.
Getting libpng-1.2.8-dep.
Extracting libpng-1.2.8-dep.
unzip: cannot find either libpng-1.2.8-dep.zip or libpng-1.2.8-dep.zip.zip.
Getting libpng-1.2.8-lib.
Extracting libpng-1.2.8-lib.
unzip: cannot find either libpng-1.2.8-lib.zip or libpng-1.2.8-lib.zip.zip.
Getting jpeg-6b-4-bin.
Extracting jpeg-6b-4-bin.
unzip: cannot find either jpeg-6b-4-bin.zip or jpeg-6b-4-bin.zip.zip.
Getting jpeg-6b-4-dep.
Extracting jpeg-6b-4-dep.
unzip: cannot find either jpeg-6b-4-dep.zip or jpeg-6b-4-dep.zip.zip.
Getting jpeg-6b-4-lib.
Extracting jpeg-6b-4-lib.
unzip: cannot find either jpeg-6b-4-lib.zip or jpeg-6b-4-lib.zip.zip.
Getting tiff-3.7.2-bin.
Extracting tiff-3.7.2-bin.
unzip: cannot find either tiff-3.7.2-bin.zip or tiff-3.7.2-bin.zip.zip.
Getting tiff-3.7.2-lib.
Extracting tiff-3.7.2-lib.
unzip: cannot find either tiff-3.7.2-lib.zip or tiff-3.7.2-lib.zip.zip.
Getting freetype-2.1.8-bin.
Extracting freetype-2.1.8-bin.
unzip: cannot find either freetype-2.1.8-bin.zip or freetype-2.1.8-bin.zip.zip.

Getting freetype-2.1.8-lib.
Extracting freetype-2.1.8-lib.
unzip: cannot find either freetype-2.1.8-lib.zip or freetype-2.1.8-lib.zip.zip.

Getting zlib-1.2.2-bin.
Extracting zlib-1.2.2-bin.
unzip: cannot find either zlib-1.2.2-bin.zip or zlib-1.2.2-bin.zip.zip.
Getting zlib-1.2.2-lib.
Extracting zlib-1.2.2-lib.
unzip: cannot find either zlib-1.2.2-lib.zip or zlib-1.2.2-lib.zip.zip.
Getting libgw32c-0.4-lib.
Extracting libgw32c-0.4-lib.
unzip: cannot find either libgw32c-0.4-lib.zip or libgw32c-0.4-lib.zip.zip.
Getting libiconv-1.8-1-bin.
Extracting libiconv-1.8-1-bin.
unzip: cannot find either libiconv-1.8-1-bin.zip or libiconv-1.8-1-bin.zip.zip.

Getting libiconv-1.8-1-lib.
Extracting libiconv-1.8-1-lib.
unzip: cannot find either libiconv-1.8-1-lib.zip or libiconv-1.8-1-lib.zip.zip.

OK
Downloading and installing mingw packages
unzip: cannot find either expat.zip or expat.zip.zip.
cp: cannot stat `expat/bin/xmltok.dll': No such file or directory
OK
Copying /mingw/include/freetype2 to /mingw/include/freetype
cp: cannot stat `/mingw//include/freetype2/freetype': No such file or directory
OK
Downloading The Gimp sources
OK
Extracting The Gimp sources
OK
Building and installing The Gimp
configure: WARNING: unrecognized options: --disable-print
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for as... as
checking for dlltool... dlltool
checking for objdump... objdump
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
checking the name lister (/mingw/bin/nm) interface... BSD nm
checking whether ln -s works... no, using cp -p
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|
^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /mingw/bin/nm output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared li
braries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /c/usr/bin/pkg-config
checking pkg-config is at least version 0.16... no
checking for target architecture... i686-pc-mingw32
checking for some Win32 platform... yes
checking for native Win32... yes
checking for lib.exe... no
checking for windres... windres
checking for library containing strerror... none required
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
checking whether to turn on debugging... no
checking whether to turn on profiling... no
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Wstrict-prototypes... yes
checking whether gcc understands -Wmissing-declarations... yes
checking whether gcc understands -Winit-self... yes
checking whether gcc understands -Wpointer-arith... yes
checking whether gcc understands -Wold-style-definition... yes
checking whether gcc understands -Wmissing-format-attribute... yes
checking whether gcc understands -Wformat-security... yes
checking whether gcc understands -Wformat-non-literal... no
checking how to get MSVC-compatible struct packing... -mms-bitfields
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... no
checking sys/times.h presence... no
checking for sys/times.h... no
checking for sys/wait.h... (cached) no
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for fsync... no
checking for difftime... yes
checking for mmap... no
checking whether binary relocation support should be enabled... no
checking for _NL_MEASUREMENT_MEASUREMENT... no
checking whether NLS is requested... yes
checking for intltool >= 0.40.1... ./configure: line 13677: intltool-update: com
mand not found
found
configure: error: Your intltool is too old. You need intltool 0.40.1 or later.
OK. Script is finished now.

Compaq_Owner@Family-Room ~
$

so now i need to compile intltool or what? :gaah
isn't that just for Ubuntu

it was all going so nicely too. =\

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 11:01 am  (#35) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
ok found this info and ill try it later =)

install intltool from source or the cygwin package [note: intltool needs perl's XML::Parser module, and the msys perl used for the msys automake doesn't have it. compile it first, or use the cygwin version, or install the ActiveState Perl and point the INTLTOOL_PERL environment variable at it. or something else)

I do have perl installed also so maybe we can still do this!

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 11:09 am  (#36) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
the script you tried to use (that from the wiki ) is totally obsolete
RobA had a more updated version but no so updated to work with the last version from git

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 11:54 am  (#37) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
Yeah i found that out when i looked at it lol.
almost all of the ftp dl sites were no longer viable.
how do i install intltool?

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 12:44 pm  (#38) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
This is a link to one of the latest versions.
http://linux.softpedia.com/get/Utilitie ... 0784.shtml
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 3:25 pm  (#39) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
gerard82 wrote:
This is a link to one of the latest versions.
http://linux.softpedia.com/get/Utilitie ... 0784.shtml
Gerard.


Downloaded it, thanks Gerard for the source link.Now i just need to install it and run the sh file again...lol =)
So i unpacked the folder to my msys/user/home folder and ran config, turns out i need active perl 5.8, so i copied the newest version (5.12.2), i have installed already into the msys/bin folder, and...ran config again.
results

Error:
xml parser perl module is needed for intltool install :hoh
i already have the newest version of the XML-Parser in C/Perl/bin/XML ... so now im stuck...

any suggestions?

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 3:28 pm  (#40) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
Here is the error...
Compaq_Owner@Family-Room ~
$ intltool-0.41.1/configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /bin/perl
checking for perl >= 5.8.1... 5.12.2
checking for XML::Parser... configure: error: XML::Parser perl module is require
d for intltool

Compaq_Owner@Family-Room ~
$

_________________
Image


Top
Post new topic Reply to topic  [ 117 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group