This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 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]

Re: xpdf as an alternative to Acrobat Reader


>>>>> "Harold" == Harold L Hunt, <Harold> writes:

    Harold> Fergus,
    Harold> You probably need to make a soft link to the lesstif includes
    Harold> directory in the location that xpdf is looking for them in.  You
    Harold> shouldn't need to do anything special because you are using lesstif
    Harold> instead of Motif.

Just try the following, it should work:

LIBS="-L/usr/X11R6/lib -lMrm -lXm -lXt -lXmu -lXp -lXext -lX11 -lSM -lICE" \
  configure                                                                \
    --with-t1-library=/usr/local/lib                                       \
    --with-t1-includes=/usr/local/include                                  \
    --with-freetype2-library=/usr/X11R6/lib                                \
    --with-freetype2-includes=/usr/X11R6/include/freetype2                 \
    --with-Xm-library=/usr/X11R6/lib                                       \
    --with-Xm-includes=/usr/X11R6/include  

Ciao
  Volker


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