Has anyone compiled Rox successfully?

Roger roger_maillist@alltel.net
Wed Feb 20 10:08:00 GMT 2002


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 240 bytes
Desc: This is a digitally signed message part
URL: <http://cygwin.com/pipermail/cygwin-xfree/attachments/20020220/991bac26/attachment.sig>


More information about the Cygwin-xfree mailing list