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

Autogen problem under WindowsXP Cygwin (julien)

This discussion is connected to the gimp-docs-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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Autogen problem under WindowsXP Cygwin (julien) Vitaly Lomov 27 Jul 11:01
  Autogen problem under WindowsXP Cygwin (julien) Choi, Ji-Hui 24 Aug 09:07
   Autogen problem under WindowsXP Cygwin (julien) julien 24 Aug 15:14
Vitaly Lomov
2007-07-27 11:01:00 UTC (over 17 years ago)

Autogen problem under WindowsXP Cygwin (julien)

I also have some build problems with newest svn revision(1990) on windows 2000 under cygwin.
The vanila build (after ./configure --without-gimp) gives: don't know how to make configure.in required by makefile.in. After getting the configure.in file (from revision 1956, when it was deleted), make validate works but outputs the errors to the terminal instead of to the -validity-errors.log. After running validate once, I can delete the configure.in file and validate works fine. Strange.
When I run make, it seems to run validate again (only xsltproc step, not sed, xmllint or touch stamp--valid) Vitaly.

After a long time, I am trying to use Cygwin again under WinXP to validate the XML files of a newly created local copy of the SVN. When I run autogen.sh, I get :

$./autogen.sh --without-gimp : command not found2:
: command not found10:
: command not found14:
: No such file or directory.
: command not found19:
: command not found21:
'/autogen.sh: line 23: syntax error near unexpected token 'do '/autogen.sh: line 23: 'for minor in 15 14 13 12 11 10 9 8 7 6 :do

Before validate changes, autogen.sh was working right. Is there some new package to install?

Julien

Choi, Ji-Hui
2007-08-24 09:07:32 UTC (over 17 years ago)

Autogen problem under WindowsXP Cygwin (julien)

Hi. Julien

I solved this problem. the key is just simple.

read autogen.sh file using text editor that support UTF-8 and convert UTf-8 and UNIX format. save it and try again.

if you have the problem still, read autogen.sh file again using text editor, delete blank line.

: command not found2:
: command not found10:
: command not found14:
: No such file or directory.
: command not found19:
: command not found21:

line 2, 10, 14, 19, 21

I think it happens because of line end flag

Greetings.

julien
2007-08-24 15:14:32 UTC (over 17 years ago)

Autogen problem under WindowsXP Cygwin (julien)

Hi,

It works! :-)

I had noticed this blank lines problem, but after deleting them, I got a 'unexpected eof'.
I didn't think of a format problem.

Thank you very much.

Julien

read autogen.sh file using text editor that support UTF-8 and convert UTf-8 and UNIX format. save it and try again.

if you have the problem still, read autogen.sh file again using text editor, delete blank line.