This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Need a 64-bit version of unrtf


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 <iconv.h>
                   ^
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]