configure errors for xclock

Marco Atzeri marco.atzeri@gmail.com
Fri May 9 16:52:00 GMT 2014



On 09/05/2014 17:22, Philip Schneider wrote:
> Greetings -
>
> Very long-time X user/programmer, complete n00b using it in cygwinÂ…
>
> I have what should be an up-to-date cygwin install on a Windows 7 box. Used the setup application to retrieve the source code for xclock (tried both the 6 and 7 versions). Trying to run “configure”, I get errors:
>
>      No package ‘xaw7’ found
>      No package ‘xmu’ found
>
> I donÂ’t see an entry for either of these in the setup applicationÂ…
>
> What am I doing wrong? Am I missing some somewhat-less-obvious thing to install? I using “configure; make” not the right way to do things?
>
> Thanks!
>
> — Philip
> --

you need to install the packages that includes the needed header

   libXaw-devel
   libXmu-devel

for info
http://www.cygwin.com/packages/
http://cygwin.com/cgi-bin2/package-grep.cgi?grep=xaw7&arch=x86
http://cygwin.com/cgi-bin2/package-grep.cgi?grep=xmu&arch=x86

Marco

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list