Welcome, Guest. Please Login or Register
FUG-FR logo
 
  HomeHelpSearchLoginRegister  
 
cutycapt compilation (Read 3233 times)
freaks
YaBB Newbies
*
Offline


I Love BSD!

Posts: 22
cutycapt compilation
02. Oct 2010 at 14:04
 
bonjour
j'aimerais compiler ce logiciel qui sert à automatiser la capture écran de sites internet
j'ai cependant des soucis pour le compiler
Code:
 qmake-qt4
iceberg# make
g++ -c -pipe -O2 -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4 -I. -I. -I/usr/local/include -o CutyCapt.o CutyCapt.cpp
CutyCapt.cpp:22:20: error: QtWebKit: No such file or directory
CutyCapt.cpp:24:25: error: QSvgGenerator: No such file or directory
CutyCapt.cpp:28:27: error: QNetworkRequest: No such file or directory
In file included from CutyCapt.cpp:29:
CutyCapt.hpp:4: error: expected class-name before '{' token
CutyCapt.hpp:8: error: 'QWebSettings' has not been declared
CutyCapt.hpp:8: error: expected ',' or '...' before 'option'
CutyCapt.hpp:16: error: 'QWebFrame' has not been declared
CutyCapt.hpp:18: error: 'QWebFrame' has not been declared
CutyCapt.hpp:19: error: 'QWebFrame' has not been declared
CutyCapt.hpp:20: error: 'QWebFrame' has not been declared
CutyCapt.cpp:68: error: 'QString CutyPage::chooseFile' is not a static member of 'class CutyPage'
CutyCapt.cpp:68: error: 'QWebFrame' was not declared in this scope
CutyCapt.cpp:68: error: expected primary-expression before ',' token
CutyCapt.cpp:68: error: expected primary-expression before 'const'
CutyCapt.cpp:68: error: expected ',' or ';' before '{' token
CutyCapt.cpp:73: error: 'bool CutyPage::javaScriptConfirm' is not a static member of 'class CutyPage'
CutyCapt.cpp:73: error: 'QWebFrame' was not declared in this scope
CutyCapt.cpp:73: error: expected primary-expression before ',' token
CutyCapt.cpp:73: error: expected primary-expression before 'const'
CutyCapt.cpp:73: error: initializer expression list treated as compound expression
CutyCapt.cpp:73: error: expected ',' or ';' before '{' token
CutyCapt.cpp:78: error: 'bool CutyPage::javaScriptPrompt' is not a static member of 'class CutyPage'
CutyCapt.cpp:78: error: 'QWebFrame' was not declared in this scope
CutyCapt.cpp:78: error: expected primary-expression before ',' token
CutyCapt.cpp:79: error: expected primary-expression before 'const'
CutyCapt.cpp:80: error: expected primary-expression before 'const'
CutyCapt.cpp:81: error: expected primary-expression before '*' token
CutyCapt.cpp:81: error: expected primary-expression before ')' token
CutyCapt.cpp:81: error: initializer expression list treated as compound expression
CutyCapt.cpp:81: error: expected ',' or ';' before '{' token
CutyCapt.cpp:93: error: variable or field 'javaScriptAlert' declared void
CutyCapt.cpp:93: error: 'QWebFrame' was not declared in this scope
CutyCapt.cpp:93: error: expected primary-expression before ',' token
CutyCapt.cpp:93: error: expected primary-expression before 'const'
*** Error code 1

Stop in /usr/local/www/apache22/data/build/cutycapt/CutyCapt.
 



j'ai compiler webkit et qt4 mais toujours la meme erreur :p
merci
Back to top
 
 
IP Logged
 
fgudin
Global Moderator
*****
Offline


PouetPouetBSD roul3z

Posts: 1552
Thonon (74)
Gender: male
Re: cutycapt compilation
Reply #1 - 03. Oct 2010 at 16:23
 
webkit et qt4 ont été installés depuis des ports ?
Back to top
 
 
IP Logged