﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2325	webkit-image compilation under MacOS X	axel.roeslein@…	team	"I tried to use the wsmplugin with josm running under MacOS X (Java 1.5 or Java 1.6).
This doesn't work properly with Yahoo images because of a missing ""webkit-image""
installation.

No I tried to build this myself. I got Apple's Developer Tools plus a fresh download of Qt 4.5

This run's fine:
  moc webkit-image.cpp >webkit-image.h

This doesn't work though:
  g++ webkit-image.cpp -o webkit-image -lQtCore -lQtWebKit -lQtGui -O2 \
  -L/Developer/Applications/Qt/QtCreator.app/Contents/Frameworks

Undefined symbols:
  ""QNetworkAccessManager::setProxy(QNetworkProxy const&)"", referenced from:
      _main in ccIMD9Hd.o
  ""QNetworkProxy::setType(QNetworkProxy::ProxyType)"", referenced from:
      _main in ccIMD9Hd.o
  ""QNetworkProxy::~QNetworkProxy()"", referenced from:
      _main in ccIMD9Hd.o
      _main in ccIMD9Hd.o
  ""QNetworkProxy::setHostName(QString const&)"", referenced from:
      _main in ccIMD9Hd.o
  ""QNetworkProxy::setPort(unsigned short)"", referenced from:
      _main in ccIMD9Hd.o
  ""QNetworkProxy::QNetworkProxy()"", referenced from:
      _main in ccIMD9Hd.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

What else do I need?

I managed to create an executable with the QtCreator but when installed
this has other problems. josm-tested.jar doesn't work at all, josm-latest
will use my ""webkit-image"" but runs anå endless loop, spitting out
in == null! messages.

Thanks for any guidance
Axel
"	defect	closed	major		Core		fixed		
