[EMAIL PROTECTED] writes:
> |Could you try instantiating List<void*> explicitly?
> |
> 
> Sorry to be bothersome, but I do not understand your request.  From
> the error message it is difficult to determine where the problem is.
> Could you give me another hint?

The template for List<void*> and Cursor<void*> aren't instantiated for
some reason.  Try doing that explicitly in some .cc file, eg.

     template class Cursor<void*>;

(see also the INSTANTIATE_XXX macros in flower/include/*list* )



-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to