Bug 318657 - Kate 'class KateDocument' has no member named 'setOrphaned'
Summary: Kate 'class KateDocument' has no member named 'setOrphaned'
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: buildsystem (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 04:42 UTC by Chris
Modified: 2013-04-30 09:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris 2013-04-21 04:42:05 UTC
Kate fails to compile with the following Errors


building CXX object part/CMakeFiles/katepartinterfaces.dir/document/katebuffer.obj
        cd /d G:\kderoot\build\kde\kate-20110130\work\mingw4-RelWithDebInfo-gitHEAD\part && G:\kderoot\mingw\bin\g++.exe
   -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=14 -DKDE_DEFAULT_DEBUG_AREA=13000 -DKDE_DEPRECATED_WARNINGS -DKTEXTEDITOR_NO_DEPRECA
TED -DMAKE_KATEPARTINTERFACES_LIB -DQT_DLL -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_O
PERATOR_PLUS -D_REENTRANT -D_WIN32_WINNT=0x0501 -DWINVER=0x0501 -D_WIN32_IE=0x0501 -DUNICODE -Wnon-virtual-dtor -Wno-lon
g-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTI
ONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -O2 -g -DNDEBUG -DQT_NO_DEBUG @CMakeFiles/ka
tepartinterfaces.dir/includes_CXX.rsp -o CMakeFiles\katepartinterfaces.dir\document\katebuffer.obj -c G:\kderoot\git\kat
e\part\document\katebuffer.cpp
In file included from G:\kderoot\git\kate\part\document\katebuffer.cpp:26:
G:/kderoot/include/mingw/unistd.h:148:34: warning: "/*" within comment
In file included from G:\kderoot\git\kate\part\document\katebuffer.cpp:37:
G:/kderoot/include/kcharsets.h:48: warning: 'KCharsets* KGlobal::charsets()' redeclared without dllimport attribute: pre
vious dllimport ignored
G:\kderoot\git\kate\part\document\katebuffer.cpp: In member function 'bool KateBuffer::openFile(const QString&, bool)':
G:\kderoot\git\kate\part\document\katebuffer.cpp:164: error: 'class KateDocument' has no member named 'setOrphaned'
G:\kderoot\git\kate\part\document\katebuffer.cpp:196: error: 'class KateDocument' has no member named 'setOrphaned'
G:\kderoot\git\kate\part\document\katebuffer.cpp: In member function 'bool KateBuffer::saveFile(const QString&)':
G:\kderoot\git\kate\part\document\katebuffer.cpp:275: error: 'class KateDocument' has no member named 'setOrphaned'
jom: G:\kderoot\build\kde\kate-20110130\work\mingw4-RelWithDebInfo-gitHEAD\part\CMakeFiles\katepartinterfaces.dir\build.
make [part\CMakeFiles\katepartinterfaces.dir\document\katebuffer.obj] Error 1
jom: G:\kderoot\build\kde\kate-20110130\work\mingw4-RelWithDebInfo-gitHEAD\CMakeFiles\Makefile2 [part\CMakeFiles\katepar
tinterfaces.dir\all] Error 2
jom: G:\kderoot\build\kde\kate-20110130\work\mingw4-RelWithDebInfo-gitHEAD\Makefile [all] Error 2
emerge fatal error: while running make cmd: G:\kderoot\dev-utils\bin\jom.exe  VERBOSE=1
emerge fatal error: running python G:\kderoot\emerge\portage\kde\kate\kate-20110130.py compile
emerge debug: Task: compile for kate stopped after: 0:05:23.187500
emerge debug: Task: Emerge stopped after: 0:05:38.453125




Reproducible: Always

Steps to Reproduce:
1. emerge kate

Actual Results:  
error as shown above

Expected Results:  
compile correctly