Loic Dachary wrote:
Thanks for the quick fix. It went further indeed. But eventually
stopped at.
Also solved in CVS, the new nuiFont.ccp was missing in src/Makefile.am.
Now I'm in a linking pb which appeared very recently, on both NGL and NUI :
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
I once fixed such a problem by tweaking the makefiles to have
'--tag=CXX'. It seems that libtool is a bit confused when you drop a few
C files in a C++ project. I wonder what is the proper fix.