[Kmatplot-general] as requested: patch file
Brought to you by:
kamil
From: <nic...@ya...> - 2002-12-16 18:49:00
|
Ok, here's the patch I made which gives the diffs to get kmatplot0.4 to compile and run on mandrake 9.0. I have no idea if I can send attachments to this mailing list, so if this doesn't work, tell me and I'll put the file online somewhere else.. Instructions for whoever might need them or not: 1. get kmatplot-0.4 from kmatplot.sourceforge.net if you haven't already got it. 2. tar zxvf kmatplot-0.4.tar.gz 3. put this tiny patch in the kmatplot-0.4 directory. 3. Open up a console and type: patch -p1 < kmatplot-0.4mdk.patch As you can see if you take a look in the patch, the main problems were introduced with the newer version of gcc requiring code to adhere more strictly to c++ standards (in the kmatplot-0.4 code, there are some default arguments were in function definitions as well as in header files, and friend classes were not explicitly defined as being classes). There were also a few #include and namespace issues. Can you give me some feedback if it works or not. It works on my machine but you never know with computers do you ?! Nick __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com |