20 Apr
2005
20 Apr
'05
5:33 a.m.
On Tue, 2005-04-19 at 20:38 -0400, Michael Forbes wrote:
I am trying to develop a barebones LaTeX export extension. I have wrote the code mostly based of the PovRay export and included the .h and .cpp file in src/extension/internal/Makefile_insert. libinternal.a includes the extension but the main program does not. Can anyone help me with this?
I guess, what do you mean by the main program not including it? For the internal extensions their init function must be called in init.cpp -- could you not have put that call in? Are you saying that the code isn't getting linked in?
--Ted
PS - LaTeX export would be pretty cool, neat feature.