Re: Missing file in glademm-0.0.4



Preben Randhol wrote:

> make[1]: *** No rule to make target `Configuration.hh', needed by `glade--.o'.  Stop.
>
> It is not to be found in the directory structure.

Sorry,

I include it here (it's so small), you might get glademm-0.0.4a now.

TODO next:

- move to glade-0.2.2 file format (should be easy)!

// $Id: Configuration.hh,v 1.2 1998/06/18 14:44:17 cvs Exp $

struct Configuration
{  string destination_directory;
   string main_filename;
   string in_filename;
   
   Configuration()
   : destination_directory(""), main_filename("main"), in_filename("")
   {}
};

extern struct Configuration Configuration;


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