Hello Noelia,

        The compilation error says that it cannot find the file
"mathplot.h". The problem could be caused because there's no dependency
between your plugin and the wxMathPlot third party. In order to create a
dependency, you need to add wxMathPlot in the CSnake file of your plugin:

        projects = [
            gmCoreLight,
            wxMathPlot
        ]
        myPlugin.AddProjects(projects)

Best,
Xavi

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Noelia MartÃn
Hernández
Sent: lunes, 20 de junio de 2011 12:31
To: [email protected]
Subject: [cvremod-developers] Gimias Working Area


Hello again.

I am setting the working area in Gimias and I miss a mistake, as has
happened to me sometimes but I have not getting solved, the question is to
modify the file as wxGlade capture and follow the steps in the wiki but when
compiling I skips the error does not recognize or can not read mathplot.h

What should I do?

Thanks and best regards.


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers

Reply via email to