Giter VIP home page Giter VIP logo

tora's Introduction

TOra - Toolkit for Oracle

TOra - An Oracle Toolkit for DBA's and developers

Shared/mixed copyright is held throughout files in this product

Portions Copyright (C) 2000-2001 Underscore AB Portions Copyright (C) 2003-2005 Quest Software, Inc. Portions Copyright (C) 2004-2013 Numerous Other Contributors

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; only version 2 of the License is valid for this program.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program as the file COPYING.txt; if not, please see http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.

 As a special exception, you have permission to link this program
 with the Oracle Client libraries and distribute executables, as long
 as you follow the requirements of the GNU GPL in regard to all of the
 software in the executable aside from Oracle client libraries.

All trademarks belong to their respective owners.

For information about license see the COPYING file. TOra is distributed under the GPL which basically means that any derivatory work must be released under the GPL license as well.

TOra is supported for running with an Oracle 8.1.7 or newer client installation. It has been verified to work with Oracle 10g and 11g.

WINDOWS / ORACLE NOTICE: The windows build of tora includes a stub Oracle DLL to enable the product to work with other database engines even if oracle is not installed. If you have Oracle client installed, and want oracle support in TOra to function, remove the oci.dll file from the TOra installation directory after installing it.

In addition, TOra also supports postgres and mysql if your Qt library is compiled with that support.

Toolkit for Oracle is a program for database developers and administrators. The features that are available so far is (As of version 1.2):

  • Handles multiple connections

  • Support Oracle & MySQL

  • Advanced SQL Worksheet

    • Explain plan
    • PL/SQL auto indentation
    • Statement statistics
    • Error location indication
    • SQL syntax highlighting
    • Code completion
    • Visualization of result
    • PL/SQL block parsing
    • Statement statistics comparison
  • Schema browser

    • Table & view editing
    • References & dependencies
    • Reverse engeneering of objects
    • Tab & tree based browsing
    • Object & data filtering
  • PL/SQL Editor/Debugger

    • Breakpoints
    • Watches
    • Line stepping
    • SQL Output viewing
    • Structure tree parsing
  • Server tuning

    • Server overview
    • Tuning charts
    • Wait state analyzer
    • I/O by tablespace & file
    • Performance indicators
    • Server statistics
    • Parameter editor (P-file editor)
  • Security manager

  • Storage manager with object & extent viewer

  • Session manager

  • Rollback manager with snapshot too old detection

  • SGA and long operations trace

  • Current session information

  • PL/SQL profiler

  • Explain plan browser

  • Statistics manager

  • DBMS alert tool

  • Invalid object browser

  • SQL Output viewer

  • Database/schema comparison and search

  • Extract schema objects to SQL script

  • Easily extendable

  • Possible to add support for new or older Oracle versions without programming.

  • SQL template help

  • Full UNICODE support

  • Printing of any list, text or chart

For installation instructions see the file INSTALL.

TOra is developed by a community of Open Source developers. The original (pre 1.3.15) development was done by Henrik Johnson of Quest Software, Inc.

The homepage for the TOra project is at http://torasql.com/

If you encounter problems you can send an e-mail to [email protected] or create a ticket on github.

tora's People

Contributors

benapetr avatar daniele-athome avatar ibre5041 avatar keremet avatar mkyral avatar pvanek avatar shadowkyogre avatar tonytheodore avatar vitlav avatar yp-warsaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tora's Issues

License file grammer .g

Hello,

Some grammar files .g located in extlibs\parsing.cpp, like MySQLGuiLexer, MySQLLexer or PostgreSQLGuiLexer, have not a license term in the header.
What about the license of these files please?

storage manager: cannot create tablespace

when it's configured in UI dialog:

Thu Apr 21 13:49:09 2016
trotl_stat.cpp:512  bool trotl::SqlStatement::execute_internal(ub4, ub4)
ORA-01741: illegal zero-length identifier

error at SQL position 18 [1.19]:
CREATE TABLESPACE ""  DATAFILE '' SIZE 1048576 K REUSE AUTOEXTEND OFF MINIMUM EXTENT 1048576 K LOGGING ONLINE PERMANENT EXTENT MANAGEMENT DICTIONARY
                  ^

last SQL statement:
CREATE TABLESPACE ""  DATAFILE '' SIZE 1048576 K REUSE AUTOEXTEND OFF MINIMUM EXTENT 1048576 K LOGGING ONLINE PERMANENT EXTENT MANAGEMENT DICTIONARY

0x7fba4776f10e: trotl::OciException::OciException(std::string, trotl::SqlStatement&) in /home/pvanek/oss/tora/release/lib64/libtrotl.so
0x7fba4776999b: trotl::SqlStatement::execute_internal(unsigned int, unsigned int) in /home/pvanek/oss/tora/release/lib64/libtrotl.so
0x7fba4776f59a: trotl::SqlStatement::pre_read_value() in /home/pvanek/oss/tora/release/lib64/libtrotl.so
0x7fba477691c4: trotl::SqlStatement::eof() in /home/pvanek/oss/tora/release/lib64/libtrotl.so
0x7fba472165a1: oracleQuery::eof() in /home/pvanek/oss/tora/release/lib64/tora-3.0/libporacle.so
0xa16099: toQueryAbstr::eof() in ./bin/tora
0x9e771d: toConnectionSubLoan::execute(QString const&) in ./bin/tora
0xed6090: toStorage::newTablespace() in ./bin/tora
0x9ad9f6: uknown symbol in ./bin/tora
0x7fba6c2fccc6: QMetaObject::activate(QObject*, int, int, void**) in /usr/lib64/libQt5Core.so.5

but the statement is correct when I click "preview sql"

CREATE TABLESPACE "OMQ_DATA"  DATAFILE '/u01/app/oracle/oradata/orcl/omq_data.dbf' SIZE 1024 K REUSE AUTOEXTEND ON NEXT 1024 K MAXSIZE 1024 K MINIMUM EXTENT 1024 K LOGGING ONLINE PERMANENT EXTENT MANAGEMENT DICTIONARY;

Tora3 tuning tab

Hello everyone.

First please forgive my bad english, i'm just a french dba.

I use the tuning section frequently (i got tora 2.1.3) and i figured this section has disappeared in tora 3.
I saw in sources that it was tagged "obsolete", is there any plans on making it working again ?

Thank you.

Tora always open about page

Hi
I downloaded Tora but when I open the application always shows me the about page
Could you help me?
Thanks and sorry for my English

Download Links Never Go Anywhere

Can you please update the download page so that it actually goes somewhere. Right now if you click on the Windows build download it just loops you back to the wiki where there isn't an actual download link.

Oracle: Using of undefined variable causes connection close in editor window

When I run select where I miss that there is some undefined variable, connection to Oracle is lost and I'm not able to re-run corrected select in the same editor window.

Steps to reproduce:

  1. Connect to Oracle DBA
  2. Execute command: select * from dual where DUMMY = 'X';
  3. One row is selected.
  4. Now change to: select * from dual where DUMMY = undefined_variable;
  5. Execute the query
  6. An error is returned. Note that connection was closed:
út bře 8 10:54:51 2016

ORA-00904: "UNDEFINED_VARIABLE": invalid identifier

error at SQL position 33 [1.34]:
select * from dual where DUMMY = undefined_variable
                                 ^

last SQL statement:
select * from dual where DUMMY = undefined_variable


út bře 8 10:54:51 2016

ORA-00904: "UNDEFINED_VARIABLE": invalid identifier


út bře 8 10:54:51 2016

ORA-03113: end-of-file on communication channel

error at SQL position 33 [1.34]:
select nvl2(dbms_transaction.local_transaction_id, 1, 0) from dual
                                 ^

last SQL statement:
select nvl2(dbms_transaction.local_transaction_id, 1, 0) from dual
  1. Correct the query and re-run it

Expected result: Query is executed and value is shown.

Current result: An error is shown:

út bře 8 10:57:56 2016

ORA-03114: not connected to ORACLE

error at SQL position 0 [1.1]:
select * from dual where DUMMY = 'X'
^

last SQL statement:
select * from dual where DUMMY = 'X'


út bře 8 10:57:56 2016

ORA-01041: internal error. hostdef extension doesn't exist


út bře 8 10:57:56 2016

ORA-24338: statement handle not executed

I have to open a new editor window to get the result.
I expect that connection will be not closed due to this error,

Tora compiled from GitHub sources: 07:40:16 4.3.2016
Gentoo linux, Qt 5.5.1, dev-db/oracle-instantclient-basic-10.2.0.3-r1 (because I still need to connect to some Oracle8i servers)
Tested on "Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit"

TOra3 release still tails to build with Qt4 GUI

Latest (today's) snapshot build error message:

In file included from /var/tmp/portage/dev-db/tora-9999/work/tora-master/src/widgets/totreewidget.h:38:0,
from /var/tmp/portage/dev-db/tora-9999/work/tora-master/src/tools/toresultview.h:42,
from /var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/tolistviewformatterxlsx.cpp:43:
/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/tolistviewformatterxlsx.cpp: In member function ‘virtual QString toListViewFormatterXLSX::getFormattedString(toExportSettings&, const QAbstractItemModel*)’:
/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/utils.h:61:27: error: ‘escape’ is not a member of ‘Qt’
#define TO_ESCAPE(string) Qt::escape(string)
^
/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/tolistviewformatterxlsx.cpp:113:25: note: in expansion of macro ‘TO_ESCAPE’
value = TO_ESCAPE(data.toString().toHtmlEscaped());
^
/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/tolistviewformatterxlsx.cpp:113:51: error: ‘class QString’ has no member named ‘toHtmlEscaped’
value = TO_ESCAPE(data.toString().toHtmlEscaped());
^
/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/utils.h:61:38: note: in definition of macro ‘TO_ESCAPE’
#define TO_ESCAPE(string) Qt::escape(string)
^
/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/tolistviewformatterxlsx.cpp: At global scope:
/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/tolistviewformatterxlsx.cpp:51:16: warning: ‘{anonymous}::registered’ defined but not used [-Wunused-variable]
const bool registered = >toListViewFormatterFactory::Instance().Register(toListViewFormatterIdentifier::XLSX,
^
src/CMakeFiles/tora.dir/build.make:6190: recipe for target 'src/CMakeFiles/tora.dir/core/tolistviewformatterxlsx.cpp.o' failed

Conflicting mode_t declaration

Hi there!
I trying to build tora-3.1 (and git HEAD), but getting following error in both cases:

/var/tmp/portage/dev-db/tora-3.1/work/tora-3.1/src/tools/toscript.cpp: At global scope:
/var/tmp/portage/dev-db/tora-3.1/work/tora-3.1/src/tools/toscript.cpp:105:13: error: conflicting declaration ‘typedef int mode_t’
 typedef int mode_t;
             ^
In file included from /usr/include/stdlib.h:314:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5/cstdlib:72,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5/bits/stl_algo.h:59,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5/algorithm:62,
                 from /usr/include/qt5/QtCore/qglobal.h:94,
                 from /usr/include/qt5/QtCore/qchar.h:43,
                 from /usr/include/qt5/QtCore/qstring.h:48,
                 from /usr/include/qt5/QtCore/QString:1,
                 from /var/tmp/portage/dev-db/tora-3.1/work/tora-3.1/src/core/tohelpcontext.h:38,
                 from /var/tmp/portage/dev-db/tora-3.1/work/tora-3.1/src/widgets/totoolwidget.h:38,
                 from /var/tmp/portage/dev-db/tora-3.1/work/tora-3.1/src/tools/toscript.h:37,
                 from /var/tmp/portage/dev-db/tora-3.1/work/tora-3.1/src/tools/toscript.cpp:36:
/usr/include/sys/types.h:70:18: note: previous declaration as ‘typedef __mode_t mode_t’
 typedef __mode_t mode_t;
                  ^

Is it a way to fix that?
Is it any additional information that I can provide to help you resolve and fix issue?

Build failure under MXE for target x86_64 (64 bit Windows)

The build gets over half way, but fails with the following:

/home/toradev/tora/src/core/utils.cpp: In static member function 'static HINSTANCE__* Utils::toLibrary::loadLibrary(const QFileInfo&)':
/home/toradev/tora/src/core/utils.cpp:1100:74: warning: passing NULL to non-pointer argument 3 of 'HINSTANCE__* LoadLibraryExA(LPCSTR, HANDLE, DWORD)' [-Wconversion-null]
handle = LoadLibraryEx( libpath.toStdString().c_str(), NULL, NULL);
^
/home/toradev/tora/src/core/utils.cpp: In static member function 'static void* Utils::toLibrary::lookupSymbol(HINSTANCE__* const&, const char_)':
/home/toradev/tora/src/core/utils.cpp:1229:31: error: invalid conversion from 'FARPROC {aka long long int (_)()}' to 'void*' [-fpermissive]
return GetProcAddress (handle, symbol);

Looking at the code, it appears to be due to some #defines, specifically Q_OS_WIN32 vs Q_OS_WIN64

E.g. For this specific error, [1] has the following:

void * toLibrary::lookupSymbol(LHandle const& handle, char const* symbol)
{

ifndef Q_OS_WIN32

    void *retval = dlsym(handle, symbol);
    const char *dlsym_error = dlerror();
    if ( !retval || dlsym_error)
    {
        // TODO throw here?
        return NULL;
    }
    return retval;

else

    return GetProcAddress (handle, symbol);

endif

}

So for Q_OS_WIN64, I think the wrong code path is executed.
Changing it to the following appears to work:

void * toLibrary::lookupSymbol(LHandle const& handle, char const* symbol)
{

ifndef Q_OS_WIN32

ifndef Q_OS_WIN64

    void *retval = dlsym(handle, symbol);
    const char *dlsym_error = dlerror();
    if ( !retval || dlsym_error)
    {
        // TODO throw here?
        return NULL;
    }
    return retval;

else

    return GetProcAddress (handle, symbol);

endif

endif

}

However, it then fails after building tora.exe:
Linking CXX executable tora.exe
[100%] Built target tora
make[2]: *** No rule to make target 'src/libtora.dll.a', needed by 'src/libporacle.dll'. Stop.
CMakeFiles/Makefile2:310: recipe for target 'src/CMakeFiles/poracle.dir/all' failed
make[1]: *** [src/CMakeFiles/poracle.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2

[1] https://github.com/tora-tool/tora/blob/master/src/core/utils.cpp

[danger warning] tsqllexeroracle.cc:167:9: reference to local variable ‘retval’ returned

Among a bunch of other warning during build, it is one potentially dangerous:

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * /var/tmp/portage/dev-db/tora-9999/work/tora-9999/src/parsing/tsqllexeroracle.cc:167:9: warning: reference to local variable ‘retval’ returned [-Wreturn-local-addr]

 * Please do not file a Gentoo bug and instead report the above QA
 * issues directly to the upstream developers of this software.
 * Homepage: http://torasql.com/

Query BFILE columns results in error

Hey there,

Querying tables wih BFILE type columns

select * from sch_ds.documents

results in:

Invalid datatype in conversion(BindParLob to tstring)

desc sch_ds.documents

Name        Null     Type                
----------- -------- ------------------- 
DOC_ID      NOT NULL NUMBER              
FILE_OBJECT NOT NULL BFILE               
FILE_NAME   NOT NULL VARCHAR2(1024 CHAR) 
DOC_TYPE    NOT NULL NUMBER              
DELETED              DATE          

When I leave out the BFILE column from the select, rows returned normally.

Database is:
Oracle Database 12c Release 12.1.0.1.0 - 64bit Production

Tora v.3.0
Connection type is Oracle Instant client.

Windows7 64Bit Oracle Libraries Loading Error

Hello All,

I just download Tora.3.0.96.Release.64bit from sf.net, it can't load Oracle Driver when start up.
I've installed Oracle 11.2.0.3.0 64Bit Client

What exactly version of oracle client should Tora work with. Thanks

Eg. Oracle 11gR2 64 or Oracle 12c 64 or 32bit.

Thanks!

The code doesn't compile on Ubuntu 15.10

Here is the output:
2016-02-20 15:42:52 (6.85 MB/s) - ‘master.zip’ saved [12955876/12955876]

Qt Found OK
QScintilla2 Found OK
Oracle OCI Library Found OK

CMake Warning at CMakeLists.txt:267 (MESSAGE):
No PostgreSQL environment has been found.

CMake Warning at CMakeLists.txt:268 (MESSAGE):
Specify -DPOSTGRESQL_PATH_INCLUDES=path

CMake Warning at CMakeLists.txt:269 (MESSAGE):
and -DPOSTGRESQL_PATH_LIB=path manually

-- Oracle OCI Library Found OK
/tmp/tora/tora-master/src/widgets/torefreshcombo.h:0: Note: No relevant classes found. No output generated.
/tmp/tora/tora-master/src/core/tohelpcontext.h:0: Note: No relevant classes found. No output generated.
/tmp/tora/tora-master/src/core/tosettingtab.h:0: Note: No relevant classes found. No output generated.
/tmp/tora/tora-master/src/widgets/toconnectionwidget.h:0: Note: No relevant classes found. No output generated.
/tmp/tora/tora-master/src/tools/tosecuritytreeitem.h:0: Note: No relevant classes found. No output generated.
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:341:20: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)();
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:347:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance() {
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:351:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create (ClassIdKeyParm className) const {
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::createInstance()’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:348:20: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived());
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::ClassIdKeyParm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:353:51: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second() );
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:374:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:378:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:382:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1) const {
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::P1Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:379:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1));
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::P1Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:384:48: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:408:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:412:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:416:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P2Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:413:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2));
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P2Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:419:48: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1, parm2) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:446:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm, P3Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:450:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2, P3Parm parm3) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:454:10: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2, P3Parm parm3) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P3Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:451:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2, parm3));
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P3Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:457:49: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1, parm2, parm3) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:486:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm, P3Parm, P4Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:490:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2, P3Parm parm3, P4Parm parm4)
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:495:10: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2, P3Parm parm3, P4Parm parm4) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P3Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P4Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:492:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2, parm3, parm4));
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconnectionprovider.h:45:0,
from /tmp/tora/tora-master/src/main/main.cpp:37:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P3Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P4Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:498:49: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (regEntry).second(parm1, parm2, parm3, parm4) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/core/toconfenum.h:39:0,
from /tmp/tora/tora-master/src/core/toconfiguration.h:5,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/tmp/tora/tora-master/src/main/main.cpp: In function ‘int main(int, char*
)’:
/tmp/tora/tora-master/src/ts_log/ts_log_utils.h:44:38: note: #pragma message: WARNING: TODO/FIXME: hicolor theme is broken for Docklet icons. But we need to resolve X11 themes one day

define WARN(exp) ("WARNING: " exp)

                                  ^

/tmp/tora/tora-master/src/main/main.cpp:118:17: note: in expansion of macro ‘WARN’
#pragma message WARN( "TODO/FIXME: hicolor theme is broken for Docklet icons. But we need to resolve X11 themes one day" )
^
/tmp/tora/tora-master/src/main/main.cpp:230:26: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr finder = ConnectionProviderFinderFactory::Instance().create(_i, 0);
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
/tmp/tora/tora-master/src/main/main.cpp:327:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr about ( new toAbout(toAbout::About, NULL, "About " TOAPPNAME, true));
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/loki/Singleton.h:30,
from /tmp/tora/tora-master/src/core/toconfiguration.h:8,
from /tmp/tora/tora-master/src/main/main.cpp:35:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:341:20: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)();
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:347:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance() {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:351:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create (ClassIdKeyParm className) const {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::createInstance()’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:348:20: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived());
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::ClassIdKeyParm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:353:51: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second() );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:374:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:378:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:382:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1) const {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::P1Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:379:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1));
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::P1Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:384:48: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:408:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:412:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:416:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P2Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:413:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2));
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P2Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:419:48: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1, parm2) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:446:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm, P3Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:450:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2, P3Parm parm3) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:454:10: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2, P3Parm parm3) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P3Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:451:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2, parm3));
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P3Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:457:49: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1, parm2, parm3) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:486:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm, P3Parm, P4Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:490:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2, P3Parm parm3, P4Parm parm4)
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:495:10: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2, P3Parm parm3, P4Parm parm4) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P3Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P4Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:492:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2, parm3, parm4));
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P3Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P4Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:498:49: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1, parm2, parm3, parm4) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/ui_todescribeui.h:19,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/todescribe.h:38,
from /tmp/tora/BUILD/src/widgets/moc_todescribe.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:341:20: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)();
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:347:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance() {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:351:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create (ClassIdKeyParm className) const {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::createInstance()’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:348:20: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived());
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::NullType, ClassIdKey>::ClassIdKeyParm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:353:51: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second() );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:374:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:378:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:382:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1) const {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::P1Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:379:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1));
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::NullType>, ClassIdKey>::P1Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:384:48: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:408:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:412:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:416:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P2Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:413:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2));
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::NullType> >, ClassIdKey>::P2Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:419:48: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1, parm2) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:446:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm, P3Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:450:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2, P3Parm parm3) {
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:454:10: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2, P3Parm parm3) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P3Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:451:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2, parm3));
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::NullType> > >, ClassIdKey>::P3Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:457:49: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1, parm2, parm3) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: At global scope:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:486:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr (_CreateFct)(P1Parm, P2Parm, P3Parm, P4Parm);
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:490:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
static std::auto_ptr createInstance(P1Parm parm1, P2Parm parm2, P3Parm parm3, P4Parm parm4)
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:495:10: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr create(ClassIdKeyParm className, P1Parm parm1, P2Parm parm2, P3Parm parm3, P4Parm parm4) const
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In static member function ‘static std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::createInstance(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P3Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P4Parm)’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:492:18: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return std::auto_ptr(new Derived(parm1, parm2, parm3, parm4));
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43:0,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h: In member function ‘std::auto_ptr<_Up> Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::create(Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::ClassIdKeyParm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P1Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P2Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P3Parm, Util::GenericFactoryImpl<Base, Loki::Typelist<P1, Loki::Typelist<P2, Loki::Typelist<P3, Loki::Typelist<P4, Loki::NullType> > > >, ClassIdKey>::P4Parm) const’:
/tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:498:49: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
return (regEntry == mRegistry.end() ? std::auto_ptr(0) : (_regEntry).second(parm1, parm2, parm3, parm4) );
^
In file included from /usr/include/c++/5/memory:81:0,
from /tmp/tora/tora-master/extlibs/loki-extra/include/loki/Factory_alt.h:226,
from /tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/tobrowserbasewidget.h:43,
from /tmp/tora/BUILD/src/widgets/moc_tobrowserbasewidget.cxx:9:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from /tmp/tora/BUILD/src/widgets/moc_toresultplan.cxx:9:0:
/tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/toresultplan.h:184:2: error: ‘QPlainTextEdit’ does not name a type
QPlainTextEdit planTreeText;
^
/tmp/tora/BUILD/src/widgets/../../../tora-master/src/widgets/toresultplan.h:231:9: error: ‘Loki’ does not name a type
typedef Loki::SingletonHolder<toExplainTypeButton, Loki::CreateUsingNew, Loki::NoDestroy> toExplainTypeButtonSingle;
^
make[3]: *
* [src/CMakeFiles/tora.dir/widgets/moc_toresultplan.cxx.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [src/CMakeFiles/tora.dir/all] Error 2
make[1]: *** [src/CMakeFiles/tora.dir/rule] Error 2
make: *** [tora] Error 2

query via database link does not work (windows 64bit tora3 )

when I do a query using a database link, the database link part is ignored.
eg.
I have a dev database and a test database with the same schema
when connected with the test database :
select count() from table@DEV
gives the results from :
select count(
) from table

specifying a database link that does not exist, does not give an error
select count(*) from table@XXX

it seems dat the databaselink part is ignored in the query

tora 2.1.3 (32 bit) does work correctly.

CMake doesn't seem to work well on Windows (qt5)

I tried to compile master on Visual Studio 2013, I still have my own version that I adapted to Qt5 in past, but I noticed a significant difference in cmake file. This is how my working version looked:

untitled

This is how it looks now:

untitled

Note, that I added most options by hand, but there is still most of these options missing. The configured project for VS can't be compiled unless user manually add paths to project config for all libraries + there seem to be some problems related to missing variables.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Tora should be compilable without oracle libs

Since it can be used as mysql / postgre tool as well. Right now it's possible to configure it without oracle libs, but it later fail:

In file included from /home/petanb/Documents/tora/src/core/tolistviewformattersql.cpp:47:0:
/home/petanb/Documents/tora/src/connection/tooraclesetting.h:42:34: fatal error: ui_tooraclesettingui.h: No such file or directory

Not requiring these libs would also make it easier to integrate with travis which probably wouldn't allow installation of oracle libraries as they aren't open source

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

strange behavior with decimals

With this query , the table and condition were removed

select saldo,mod(saldo,2)
from


where

I got this result in tora

saldo | mod(saldo,2)
8429671.3499999996 | 1.3500000000000001

but when i did the same in sqlplus i got

saldo | mod(saldo,2)
8429671.35| 1.35

the definition of the table

SALDO NOT NULL NUMBER(19,6)

why i got this numbers in tora?

[UI] Hardcoded colors in query editor widget

I'm getting a trouble when trying to prepare query using dark system colour scheme: http://i.imgur.com/kpwjcnC.png.
There is hardcoded yellow background of active line (or, at least, I failed to find where to change it in Preferences.
And, it seems, font colour (white) is also hardcoded to be same as system default (instead of "Default" defined in Preferences->Editor Settings->Syntax)

executing a partial selected command on a line executes complete line

select * from dual where 1=2

when you select in the above line the text "select * from dual" and execute it, it will give no results
so actually the complete line is selected for execution

while
select * from dual
where 1=2

select only the first line (select * from dual) it will give a result

NCLOB support

querying from NCLOB colunm, triggers

ORA-24806: LOB form mismatch

segmentation fault when run as non root user: pthread_mutex_destroy.c: No such file or directory

Hello,

I cloned the repo and sucesfully built and installed tora 3 (default install location in /usr/local) with Oracle support (Oracle 12.1) on Ubuntu 16.04.

However when run as a ordinary user Tora coredumps with a segmentation fault.
When I run as root (sudo) Tora starts up normally.

I'm assuming permission problems but I'm at loss what extra permissions are needed.

When I run tora in gdb then the message reads:
Thread 1 "tora" received signal SIGSEGV, Segmentation fault.
__GI___pthread_mutex_destroy (mutex=0x0) at pthread_mutex_destroy.c:30
30 pthread_mutex_destroy.c: No such file or directory.

Any input as to why the seg fault occurs would be welcome.
(Background: I used to use 2.x with Oracle support on Ubuntu 14.04, and I really would like to use it again.)

Thx.

Best regards,
Ruben

Cannot turn off auto complete

I cannot turn off autocomplete and it is making the tool difficult to use as it screws up typing something like schema.table especially if you have a bunch of oracle system tables all starting with fnd_

Version 3.0alpha-30-g8e691f2 on Windows 7 64bit.

Make error on Arch Linux, build failed

Hey there,

Trying to build master on Arch fails.
$uname -a
Linux arch-desktop 4.5.4-1-ARCH #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016 x86_64 GNU/Linux

qt5-base-5.6.0-6 [installed]
qt5-tools-5.6.0-2 [installed]
qscintilla-qt5 2.9.1-3 [installed]
boost 1.60.0-5 [installed]
loki-lib-0.1.7-2 [installed]
oracle-instantclient-basic 12.1.0.2.0-1 [installed]
oracle-instantclient-sdk 12.1.0.2.0-1 [installed]
cmake 3.5.2-2 [installed]
gcc-multilib 6.1.1-1 [installed]

After cloning:

[dani@arch-desktop RBUILD]$ cmake -DBOOST_ROOT=/usr/include -DCMAKE_INSTALL_PREFIX:PATH=/home/dani/torasql -DENABLE_PGSQL=0 -DCMAKE_BUILD_TYPE=Release ../../tora

-- The C compiler identification is GNU 6.1.1
-- The CXX compiler identification is GNU 6.1.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.8.3")
Git version v3.0-59-g49b6b02
Git version major 3
Git version minor 0
Git version count 59
Git version sha1 g49b6b02
Git version short 3.0
Git version dirty
Git branch master
Build tag v3.0-59-Release-g49b6b02
Build date 2016-05-26
-- Boost version: 1.60.0
-- Found the following Boost libraries:
-- system
-- Found Boost libraries for debug build: /usr/include; libs: /usr/lib64
-- LIB_SUFFIX variable is not defined. It will be autodetected now.
-- You can set it manually with -DLIB_SUFFIX= (64 for example)
-- CMAKE_SIZEOF_VOID_P=8
-- LIB_SUFFIX is set to '64'
-- non-debug build
-- Found LOKI: /usr/lib64/libloki.so
-- Using external loki: headers=/usr/include libs=/usr/lib64/libloki.so
Qt Found OK
QScintilla2 LIBPATH "/usr/lib;/usr/lib/;/usr/local/lib"
-- Found QScintilla2: /lib64/libqscintilla2-qt5.so
-- includes: /usr/include/qt/Qsci
QScintilla2 Found OK
-- Guessed ORACLE_OCI_VERSION value: 12C for 121
-- ORACLE_LIBRARY_CLNTSH /usr/lib64/libclntsh.so
-- ORACLE_LIBRARY_CLNTST
-- ORACLE_LIBRARY_OCCI
-- ORACLE_LIBRARY_XML
-- ORACLE_LIBRARY_OCIEI
-- Found Oracle: /usr/lib64/libclntsh.so (ORACLE_HOME='/usr')
-- includes: /usr/include
-- Found XML Oracle:
Oracle OCI Library Found OK
-- PostgreSQL advanced support is disabled by user choice
-- DB2 support is disabled by user choice
-- Teradata support disabled (enable with -DENABLE_TERADATA=on)
-- Oracle OCI Library Found OK
-- -- No Oracle XDK found: ignoring
-- poracle /usr/lib64/libclntsh.so trotl
-- Found Doxygen: /bin/doxygen (found version "1.8.11")
-- Developer documentation (doxygen) can be generated by 'make docs'
-- TOra 3.0 will be built & installed into /home/dani/torasql
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dani/Downloads/tora3/RBUILD

[dani@arch-desktop RBUILD]$ make tora poracle

[ 0%] Generating moc_dotgraph.cpp
[ 0%] Generating moc_canvasedge.cpp
[ 0%] Generating moc_canvaselement.cpp
[ 0%] Generating moc_canvasnode.cpp
[ 0%] Generating moc_graphelement.cpp
[ 0%] Generating moc_dotgraphview.cpp
[ 1%] Generating moc_pannerview.cpp
Scanning dependencies of target ermodel
[ 1%] Building CXX object extlibs/libermodel/CMakeFiles/ermodel.dir/canvasedge.cpp.o
In file included from /usr/include/qt/QtCore/qnamespace.h:37:0,
from /usr/include/qt/QtCore/qobjectdefs.h:41,
from /usr/include/qt/QtCore/qobject.h:40,
from /usr/include/qt/QtWidgets/qgraphicsscene.h:37,
from /usr/include/qt/QtWidgets/QGraphicsScene:1,
from /home/dani/Downloads/tora/extlibs/libermodel/canvasedge.h:31,
from /home/dani/Downloads/tora/extlibs/libermodel/canvasedge.cpp:28:
/usr/include/qt/QtCore/qglobal.h:1090:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)."

error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\

^~~~~

/home/dani/Downloads/tora/extlibs/libermodel/canvasedge.cpp:149:48: warning: "/" within comment [-Wcomment](dro.integers[2i+1]/ %m_wdhcf /*m_scaleX) +m_xMargin + diffX,

extlibs/libermodel/CMakeFiles/ermodel.dir/build.make:90: recipe for target 'extlibs/libermodel/CMakeFiles/ermodel.dir/canvasedge.cpp.o' failed
make[3]: *** [extlibs/libermodel/CMakeFiles/ermodel.dir/canvasedge.cpp.o] Error 1
CMakeFiles/Makefile2:239: recipe for target 'extlibs/libermodel/CMakeFiles/ermodel.dir/all' failed
make[2]: *** [extlibs/libermodel/CMakeFiles/ermodel.dir/all] Error 2
CMakeFiles/Makefile2:382: recipe for target 'src/CMakeFiles/tora.dir/rule' failed
make[1]: *** [src/CMakeFiles/tora.dir/rule] Error 2
Makefile:262: recipe for target 'tora' failed
make: *** [tora] Error 2

tora fails to detect x11-libs/qscintilla[qt5]

Build attemp of fresh (yesterday's) snapshot fails on detection of qscintilla library.

System's package installs the following library files:

=x11-libs/qscintilla-2.9.4:

/usr/lib64/libqscintilla2.so.12.0.2
/usr/lib64/libqscintilla2.so
/usr/lib64/libqscintilla2.so.12
/usr/lib64/libqscintilla2.so.12.0

The following simple patch fixes it:

tora-qscintilla.patch:
diff -Naur tora-master.orig/cmake/modules/FindQScintilla.cmake tora-master/cmake/modules/FindQScintilla.cmake
--- tora-master.orig/cmake/modules/FindQScintilla.cmake 2017-01-24 13:25:31.000000000 +0300
+++ tora-master/cmake/modules/FindQScintilla.cmake 2017-01-24 13:26:19.000000000 +0300
@@ -84,7 +84,7 @@
SET(LIBRARYPATH ${QT5_WIDGETSLIBRARYPATH} "/usr/lib/" "/usr/local/lib")
MESSAGE("QScintilla2 LIBPATH "${LIBRARYPATH}"")

- FIND_LIBRARY(QSCINTILLA_LIBRARY NAMES qscintilla2-qt5 qt5scintilla2 libqscintilla2.a qscintilla2.lib PATHS ${LIBRARYPATH})
+ FIND_LIBRARY(QSCINTILLA_LIBRARY NAMES qscintilla2-qt5 qt5scintilla2 libqscintilla2.so qscintilla2.lib PATHS ${LIBRARYPATH})

 # Check
 IF(QSCINTILLA_LIBRARY)

Can't save blob as file

Hi!

I'm using tora 2.1.3 from debian repositories. I had to build it from source to enable Oracle connector.

I can connect to databases and it works well but i can't save blob values as files. They are showed as (corrupted) ASCII strings.

Is it possible to save blob as files?

Thank you and regards.

Build failure with Qt built with -reduce-relocations

Trying to build yesterday's snapshot with =dev-qt/qtcore-5.6.2-r1 I've got the following error:

[ 1%] Building CXX object extlibs/libermodel/CMakeFiles/ermodel.dir/canvasedge.cpp.o
cd /var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-3.0.0_pre20170124_build/extlibs/libermodel && /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -DORACLE_OCI_VER_11G -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_THREAD_LIB -DTOBUILDTYPE_RELEASE=1 -I/var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-3.0.0_pre20170124_build/extlibs/libermodel -I/var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-master/extlibs/libermodel -I/FerrisLoki -I/var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-master/extlibs/loki-extra/include -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/lib64/qt5/mkspecs/linux-g++ -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtPrintSupport -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtSql -I/usr/include/qt5/QtXml -DNDEBUG -Wall -std=c++11 -ggdb3 -DQT -DSCI_LEXER -o CMakeFiles/ermodel.dir/canvasedge.cpp.o -c /var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-master/extlibs/libermodel/canvasedge.cpp
In file included from /usr/include/qt5/QtWidgets/qgraphicsitem.h:37:0,
from /usr/include/qt5/QtWidgets/QAbstractGraphicsShapeItem:1,
from /var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-master/extlibs/libermodel/canvaselement.h:26,
from /var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-master/extlibs/libermodel/canvaselement.cpp:20:
/usr/include/qt5/QtCore/qglobal.h:1087:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)."
# error "You must build your code with position independent code if Qt was built with -reduce-relocations. "
^
In file included from /usr/include/qt5/QtCore/qnamespace.h:37:0,
from /usr/include/qt5/QtCore/qobjectdefs.h:41,
from /usr/include/qt5/QtCore/qobject.h:40,
from /usr/include/qt5/QtWidgets/qgraphicsscene.h:37,
from /usr/include/qt5/QtWidgets/QGraphicsScene:1,
from /var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-master/extlibs/libermodel/canvasedge.h:31,
from /var/tmp/portage/dev-db/tora-3.0.0_pre20170124/work/tora-master/extlibs/libermodel/canvasedge.cpp:28:
/usr/include/qt5/QtCore/qglobal.h:1087:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)."
# error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\

On Ubuntu 16.10 opening schema browser triggers assert failure

Hi,
I cloned the repository, installed all the dependencies and compiled tora, installed and ran the executable, all went well, I connected to Postgres, ran a query, got some results back, then I clicked on the schema browser, and there the software stopped on an assertion failure.
So I checked out the 3.0.100 version, compiled it, ran it, and again it crashed.
So I looked for a recent ubuntu build, found the 3.0.100 version compiled by Ivan, installed it, and again it crashed on the same assertion, so here is Ivan's build assertion failure on my Ubuntu 16.10:
mauro@kmer:~/git/tora$ /usr/bin/tora
QObject::connect: No such slot toMain::addConnection(toConnection *conn, bool) in /home/ivan/devel/tora-project/src/main/tomain.cpp:148

(tora:6677): Gtk-WARNING **: Theme directory imported-Humanity/192 of theme Lubuntu has no size field

WARNING: there is no transaction in progress
QObject::connect: No such slot toWorksheet::slotChangeRefresh(const QString &) in /home/ivan/devel/tora-project/src/tools/toworksheet.cpp:370
QObject::connect: (sender name: 'toRefreshCombo')
QObject::connect: (receiver name: 'toWorksheet')
QObject::connect: No such slot toResultPlanView::slotStop() in /home/ivan/devel/tora-project/src/tools/toresultplan.cpp:110
WARNING: there is no transaction in progress
QObject::connect: No such slot toResultDrawing::refreshAction() in /home/ivan/devel/tora-project/src/tools/toresultdrawing.cpp:167
QObject::connect: Cannot connect DotGraphView::removeEdge(const QString&) to (null)::removeEdge(const QString&)
QObject::connect: Cannot connect DotGraphView::removeNodeNamed(const QString&) to (null)::removeNodeNamed(const QString&)
QObject::connect: Cannot connect DotGraphView::removeElement(const QString&) to (null)::removeElement(const QString&)
ASSERT failure in toconfiguration.cpp:79 QVariant toConfigurationNew::option(int): "Unknown enum: 5014", file /home/ivan/devel/tora-project/src/core/toconfiguration.cpp, line 79
Aborted
mauro@kmer:~/git/tora$ file /usr/bin/tora
/usr/bin/tora: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=aa8d0d9d37ad8156ad71703aecb35acb371802fb, stripped
Any clue?

Unable to connect to ODBC on Windows

Using Tora 3.0 on Windows 7 downloaded from SourceForge. I've never compiled a QT app on Windows before, but if someone can help walk me through it, I'll try . . . if people here believe that is likely to help my issue. Or, if I am doing something terribly ignorant, feel free to correct me.

Setup:

  • I have a ODBC DSN called "hpdw" on my PC. See below for a (slightly) modified version of the config window.
  • I get this same error when using my Oracle DSNs. I am focused on the Vertica error, because there is no other way to connect to Vertica using Tora. With Oracle, I can use the Oracle client.
  • I am able to successfully use this DSN to connect to Vertica using R, SAS, etc. I use it nearly every day. I know this is a valid DSN.
  • See below for screenshot.

image

Error:

When I attempt to use it from within Tora, I get an error (see below for screenshot):

Error: Unable to connect to the database.
02: Tried to get unknown SQL (toQSqlConnection:Version)

image

I am open to play around with this. I've got other ways to connect to Vertica. I'd like to evaluate Tora, but I'm in no rush.

fail to build with legacy (Qt4) GUI

Some new details following issue #42
Attemp to build TOra3 with Qt4 GUI still fails.

The error message is:

/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/tolistviewformatterxlsx.cpp: In member function ‘virtual QString toListViewFormatterXLSX::getFormattedString(toExportSettings&, const QAbstractItemModel*)’:
/var/tmp/portage/dev-db/tora-9999/work/tora-master/src/core/utils.h:61:27: error: ‘escape’ is not a member of ‘Qt’
#define TO_ESCAPE(string) Qt::escape(string)

On My system together with Qt4 installed I have Qt5 installed.
Following https://wiki.qt.io/Transition_from_Qt_4.x_to_Qt5#Qt::escape_is_deprecated I can guess, that somewhere build system uses autodetected Qt5 ignoring QT5_BUILD=OFF.

Complete build log is available from https://paste.pound-python.org/show/L6TJ3lcN9SfMCCoijrYb/

Bindings

TOra behaves as if it supports bindings.
If I execute:

select :test from dual

Then a popup appears and asks for the :test parameter value.

But then when it tries to execute the query it fails with:

error at SQL position 7 [1.8]:
select 
       ^

last SQL statement:
select 


mar. avr. 5 20:29:30 2016

ORA-00936: missing expression

Setup CI

We should use travis for CI tests of tora, so that we can see results of the CI for every commit or pull request.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Implement unit tests that don't require X server

Right now it's not possible to run unit tests on server with no X server, which pretty much makes it impossible to set up a dedicated CI environment that would automatically test every commit for issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.