Re: phantomjs : errors when trying to upgrade to 1.6
"James K. Lowden" <[email protected]> Wed, 8 Aug 2012 12:51:02 -0400
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.wip.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 4 Aug 2012 09:26:45 +0530 Mayuresh <[email protected]> wrote: > webpage.h:49:1: error: expected class-name before '{' token > > Portion of file around where above error comes: ... > 48 class WebPage: public REPLCompletable, public > QWebFrame::PrintCallback > 49 { Ensure REPLCompletable and QWebFrame::PrintCallback are defined. You will see that message for class A : public B whenever B is not defined, because absent a definition, B is not a class name. --jkl ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/