unresolved symbols from value.cpp/.h
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Fri Jan 20 15:37:35 GMT 2006
Hi,
While trying to get kjs compile on windows, I now have some problems
with unresolved smybols. It looks like there are a lot of functions not
implemented:
ValueImp::operator=
ValueImp::ValueImp(class KJS::ValueImp const &)
also it looks like kxmlcore doesn't export anything but kjs depends on
kxmlcore.
Attached a patch with all the changes I had to make to get it compile
with msvc. Some of them are only warnings (but I did not remove all
warnings until now)
Most of the changes are in the form '#if WIN32' -> '#if defined(_WIN32)
|| defined(_WIN64)' because WIN32 is not defined with msvc (and I
haven't seen this before)
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kjs.patch
Type: text/x-diff
Size: 9707 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20060120/f2609e45/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20060120/f2609e45/attachment.sig>
More information about the kde-core-devel
mailing list