Re: gnome-panel.h



On Sun, 29 Mar 1998 gnat@frii.com wrote:

> Computing dependencies for mico-parse.cc...
> mico-parse.cc:11: gnome-panel.h: No such file or directory
> gmake[2]: *** [.deps/mico-parse.P] Error 1
> 
> gnat@prometheus (gnome-core) find . -name gnome-panel.h
> gnat@prometheus (gnome-core) find .. -name gnome-panel.h -print
> gnat@prometheus (gnome-core)
> 
> Where's this file?  What should be making it?  Who do I have to bribe
> to get a copy? :-)

You canot 'find' it since it's a generated file as gnome-panel.cc is too.
It's generated from idl (that's in the mico package)

Look at the Makefile:

   gnome-panel.cc gnome-panel.h: gnome-panel.idl
           idl --name gnome-panel $(srcdir)/gnome-panel.idl

Under normal circumstances this file should be generate automatically, but
sometimes make may have problems with the dependencies. Either run
'make -k' to ignore the error or create it by hand with
'idl --name gnome-panel gnomal-panel.idl'

Martin

-----------------------------------------------------------------
   Martin Baulig - Angewandte Mathematik - Universitaet Trier

   baulig@castor.uni-trier.de, http://www.home-of-linux.com/
   Key: 1024-bit key with ID C8178435 created 1997/01/24 
   ID:  67 C1 84 A0 47 F5 11 C5  5F 68 4C 84 99 05 C3 92
   Finger me for public key or fetch finger.txt from the url above
------------------------------------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]