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: non-widget child "DropSiteManager" error (WAS: RE: Grace (xmgrace)5.1.12-1 ... )


On Wed, 21 Jan 2004, Brian Ford wrote:

> I have my new machine set up now, so I'll try to take a stab at compiling
> it myself today.  I'll let you know how I make out.  Thanks for being
> patient.
>

It compiled for me (including DLLs) almost out of the box.  I did make the
following change to lesstif-0.93.91-6.sh.  I am not sure that the change
was required, because I did not try without it.  But, it "felt" like a
better idea to me :^D.

In the prep rule, remove all the autotool stuff between:
  touch INSTALL && \
and
  rm -f INSTALL )

replacing it simply with:
  autoreconf --install --force && \

so it reads:
prep() {
  (cd ${topdir} && \
  tar xv${opt_decomp}f ${src_orig_pkg} ; \
  cd ${topdir} && \
  patch -p0 < ${src_patch}
  && mkdirs ) && \
  (cd ${srcdir} && \
  touch INSTALL && \
  autoreconf --install --force && \
  rm -f INSTALL )
}

To do a debug build, just look at the target all:
  all) prep && conf && build && install && \
     strip && pkg && spkg && finish ; \
          STATUS=$? ;;

and do everything but the strip step.

Let me know if this doesn't work for you.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444


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