[mep@arch bp]$ ls bp-editor.py include libs license README.md src [mep@arch bp]$ ./bp-editor.py Module directory: /home/mep/bp/src/ --- Load Configuration: 5 ms Init UI: 572 ms Init Theme: 3 ms Init Toolbar: 1 ms Load module directory: 25 ms Init Docks: 175 ms [] Parser: 1 ms Init Compiler: 29 ms [New file 1.bp] Parser: 17 ms Init Preferences: 43 ms Init Actions: 0 ms X Error: BadAtom (invalid Atom parameter) 5 Major opcode: 19 (X_DeleteProperty) Resource id: 0x0 [New file 1.bp] PostProcessor: 76 ms CDE Rehighlight: 0 ms [New file 1.bp] Parser: 3 ms [New file 1.bp] PostProcessor: 0 ms [New file 1.bp] Parser: 2 ms [New file 1.bp] PostProcessor: 0 ms [New file 1.bp] Parser: 2 ms [New file 1.bp] PostProcessor: 0 ms [New file 1.bp] Parser: 2 ms [New file 1.bp] PostProcessor: 0 ms [New file 1.bp] Parser: 2 ms [New file 1.bp] PostProcessor: 0 ms [New file 1.bp] Parser: 2 ms [New file 1.bp] PostProcessor: 0 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 3 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 1 ms [New file 1.bp] Parser: 3 ms [New file 1.bp] PostProcessor: 0 ms Output: /home/mep/bp/src/bp/Core/Memory/Memory.bp Output: /home/mep/bp/src/bp/Collection/Array/Array.bp Output: /home/mep/bp/src/bp/Core/String/UTF8String.bp Output: /home/mep/bp/src/bp/Core/String/String.bp Output: /home/mep/bp/src/bp/Core/Core.bp Output: /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1.bp Starting compiler: g++ \ -c \ /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp \ -o/home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.o \ -I/home/mep/bp/src/bp/Tools/IDE/tmp/ \ -I/home/mep/bp/src/ \ -I/home/mep/bp/include/cpp/ \ -std=c++0x \ -Wall In file included from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp:2:0: /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.hpp: In Funktion »void exec_file_1()«: /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.hpp:21:41: Fehler: gelöschte Funktion »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird verwendet In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0, from /home/mep/bp/src/bp/Core/Core-out.hpp:8, from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.hpp:6, from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp:2: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Anmerkung: »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird implizit gelöscht, da die Standarddefinition ungültig wäre: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Fehler: gelöschte Funktion »boost::shared_ptr >::shared_ptr(const boost::shared_ptr >&)« wird verwendet In file included from /home/mep/bp/include/cpp/precompiled/../boost/shared_ptr.hpp:17:0, from /home/mep/bp/include/cpp/precompiled/boost.hpp:5, from /home/mep/bp/src/bp/Core/Core.hpp:1, from /home/mep/bp/src/bp/Tools/IDE/tmp/bp_decls.hpp:38, from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp:1: /home/mep/bp/include/cpp/boost/smart_ptr/shared_ptr.hpp:162:25: Anmerkung: »boost::shared_ptr >::shared_ptr(const boost::shared_ptr >&)« ist implizit als gelöscht deklariert, da »boost::shared_ptr >« einen Bewegungskonstruktor oder Bewegungs-Zuweisungsoperator deklariert In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0, from /home/mep/bp/src/bp/Core/Core-out.hpp:8, from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.hpp:6, from /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.cpp:2: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:59:14: Fehler: Argument 1 von »void print___UTF8String(BPUTF8String)« wird initialisiert 2434 ms Starting linker: g++ -o/home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.o -L/home/mep/bp/libs/cpp/ g++: Fehler: /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out.o: Datei oder Verzeichnis nicht gefunden g++: schwerwiegender Fehler: keine Eingabedateien Kompilierung beendet. 10 ms -------------------------------------------------------------------------------- C++ Build: 2483 ms Executing: /home/mep/bp/src/bp/Tools/IDE/tmp/New file 1-out -------------------------------------------------------------------------------- Build process failed KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work kfilemodule(1248) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf! Traceback (most recent call last): File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 109, in runModule bpPostPFile = self.processor.getCompiledFiles()[self.getFilePath()] KeyError: '/home/mep/bp/pro/test.bp' Traceback (most recent call last): File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 141, in showModuleProperties widget.projectName.setText(parts[1]) IndexError: list index out of range [test.bp] Parser: 3 ms [test.bp] PostProcessor: 1 ms Traceback (most recent call last): File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 24, in openFile if self.isTmpFile(): File "/home/mep/bp/src/bp/Tools/IDE/bp_ide.py", line 431, in isTmpFile return self.isTmpPath(self.getFilePath()) File "/home/mep/bp/src/bp/Tools/IDE/bp_ide.py", line 350, in getFilePath return self.codeEdit.getFilePath() AttributeError: 'NoneType' object has no attribute 'getFilePath' --- EOP: 0 --- [mep@arch bp]$ ./bp-editor.py Module directory: /home/mep/bp/src/ --- Load Configuration: 3 ms Init UI: 228 ms Init Theme: 1 ms Init Toolbar: 1 ms Load module directory: 25 ms Init Docks: 156 ms [] Parser: 1 ms Init Compiler: 11 ms [New file 1.bp] Parser: 1 ms Init Preferences: 22 ms Init Actions: 0 ms X Error: BadAtom (invalid Atom parameter) 5 Major opcode: 19 (X_DeleteProperty) Resource id: 0x0 [New file 1.bp] PostProcessor: 62 ms CDE Rehighlight: 0 ms KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work kfilemodule(1295) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf! -------------------------------------------------------------------------------- File: /home/mep/bp/pro/test.bp [test.bp] NodeToBPC: 3 ms [test.bp] Parser: 3 ms [test.bp] PostProcessor: 0 ms CDE Rehighlight: 2 ms [test.bp] Parser: 3 ms [test.bp] PostProcessor: 0 ms Output: /home/mep/bp/src/bp/Core/Memory/Memory.bp Output: /home/mep/bp/src/bp/Collection/Array/Array.bp Output: /home/mep/bp/src/bp/Core/String/UTF8String.bp Output: /home/mep/bp/src/bp/Core/String/String.bp Output: /home/mep/bp/src/bp/Core/Core.bp Output: /home/mep/bp/pro/test.bp Starting compiler: g++ \ -c \ /home/mep/bp/pro/test-out.cpp \ -o/home/mep/bp/pro/test-out.o \ -I/home/mep/bp/pro/ \ -I/home/mep/bp/src/ \ -I/home/mep/bp/include/cpp/ \ -std=c++0x \ -Wall In file included from /home/mep/bp/pro/test-out.cpp:2:0: /home/mep/bp/pro/test-out.hpp: In Funktion »void exec_file_1()«: /home/mep/bp/pro/test-out.hpp:21:41: Fehler: gelöschte Funktion »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird verwendet In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0, from /home/mep/bp/src/bp/Core/Core-out.hpp:8, from /home/mep/bp/pro/test-out.hpp:6, from /home/mep/bp/pro/test-out.cpp:2: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Anmerkung: »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird implizit gelöscht, da die Standarddefinition ungültig wäre: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Fehler: gelöschte Funktion »boost::shared_ptr >::shared_ptr(const boost::shared_ptr >&)« wird verwendet In file included from /home/mep/bp/include/cpp/precompiled/../boost/shared_ptr.hpp:17:0, from /home/mep/bp/include/cpp/precompiled/boost.hpp:5, from /home/mep/bp/src/bp/Core/Core.hpp:1, from /home/mep/bp/pro/bp_decls.hpp:38, from /home/mep/bp/pro/test-out.cpp:1: /home/mep/bp/include/cpp/boost/smart_ptr/shared_ptr.hpp:162:25: Anmerkung: »boost::shared_ptr >::shared_ptr(const boost::shared_ptr >&)« ist implizit als gelöscht deklariert, da »boost::shared_ptr >« einen Bewegungskonstruktor oder Bewegungs-Zuweisungsoperator deklariert In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0, from /home/mep/bp/src/bp/Core/Core-out.hpp:8, from /home/mep/bp/pro/test-out.hpp:6, from /home/mep/bp/pro/test-out.cpp:2: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:59:14: Fehler: Argument 1 von »void print___UTF8String(BPUTF8String)« wird initialisiert 1045 ms Starting linker: g++ -o/home/mep/bp/pro/test-out /home/mep/bp/pro/test-out.o -L/home/mep/bp/libs/cpp/ g++: Fehler: /home/mep/bp/pro/test-out.o: Datei oder Verzeichnis nicht gefunden g++: schwerwiegender Fehler: keine Eingabedateien Kompilierung beendet. 10 ms -------------------------------------------------------------------------------- C++ Build: 1087 ms Executing: /home/mep/bp/pro/test-out -------------------------------------------------------------------------------- Build process failed [] Parser: 1 ms [UTF8String.bp] Parser: 1 ms -------------------------------------------------------------------------------- File: /home/mep/bp/src/bp/Core/String/UTF8String.bp [UTF8String.bp] NodeToBPC: 27 ms [UTF8String.bp] PostProcessor: 98 ms [UTF8String.bp] Parser: 129 ms [UTF8String.bp] PostProcessor: 12 ms CDE Rehighlight: 17 ms [test.bp] Parser: 3 ms [test.bp] PostProcessor: 0 ms [] Parser: 1 ms [Array.bp] Parser: 1 ms -------------------------------------------------------------------------------- File: /home/mep/bp/src/bp/Collection/Array/Array.bp [Array.bp] NodeToBPC: 20 ms [Array.bp] Parser: 100 ms [Array.bp] PostProcessor: 72 ms [Array.bp] PostProcessor: 10 ms CDE Rehighlight: 11 ms [test.bp] Parser: 3 ms [test.bp] PostProcessor: 1 ms Output: /home/mep/bp/src/bp/Core/Memory/Memory.bp Output: /home/mep/bp/src/bp/Collection/Array/Array.bp Output: /home/mep/bp/src/bp/Core/String/UTF8String.bp Output: /home/mep/bp/src/bp/Core/String/String.bp Output: /home/mep/bp/src/bp/Core/Core.bp Output: /home/mep/bp/pro/test.bp Starting compiler: g++ \ -c \ /home/mep/bp/pro/test-out.cpp \ -o/home/mep/bp/pro/test-out.o \ -I/home/mep/bp/pro/ \ -I/home/mep/bp/src/ \ -I/home/mep/bp/include/cpp/ \ -std=c++0x \ -Wall In file included from /home/mep/bp/pro/test-out.cpp:2:0: /home/mep/bp/pro/test-out.hpp: In Funktion »void exec_file_1()«: /home/mep/bp/pro/test-out.hpp:21:41: Fehler: gelöschte Funktion »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird verwendet In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0, from /home/mep/bp/src/bp/Core/Core-out.hpp:8, from /home/mep/bp/pro/test-out.hpp:6, from /home/mep/bp/pro/test-out.cpp:2: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Anmerkung: »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird implizit gelöscht, da die Standarddefinition ungültig wäre: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Fehler: gelöschte Funktion »boost::shared_ptr >::shared_ptr(const boost::shared_ptr >&)« wird verwendet In file included from /home/mep/bp/include/cpp/precompiled/../boost/shared_ptr.hpp:17:0, from /home/mep/bp/include/cpp/precompiled/boost.hpp:5, from /home/mep/bp/src/bp/Core/Core.hpp:1, from /home/mep/bp/pro/bp_decls.hpp:38, from /home/mep/bp/pro/test-out.cpp:1: /home/mep/bp/include/cpp/boost/smart_ptr/shared_ptr.hpp:162:25: Anmerkung: »boost::shared_ptr >::shared_ptr(const boost::shared_ptr >&)« ist implizit als gelöscht deklariert, da »boost::shared_ptr >« einen Bewegungskonstruktor oder Bewegungs-Zuweisungsoperator deklariert In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0, from /home/mep/bp/src/bp/Core/Core-out.hpp:8, from /home/mep/bp/pro/test-out.hpp:6, from /home/mep/bp/pro/test-out.cpp:2: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:59:14: Fehler: Argument 1 von »void print___UTF8String(BPUTF8String)« wird initialisiert 1050 ms Starting linker: g++ -o/home/mep/bp/pro/test-out /home/mep/bp/pro/test-out.o -L/home/mep/bp/libs/cpp/ g++: Fehler: /home/mep/bp/pro/test-out.o: Datei oder Verzeichnis nicht gefunden g++: schwerwiegender Fehler: keine Eingabedateien Kompilierung beendet. 28 ms -------------------------------------------------------------------------------- C++ Build: 1110 ms Executing: /home/mep/bp/pro/test-out -------------------------------------------------------------------------------- Build process failed Traceback (most recent call last): File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 141, in showModuleProperties widget.projectName.setText(parts[1]) IndexError: list index out of range Traceback (most recent call last): File "/home/mep/bp/src/bp/Tools/IDE/MenuActions.py", line 141, in showModuleProperties widget.projectName.setText(parts[1]) IndexError: list index out of range [] Parser: 1 ms [New file 5.bp] Parser: 1 ms [New file 5.bp] PostProcessor: 0 ms [Array.bp] Parser: 100 ms [Array.bp] PostProcessor: 9 ms [test.bp] Parser: 4 ms [test.bp] PostProcessor: 1 ms Output: /home/mep/bp/src/bp/Core/Memory/Memory.bp Output: /home/mep/bp/src/bp/Collection/Array/Array.bp Output: /home/mep/bp/src/bp/Core/String/UTF8String.bp Output: /home/mep/bp/src/bp/Core/String/String.bp Output: /home/mep/bp/src/bp/Core/Core.bp Output: /home/mep/bp/pro/test.bp Starting compiler: g++ \ -c \ /home/mep/bp/pro/test-out.cpp \ -o/home/mep/bp/pro/test-out.o \ -I/home/mep/bp/pro/ \ -I/home/mep/bp/src/ \ -I/home/mep/bp/include/cpp/ \ -std=c++0x \ -Wall In file included from /home/mep/bp/pro/test-out.cpp:2:0: /home/mep/bp/pro/test-out.hpp: In Funktion »void exec_file_1()«: /home/mep/bp/pro/test-out.hpp:21:41: Fehler: gelöschte Funktion »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird verwendet In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0, from /home/mep/bp/src/bp/Core/Core-out.hpp:8, from /home/mep/bp/pro/test-out.hpp:6, from /home/mep/bp/pro/test-out.cpp:2: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Anmerkung: »BPUTF8String::BPUTF8String(const BPUTF8String&)« wird implizit gelöscht, da die Standarddefinition ungültig wäre: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:17:7: Fehler: gelöschte Funktion »boost::shared_ptr >::shared_ptr(const boost::shared_ptr >&)« wird verwendet In file included from /home/mep/bp/include/cpp/precompiled/../boost/shared_ptr.hpp:17:0, from /home/mep/bp/include/cpp/precompiled/boost.hpp:5, from /home/mep/bp/src/bp/Core/Core.hpp:1, from /home/mep/bp/pro/bp_decls.hpp:38, from /home/mep/bp/pro/test-out.cpp:1: /home/mep/bp/include/cpp/boost/smart_ptr/shared_ptr.hpp:162:25: Anmerkung: »boost::shared_ptr >::shared_ptr(const boost::shared_ptr >&)« ist implizit als gelöscht deklariert, da »boost::shared_ptr >« einen Bewegungskonstruktor oder Bewegungs-Zuweisungsoperator deklariert In file included from /home/mep/bp/src/bp/Core/String/String-out.hpp:7:0, from /home/mep/bp/src/bp/Core/Core-out.hpp:8, from /home/mep/bp/pro/test-out.hpp:6, from /home/mep/bp/pro/test-out.cpp:2: /home/mep/bp/src/bp/Core/String/UTF8String-out.hpp:59:14: Fehler: Argument 1 von »void print___UTF8String(BPUTF8String)« wird initialisiert 1081 ms Starting linker: g++ -o/home/mep/bp/pro/test-out /home/mep/bp/pro/test-out.o -L/home/mep/bp/libs/cpp/ g++: Fehler: /home/mep/bp/pro/test-out.o: Datei oder Verzeichnis nicht gefunden g++: schwerwiegender Fehler: keine Eingabedateien Kompilierung beendet. 10 ms -------------------------------------------------------------------------------- C++ Build: 1124 ms Executing: /home/mep/bp/pro/test-out -------------------------------------------------------------------------------- Build process failed