KDE/kdelibs/kabc/plugins/dir

2006-05-14 Thread Peter Kümmel
SVN commit 540668 by kuemmel: change the output name of kabc_dir_plugin to kabc_directory this naming is inconsistent in comparison to the other plugins: kde4_add_library(kabc_dir) but the plugin name is kabc_directory isn't kabc_dir better? CCMAIL:kde-buildsystem@kde.org M +1 -1

msvc: kabc plugins

2006-05-14 Thread Peter Kümmel
in kabc/plugins are libraries and plugins with the same name when compiled with msvc. gcc uses different names because of the lib prefix, (library: libkabc_file plugin: kabc_file) but this does not work with msvc which never uses a prefix. So, what should I do to fix it? Renaming the non-plugin

msvc: makekdewidgets

2006-05-14 Thread Peter Kümmel
Something for the kdewin32 TODO list: makekdewidgets throws an assert in win/src/mmap.c: line 117: hfd = (HANDLE)_get_osfhandle( fd ); When the mmap call is avoided then makekdewidgets does not crash: Index: kdecore/kconfigbackend.cpp

Re: msvc: makekdewidgets

2006-05-14 Thread Christian Ehrlicher
Peter Kümmel schrieb: Something for the kdewin32 TODO list: makekdewidgets throws an assert in win/src/mmap.c: line 117: hfd = (HANDLE)_get_osfhandle( fd ); When the mmap call is avoided then makekdewidgets does not crash: I wonder how often I have to say this - you *can't*

Re: msvc: makekdewidgets

2006-05-14 Thread Alexander Neundorf
On Sunday 14 May 2006 18:02, Christian Ehrlicher wrote: Peter Kümmel schrieb: Something for the kdewin32 TODO list: makekdewidgets throws an assert in win/src/mmap.c: line 117: hfd = (HANDLE)_get_osfhandle( fd ); When the mmap call is avoided then makekdewidgets does not

Re: msvc: makekdewidgets

2006-05-14 Thread Christian Ehrlicher
Alexander Neundorf schrieb: On Sunday 14 May 2006 18:02, Christian Ehrlicher wrote: Peter Kümmel schrieb: Something for the kdewin32 TODO list: makekdewidgets throws an assert in win/src/mmap.c: line 117: hfd = (HANDLE)_get_osfhandle( fd ); When the mmap call is avoided then

Re: msvc: makekdewidgets

2006-05-14 Thread Peter Kümmel
Alexander Neundorf wrote: On Sunday 14 May 2006 18:02, Christian Ehrlicher wrote: Peter Kümmel schrieb: Something for the kdewin32 TODO list: makekdewidgets throws an assert in win/src/mmap.c: line 117: hfd = (HANDLE)_get_osfhandle( fd ); When the mmap call is avoided then

Re: msvc: makekdewidgets

2006-05-14 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Ehrlicher schrieb: Peter Kümmel schrieb: Something for the kdewin32 TODO list: makekdewidgets throws an assert in win/src/mmap.c: line 117: hfd = (HANDLE)_get_osfhandle( fd ); When the mmap call is avoided then makekdewidgets

Re: msvc: makekdewidgets

2006-05-14 Thread Peter Kümmel
Alexander Neundorf wrote: On Sunday 14 May 2006 18:02, Christian Ehrlicher wrote: Peter Kümmel schrieb: Something for the kdewin32 TODO list: makekdewidgets throws an assert in win/src/mmap.c: line 117: hfd = (HANDLE)_get_osfhandle( fd ); When the mmap call is avoided then