Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 301)

Ticket Resolution Summary Owner Reporter
#295 invalid More and more newer qt4 applications do not work Hansi58
Description

Never versions of qt4 applications do not work anymore. The older versions still do. For example there is qedit which is running in version 2.6.6. As with version 2.6.7 I received that stdcpp6.dll could not be found. Here I found three tickets for this problem and so I installed libstdc++6 and libsupc++6 (via yum). The stdcpp6.dll problem is gone but now there is response "Killed by SIGABRT pid=0x0064 ppid=0x0062 tid=0x0001 slot=0x00a5 pri=0x0200 mc=0x0001 E:\DOWNLOADS\QEDIT-2.6.7-OS2\QEDIT.EXE" Other qt4 applications which do not run anymore:

  • SMPLAYER-14_3_0_BUILD1
  • QPDFVIEW-0_4_10_GA

Older versions of these are still working. Thanks for your help.

#302 invalid qmake no longer works after yum update ak120
Description

By updating a system with yum, qmake no longer works. Output: sh.exe: 1: cd: can't cd to c:Projektqtkapow-1.4.4.2

#307 invalid qtconcurrentfilter.h generates -Wunused-local-typedefs warning when compiling with GCC 4.9.2 Alex Taylor
Description

Compiling a Qt4 application with the current RPM/YUM GCC (4.9.2.1-3.oc00.i686) generates the following warning (often multiple times):

g++ -c @CXXFLAGS.qe.rsp @DEFINES.qe.rsp @INCPATH.qe.rsp -o mainwindow.obj mainwindow.cpp
In file included from e:\usr\include/QtCore/QtCore:124:0,
                 from e:\usr\include\QtGui/QtGui:3,
                 from mainwindow.cpp:23:
e:\usr\include/QtCore/qtconcurrentfilter.h: In function 'QtConcurrent::ThreadEngineStarter<void> QtConcurrent::filterInternal(Sequence&, KeepFunctor, T (C::*)(U))':
e:\usr\include/QtCore/qtconcurrentfilter.h:109:47: warning: typedef 'Iterator' locally defined but not used [-Wunused-local-typedefs]
     typedef typename Sequence::const_iterator Iterator;
                                               ^

This is quite inconvenient as certain IDEs or code editors (including mine) flag this as a problem and pop up a message during build.

Note: See TracQuery for help on using queries.