X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; q=dns; s=default; b=Vb P+ltXDcS3e6VLUoLHp0mUyqh7Ar6MHFg74xzQOMjxZepgd7K7gMz7n+4z91f6jsj l89ds2nicc+j1zISc0XZ0objtS6kRvYS4I9F1DKfeBFGGcLgmip2szbMG0oOoame Pl2r3WXZ9gihqGwB1OjhmYKLkyHiDw7R0xaNzeVgM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; s=default; bh=rnHYwNCc 6osWM2JLlZnAb0eykzI=; b=D839Z6FXJ8WI0JY99yGHA5d7a5fPiI6HFqWi6QLu JcMSQxqTJKLncmdURSLGQCRxYTh0ifM70krWc70zjX3KqEM50HUZBo/4wwaJATxg yV0Oo6AeqytwQyAlKbw/pzHqWOtqvE40aP9vZcTXO07aov0b8rL0fONFB1G9OSmz jFE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pa0-f51.google.com X-Received: by 10.67.23.164 with SMTP id ib4mr35990523pad.42.1387398886770; Wed, 18 Dec 2013 12:34:46 -0800 (PST) From: Tom Robinson Content-Type: text/plain; charset=us-ascii Subject: Need a 64-bit version of unrtf Message-Id: <48B7C7BA-0C2E-43F9-A151-7F8E6B718697@gmail.com> Date: Thu, 19 Dec 2013 09:34:42 +1300 To: cygwin AT cygwin DOT com Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id rBIKZ6qu014581 Hi guys, I need to run unrtf under a 64-bit install of CYGWIN_NT-6.3 Apparently it's MIA: http://cygwin.com/ml/cygwin-apps/2013-08/msg00256.html (maintained by Jari Aalto). Is a 64-bit version in the repository close, or can somebody help me compile it? I tried downloading directly and compiling, per http://www.gnu.org/software/unrtf/unrtf.html, but am getting an error in make: [2397 CBGSAS04://cbgnas01/source/unrtf-0.21.5]$ make make all-recursive make[1]: Entering directory '//cbgnas01/source/unrtf-0.21.5' Making all in src make[2]: Entering directory '//cbgnas01/source/unrtf-0.21.5/src' gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/local/share/unrtf\" -g -O2 -MT attr.o -MD -MP -MF .deps/attr.Tpo -c -o attr.o attr.c In file included from output.h:41:0, from main.h:48, from attr.c:68: my_iconv.h:39:19: fatal error: iconv.h: No such file or directory #include ^ compilation terminated. Makefile:376: recipe for target 'attr.o' failed make[2]: *** [attr.o] Error 1 make[2]: Leaving directory '//cbgnas01/source/unrtf-0.21.5/src' Makefile:365: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '//cbgnas01/source/unrtf-0.21.5' Makefile:305: recipe for target 'all' failed make: *** [all] Error 2 Ran cygwin setup and installed libiconv (including source), which is meant to include iconv.h (?), but still receiving the same error (and still no iconv.h in /usr/include). Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple