[PD] [Gem-cvs] MarkEx objecst

IOhannes zmoelnig zmoelnig at iem.kug.ac.at
Wed Oct 22 13:06:30 CEST 2003


kurt stockman wrote:
> hi,
> 
> did a gem-cvs build this morning (GEM: ver: 0.888-pre1);
> counter & friends seem to be gone....
> 
> I remember a thread about putting those objects in a seperate library: which 
> lib would that be and where can i get it?
> 
> or;
> 
> where in the gem makefile(s)/sources can i tell my compiler/gem to 
> build/include the objects?


this is a problem with the new self-registering functions, where MarkEx 
has simply been forgotten.

i have just checked the appropriate changes in, but youcan do it 
yourself, by just adding the following lines to the end of 
MarkEx/MarkExSetup();

// <snip>
class markex_cppclass {
public:
         markex_cppclass(){MarkEx_setup();}
};
static markex_cppclass markex_instance;
// </snip>


mfg.as.dr
IOhannes





More information about the Pd-list mailing list