Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4623471
By: bryanpi

I'm trying to compile a2ps, following the instructions at:
http://gnuwin32.sourceforge.net/compile.html

I've gotten over a few bumps so far, but I'm getting stuck when make hits
lib/confg.c, which includes the following at line 52:

---begin code---
#ifdef ENABLE_RELOCATABLE
# include <relocate.h>
#else
# define relocatex (dir,path) (path)
#endif
---end code---

This is not part of the lib/confg.c file for a2ps-4.13b when downloaded from
gnu.org, so AFAICT, it's GnuWin32-specific.

The problem is that neither the compiler nor I can find relocate.h.  It's not
part of the a2ps source package at gnuwin32.sourceforge.net, it's not part of
the LibGW32 package, it's not part of the LibTool package, and it's not included
with any of the CygWin or MinGW packages I downloaded to do the build.

Modifying the Makefile to remove the -DENABLE_RELOCATBLE flag generates an error
when it tries to compile the relocatex function at line 450.

Anyone know where I can find relocate.h (and, presumably, the library file it
goes with)?

Many thanks!

--Bryan


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to