Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • linuxmce linuxmce
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 255
    • Issues 255
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linuxmce
  • linuxmcelinuxmce
  • Issues
  • #1458

Closed
Open
Created Apr 25, 2012 by Marie O Schmidt@marie.oMaintainer

gcc-4.6 CLI compiling qOrbiter dies on DCE/DataGrid.cpp line 366

Compiling under precise causes this issue

g++ -c -m64 -pipe -DUSE_LZO_DATAGRID -g -w -D_REENTRANT -Dfor_desktop -DQT_DECLARATIVE_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/home/pos/QtSDK/Desktop/Qt/4.8.0/gcc/mkspecs/linux-g++-64 -I. -I/home/pos/QtSDK/Desktop/Qt/4.8.0/gcc/include/QtCore -I/home/pos/QtSDK/Desktop/Qt/4.8.0/gcc/include/QtGui -I/home/pos/QtSDK/Desktop/Qt/4.8.0/gcc/include/QtWebKit -I/home/pos/QtSDK/Desktop/Qt/4.8.0/gcc/include/QtDeclarative -I/home/pos/QtSDK/Desktop/Qt/4.8.0/gcc/include -I../.. -I../../DCE -Iqmlapplicationviewer -I. -o DataGrid.o ../../DCE/DataGrid.cpp
../../DCE/DataGrid.cpp: In constructor 'DCE::DataGridTable::DataGridTable()':
../../DCE/DataGrid.cpp:336:19: error: cannot call constructor 'DCE::Message::Message' directly [error:   for a function-style cast, remove the redundant '::Message' [-fpermissive](-fpermissive]
../../DCE/DataGrid.cpp:336:19:)
make: *** [DataGrid.o] Error 1

Is it possible to get rid of this error, without using -fpermissive?

Assignee
Assign to
Time tracking