Re: DataEngine compilation problems

2011-06-11 Thread Shaun Reich
On Sat, Jun 11, 2011 at 7:04 AM, Viranch Mehta wrote: > Remove line 18 and add "datarequest.cpp" to line 17. So it would look like That's exactly what I said ;-) -- Shaun Reich, KDE Software Developer (kde.org) ___ Plasma-devel mailing list Plasma-dev

Re: DataEngine compilation problems

2011-06-11 Thread Viranch Mehta
Remove line 18 and add "datarequest.cpp" to line 17. So it would look like this: set(obsdataengine_engine_SRCS obsdataengine.cpp datarequest.cpp) Hope this helps. Cheers, Viranch On Fri, Jun 10, 2011 at 11:11 PM, Saurabh Sood wrote: > Hi all, > > I am trying to write a dataengine, that makes

Re: DataEngine compilation problems

2011-06-10 Thread Shaun Reich
Looks like you forgot to add datarequest.cpp to CMakeLists (see line 16), so from obsdataengine's point of view, it has no clue what you're talking about. Also, please, please, like I said before, go over the KDElibs code style policy and apply it to all of this code. Maybe you didn't get to it si