ubuntuusers.de

Pici-Server

Status: Ungelöst | Ubuntu-Version: Ubuntu 9.10 (Karmic Koala)
Antworten |

JW1

Anmeldungsdatum:
10. April 2009

Beiträge: 126

hallo,

ich möchte einen so genannten pici-server installieren (http://dev.picidae.net/dev/wiki/PiciServerLinux ). das ist ein webproxy

alle gesuchten pakete wurden installiert (zumindest die für debian angegebenen)

./configure und make von web2pici ergibt folgendes

[ 50%] Building CXX object CMakeFiles/web2pici.dir/web2pici.o
In file included from /usr/share/qt3/include/qwindowdefs.h:47,
                 from /usr/share/qt3/include/qpaintdevice.h:45,
                 from /usr/share/qt3/include/qpixmap.h:45,
                 from /home/johannes/pici/web2pici/web2pici.cpp:30:
/usr/share/qt3/include/qstring.h: In member function ‘char QChar::latin1() const’:
/usr/share/qt3/include/qstring.h:197: warning: conversion to ‘char’ from ‘int’ may alter its value
/usr/share/qt3/include/qstring.h: In member function ‘void QChar::setCell(uchar)’:
/usr/share/qt3/include/qstring.h:222: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/share/qt3/include/qstring.h: In member function ‘void QChar::setRow(uchar)’:
/usr/share/qt3/include/qstring.h:223: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/share/qt3/include/qstring.h: In constructor ‘QChar::QChar(uchar, uchar)’:
/usr/share/qt3/include/qstring.h:267: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/share/qt3/include/qstring.h: In constructor ‘QStringData::QStringData(QChar*, uint, uint)’:
/usr/share/qt3/include/qstring.h:365: warning: conversion to ‘unsigned int:30’ from ‘uint’ may alter its value
/usr/share/qt3/include/qstring.h:365: warning: conversion to ‘unsigned int:30’ from ‘uint’ may alter its value
In file included from /home/johannes/pici/web2pici/web2pici.cpp:31:
/usr/share/qt3/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
/usr/share/qt3/include/qimage.h:61: warning: suggest parentheses around ‘&&’ within ‘||’
In file included from /usr/share/qt3/include/qobject.h:48,
                 from /usr/share/qt3/include/qobjectlist.h:45,
                 from /home/johannes/pici/web2pici/web2pici.cpp:33:
/usr/share/qt3/include/qevent.h: In constructor ‘QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)’:
/usr/share/qt3/include/qevent.h:432: warning: conversion to ‘unsigned char’ from ‘uint’ may alter its value
/usr/share/qt3/include/qevent.h: In member function ‘void QDropEvent::setAction(QDropEvent::Action)’:
/usr/share/qt3/include/qevent.h:523: warning: conversion to ‘unsigned char’ from ‘uint’ may alter its value
/home/johannes/pici/web2pici/web2pici.cpp: In member function ‘void web2pici::completed()’:
/home/johannes/pici/web2pici/web2pici.cpp:304: warning: comparison between signed and unsigned integer expressions
/home/johannes/pici/web2pici/web2pici.cpp:311: warning: comparison between signed and unsigned integer expressions
/home/johannes/pici/web2pici/web2pici.cpp:318: warning: comparison between signed and unsigned integer expressions
/home/johannes/pici/web2pici/web2pici.cpp:325: warning: comparison between signed and unsigned integer expressions
/home/johannes/pici/web2pici/web2pici.cpp: In member function ‘void web2pici::formLoop(DOM::NodeList, QTextStream&)’:
/home/johannes/pici/web2pici/web2pici.cpp:478: warning: comparison between signed and unsigned integer expressions
/home/johannes/pici/web2pici/web2pici.cpp:492: warning: suggest parentheses around ‘&&’ within ‘||’
/home/johannes/pici/web2pici/web2pici.cpp:499: warning: suggest parentheses around comparison in operand of ‘|’
/home/johannes/pici/web2pici/web2pici.cpp: In member function ‘void web2pici::doRendering()’:
/home/johannes/pici/web2pici/web2pici.cpp:687: warning: comparison between signed and unsigned integer expressions
/home/johannes/pici/web2pici/web2pici.cpp:736: warning: comparison between signed and unsigned integer expressions
/home/johannes/pici/web2pici/web2pici.cpp: In function ‘int main(int, char**)’:
/home/johannes/pici/web2pici/web2pici.cpp:961: error: ‘exit’ was not declared in this scope
make[2]: *** [CMakeFiles/web2pici.dir/web2pici.o] Fehler 1
make[1]: *** [CMakeFiles/web2pici.dir/all] Fehler 2
make: *** [all] Fehler 2

wird es da mal ein paket in den repositories geben?

LG

JW1

(Themenstarter)

Anmeldungsdatum:
10. April 2009

Beiträge: 126

so ich habe es jetzt auch mit Ubuntu 9.04 Jaunty (und Debian 5.0 Lenny) versucht.

wie auf der Herstellerseite beschrieben, habe ich folgendes per Copy&Paste ausgeführt:

sudo -s
apt-get install g++ 
apt-get install kdebase 
apt-get install kdelibs4-dev 
apt-get install zlib1g-dev zlib1g
apt-get install make 
apt-get install cmake 

Zusätzlich habe ich noch build-essential installiert. Außerdem bekomme ich auf Debian fast die gleiche Fehlermeldung. Könnte mir jmd sagen, wofür es überhaupt Compiling-Anleitungen gibt, wenn diese nicht funktionieren?

LG

Antworten |