X-Spam-Check-By: sourceware.org From: "Milos Popovic" To: "cygwin AT cygwin DOT com" Subject: catgets-1.0-1: problem compiling this cygwin package from source - missing libintl.h, can't find it in libintl sources, plz help. Date: Sat, 4 Nov 2006 23:55:43 -0500 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4.2.6 61101 (11.0.8002) Message-ID: <20061104235543276.00000004128@popovic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.599 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id kA54uFwj017023 Hello, I am trying to compile the catgets-1.0-1 cygwin package from its sources (so that I can take and use its port of error.c and argp.c parts of glibc to port another code (unrar) to cygwin). I would very much appreciate help with a problem I don't know how to solve. I get an error when compiling catgets that libintl.h is missing. I have downloaded cygwin source packages for libintl, libintl1, 3, 5, 8.. and none contain libintl.h, nor does libiconv2 source. Can anyone help me with what I need to do to compile catgets successfully under cygwin? (It's possible I missed something obvious as I'm not an experienced programmer.) Below is the compile error output for running make on catgets-1.0-1 with no modifications: Milos AT computer /usr/src/catgets-1.0-1 $ make gcc -c catgets.c -o catgets.o -Wall -Wno-unused-parameter -Wimplicit -Wwrite-str ings -W -Wunreachable-code -Winline -Wunused-parameter -Wstrict-prototypes -Wmi ssing-prototypes -Wmissing-declarations -I bits/i386 -I util/include gcc -c open_catalog.c -o open_catalog.o -Wall -Wno-unused-parameter -Wimplicit - Wwrite-strings -W -Wunreachable-code -Winline -Wunused-parameter -Wstrict-proto types -Wmissing-prototypes -Wmissing-declarations -I bits/i386 -I util/include rm --force libcatgets.a ar rc libcatgets.a catgets.o open_catalog.o gcc -c gencat.c -o gencat.o -Wall -Wno-unused-parameter -Wimplicit -Wwrite-strin gs -W -Wunreachable-code -Winline -Wunused-parameter -Wstrict-prototypes -Wmiss ing-prototypes -Wmissing-declarations -I bits/i386 -I util/include gencat.c:32:21: libintl.h: No such file or directory gencat.c: In function `xmalloc': gencat.c:236: warning: implicit declaration of function `gettext' gencat.c: In function `main': gencat.c:291: warning: implicit declaration of function `textdomain' make: *** [gencat.o] Error 1 Many thanks, Milos -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/