<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><br>
While trying to compile kmymoney using emerge on the 'stable' 4.10
branch I keep running into issues<br>
<br>
Issue #5<br>
<br>
<br>
This ones a bit of a showstopper for me. I don't know enough about
the build system to work out whats going on.<br>
<br>
I have reported it as a bug here...<br>
<a class="moz-txt-link-freetext" href="https://bugs.kde.org/show_bug.cgi?id=318657">https://bugs.kde.org/show_bug.cgi?id=318657</a><br>
<br>
I tried adding -DBUILDING_DLL as I read it was required to get the
exports declared properly. but its made no difference, I see that
QT_DLL is defined and they probably do the same thing<br>
<br>
<br>
the results of that are...<br>
<code>G:\kderoot\build\kde\kate-20110130\work\mingw4-RelWithDebInfo-gitHEAD\part>cd
/d G:\kderoot\build\kde\kate-20110130\work</code><code><br>
</code><code>\mingw4-RelWithDebInfo-gitHEAD\part &&
G:\kderoot\mingw\bin\g++.exe
-DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=14 -DKDE_DEFAULT_</code><code><br>
</code><code>DEBUG_AREA=13000 -DBUILDING_DLL
-DKDE_DEPRECATED_WARNINGS -DKTEXTEDITOR_NO_DEPRECATED
-DMAKE_KATEPARTINTERFACES_LIB -DQT</code><code><br>
</code><code>_DLL -DQT_NO_CAST_TO_ASCII -DQT_NO_STL
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-D_REENTRANT -D_WIN32_WIN</code><code><br>
</code><code>NT=0x0501 -DWINVER=0x0501 -D_WIN32_IE=0x0501
-DUNICODE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align
-Wchar-sub</code><code><br>
</code><code>scripts -Wall -W -Wpointer-arith -Wformat-security
-fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common
-Woverl</code><code><br>
</code><code>oaded-virtual -fno-threadsafe-statics -O2 -g -DNDEBUG
-DQT_NO_DEBUG
@CMakeFiles/katepartinterfaces.dir/includes_CXX.rsp</code><code><br>
</code><code>-o
CMakeFiles\katepartinterfaces.dir\document\katebuffer.obj -c
G:\kderoot\git\kate\part\document\katebuffer.cpp</code><code><br>
</code><code>In file included from
G:\kderoot\git\kate\part\document\katebuffer.cpp:37:</code><code><br>
</code><code>G:/kderoot/include/kcharsets.h:48: warning:
'KCharsets* KGlobal::charsets()' redeclared without dllimport
attribute: pre</code><code><br>
</code><code>vious dllimport ignored</code><code><br>
</code><code>G:\kderoot\git\kate\part\document\katebuffer.cpp: In
member function 'bool KateBuffer::openFile(const QString&,
bool)':</code><code><br>
</code><code>G:\kderoot\git\kate\part\document\katebuffer.cpp:164:
error: 'class KateDocument' has no member named 'setOrphaned'</code><code><br>
</code><code>G:\kderoot\git\kate\part\document\katebuffer.cpp:196:
error: 'class KateDocument' has no member named 'setOrphaned'</code><code><br>
</code><code>G:\kderoot\git\kate\part\document\katebuffer.cpp: In
member function 'bool KateBuffer::saveFile(const QString&)':</code><code><br>
</code><code>G:\kderoot\git\kate\part\document\katebuffer.cpp:275:
error: 'class KateDocument' has no member named 'setOrphaned'</code><br>
<br>
<br>
Don't know what to try next<br>
<br>
<pre class="moz-signature" cols="76">Regards
Chris</pre>
On 17/04/2013 10:37 PM, DeveloperChris wrote:<br>
</div>
<blockquote cite="mid:516E9E98.4030402@rebel.com.au" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<div class="moz-cite-prefix"><br>
When Trying to install phonon-vlc 0.5.0-1 I get the following
error<br>
<br>
<code><br>
</code><code>CMake Error at
/lib/cmake/phonon/PhononTargets.cmake:66 (message):</code><code><br>
</code><code> The imported target "Phonon::phononexperimental"
references the file</code><code><br>
</code><code><br>
</code><code> "//lib/libphononexperimental.dll.a"</code><code><br>
</code><code><br>
</code><code> but this file does not exist. Possible reasons
include:</code><code><br>
</code><code><br>
</code><code> * The file was deleted, renamed, or moved to
another location.</code><code><br>
</code><code><br>
</code><code> * An install or uninstall procedure did not
complete successfully.</code><code><br>
</code><code><br>
</code><code> * The installation package was faulty and
contained</code><code><br>
</code><code><br>
</code><code> "/lib/cmake/phonon/PhononTargets.cmake"</code><code><br>
</code><code><br>
</code><code> but not all the files it references.</code><code><br>
</code><code><br>
</code><code>Call Stack (most recent call first):</code><code><br>
</code><code> /lib/cmake/phonon/PhononConfig.cmake:18 (include)</code><code><br>
</code><code> cmake/modules/FindPhonon.cmake:9 (find_package)</code><code><br>
</code><code> CMakeLists.txt:7 (find_package)</code><code><br>
</code><code><br>
</code><code><br>
</code><code>-- Configuring incomplete, errors occurred!</code><br>
<br>
<br>
The file exists at kderoot\lib\libphononexperimental.dll.a It
would appear the aliases are not being applied correctly<br>
<br>
my aliases are <br>
<br>
KDEROOT : r:\<br>
KDECOMPILER : mingw4<br>
KDESVNDIR : s:\<br>
KDEGITDIR : q:\<br>
EMERGE_PYTHON_PATH : "c:\python33"<br>
DOWNLOADDIR : t:\<br>
<br>
Can anyone advise as to where I can look to fix this?<br>
<br>
I hope no-one is annoyed by my flood of emails. I believe that
although I have fixed some of these issues myself they should be
documented so others can have an easier time of this. <br>
<br>
I must say it is a long and annoying process to get this to work
and with these issues its easy to get turned off. I actually
started this process over 2 years ago and gave up the first time
around. This time I am not going to give in.<br>
<br>
<pre class="moz-signature" cols="76">Regards
Chris</pre>
<br>
</div>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Kde-windows mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kde-windows@kde.org">Kde-windows@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/kde-windows">https://mail.kde.org/mailman/listinfo/kde-windows</a>
</pre>
</blockquote>
<br>
</body>
</html>