pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: phantomjs : errors when trying to upgrade to 1.6



On Sat, 4 Aug 2012 09:26:45 +0530
Mayuresh <mayuresh%acm.org@localhost> 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/
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index