tags 624984 patch
thanks

Hello,

Here is the patch which was used in Ubuntu to fix this problem.
https://launchpad.net/ubuntu/oneiric/+source/herculesstudio/1.2.0-1ubuntu1

--
Ilya Barygin

Description: build with -fpermissive, otherwise gcc 4.6 gives an error. See
 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33558
Author: Ilya Barygin <bary...@gmail.com>
Bug-Debian: http://bugs.debian.org/624984
Index: herculesstudio-1.2.0/HerculesStudio.pro
===================================================================
--- herculesstudio-1.2.0.orig/HerculesStudio.pro	2011-06-18 19:28:37.000000000 +0400
+++ herculesstudio-1.2.0/HerculesStudio.pro	2011-06-18 19:28:43.000000000 +0400
@@ -7,6 +7,7 @@
 UI_DIR = ui
 MOC_DIR = moc
 OBJECTS_DIR = obj
+QMAKE_CXXFLAGS += -fpermissive
 
 # Input
 HEADERS += HercStudio/LogWidget.h \

Reply via email to