wxfreechart not compiled

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
se9_2en
In need of some credit
In need of some credit
Posts: 1
Joined: Thu Jun 17, 2010 9:42 am

wxfreechart not compiled

Post by se9_2en »

Hi all,
I have downloaded wxfreechart and installed it by these commands:
./configure
make

but in codeblocks ,it didnot find xyplot.h and i have an error on this line #include <wx/xy/xyplot.h> and also other include line related to freechart.
so I copied manually the wxfreechart include folder to wx-2.8 but now there is another error
said undefined reference to `PiePlot::PiePlot()'

can anybody help me?
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

Hi,

I recommend reading a bit on how librairies work.

Instead of copying the headers, you should have added a header search path in your project/target build settings; you will also need to add the built library in your linking settings
"Keyboard not detected. Press F1 to continue"
-- Windows
Post Reply