Re: LabPLot Port: gsl problem

2015-02-18 Thread Albert Astals Cid
Guys, there's *lots* of people subscribed to kde-devel and *lots* subscribed to kde-edu, do we really need to have this email in both list? Can we please continue it just in kde-edu? Cheers, Albert El Dimecres, 18 de febrer de 2015, a les 08:47:04, Garvit Khatri va escriure: > Hi Alexander, >

Re: LabPLot Port: gsl problem

2015-02-17 Thread Garvit Khatri
Hi Alexander, I have installed libgsl0-dev, is there any specific package i should install? Thank you Cheers, Garvit Khatri On Wed, Feb 18, 2015 at 3:05 AM, Alexander Semke wrote: > > > I am getting error in gs/functions file givven below: > > > > /home/garvitdelhi/dev/sok/labplot_port/src/ba

Re: LabPLot Port: gsl problem

2015-02-17 Thread Alexander Semke
> I am getting error in gs/functions file givven below: > > /home/garvitdelhi/dev/sok/labplot_port/src/backend/gsl/functions.h:173: > error: 'my_gsl_powint' undeclared here (not in a function) > {"gsl_powint",my_gsl_powint}, Do you have gsl-devel installed on you system? -- Alexander >> Vis

LabPLot Port: gsl problem

2015-02-17 Thread Garvit Khatri
Hi, I am getting error in gs/functions file givven below: /home/garvitdelhi/dev/sok/labplot_port/src/backend/gsl/functions.h:173: error: 'my_gsl_powint' undeclared here (not in a function) {"gsl_powint",my_gsl_powint}, ^ complete make log: http://pastebin.com/wfzJz0vA Any help

Re: [Labplot-devel] LabPLot POrt

2015-02-16 Thread Garvit Khatri
Thanks it works Cheers, Garvit Khatri On Mon, Feb 16, 2015 at 10:08 PM, Aleix Pol wrote: > On Mon, Feb 16, 2015 at 5:23 PM, Garvit Khatri > wrote: > > > > i am not getting you I tried this: > > > > setButtons(QDialogButtonBox::Ok | QDialogButtonBox::Apply | > > QDialogButtonBox::Cancel | QDial

Re: [Labplot-devel] LabPLot POrt

2015-02-16 Thread Aleix Pol
On Mon, Feb 16, 2015 at 5:23 PM, Garvit Khatri wrote: > > i am not getting you I tried this: > > setButtons(QDialogButtonBox::Ok | QDialogButtonBox::Apply | > QDialogButtonBox::Cancel | QDialogButtonBox::Reset); > > > but still the same error.The class in which i am using this is inherited > from

Re: [Labplot-devel] LabPLot POrt

2015-02-16 Thread Garvit Khatri
i am not getting you I tried this: setButtons(QDialogButtonBox::Ok | QDialogButtonBox::Apply | QDialogButtonBox::Cancel | QDialogButtonBox::Reset); but still the same error.The class in which i am using this is inherited from KPageDialog. Code: http://pastebin.com/95FGKXea Cheers, Garvit Kh

Re: [Labplot-devel] LabPLot POrt

2015-02-16 Thread Aleix Pol
On Mon, Feb 16, 2015 at 4:09 PM, Garvit Khatri wrote: > Hi Aleix, > > Thanks for help but do you have any reference for error: 'setButtons' was > not declared in this scope. > > Thank you > > Cheers, > Garvit Khatri > > On Mon, Feb 16, 2015 at 7:19 PM, Aleix Pol wrote: >> >> On Mon, Feb 16, 2015

Re: [Labplot-devel] LabPLot POrt

2015-02-16 Thread Garvit Khatri
Hi Aleix, Thanks for help but do you have any reference for error: 'setButtons' was not declared in this scope. Thank you Cheers, Garvit Khatri On Mon, Feb 16, 2015 at 7:19 PM, Aleix Pol wrote: > On Mon, Feb 16, 2015 at 2:30 PM, Garvit Khatri > wrote: > > Hi All, > > > > I am porting LabPlot

Re: LabPLot POrt

2015-02-16 Thread Aleix Pol
On Mon, Feb 16, 2015 at 2:30 PM, Garvit Khatri wrote: > Hi All, > > I am porting LabPlot app. I am getting the following error along with Ok, > Apply, Cancel ans Default not in scope error as well. for that i used > QDialogButtonBox::Ok. This solved problem for Ok, Apply and Cancel but not > for D

LabPLot POrt

2015-02-16 Thread Garvit Khatri
Hi All, I am porting LabPlot app. I am getting the following error along with Ok, Apply, Cancel ans Default not in scope error as well. for that i used QDialogButtonBox::Ok. This solved problem for Ok, Apply and Cancel but not for Default. Can anyone help me with this. /home/garvitdelhi/dev/sok/l