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] | |
On Wed, 2002-02-20 at 12:19, Michael Bourgon wrote:
> Howdy. I'm a newbie to X on Cygwin, but I've gotten
> Windowmaker up and running on it, and wanted to try
> out Rox after reading about it. So far, I've
> installed/compiled glib, python, gtk+, python,
> libxml2, gdk-pixbuf,
> libiconv-1.6.1-cygwin-shared-bin.tar, and rox-base.
> When I try to run install.sh inside rox-1.2.0, it
> starts compiling ROX-Filer/Apprun, and I get this
> error message after a bunch of messages:
>
> find.c:32: fnmatch.h: No such file or directory
> make: *** [find.o] Error 1
> Compile failed
>
yup. a missing header file.
> I've found a copy of fnmatch.h in my gtk+ tarball, and
> have tried putting it in the /src directory, the
make sure you have that dir included as to where to look for include
files within your gcc/g++ compile line. something like -I./ or -I./src
or even better, specify the true location such as
-I/usr/src/rox-{%version}/src
if the make process then finds the missing .h file, it will continue
where it left-off.
> rox-base directory, the ROX-Filer directory, and in
> /tmp, all with no luck.
>
> Does anyone know what I should do next?
> Many thanks,
> Michael
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
--
Roger
-----
Verify my pgp/gnupg signature on my HomePage:
http://www.alltel.net/~rogerx/about/index.html
l
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |