Opened 12 years ago

Closed 5 years ago

#35167 closed defect (fixed)

Hydrogen fails to build

Reported by: joseche@… Owned by: mf2k (Frank Schima)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc: onurdomanic@…
Port: hydrogen

Description (last modified by mf2k (Frank Schima))

Fail in:

g++ -o libs/hydrogen/src/song.o -c -O3 -fomit-frame-pointer -funroll-loops -DFLAC_SUPPORT -DCOREAUDIO_SUPPORT -DLADSPA_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -I/opt/local/include -I. -Igui/src -I3rdparty/install/include -Ilibs/hydrogen/include -I/opt/local/include -I/opt/local/include/QtCore -I/opt/local/include/QtGui libs/hydrogen/src/song.cpp
libs/hydrogen/src/song.cpp: In static member function ‘static H2Core::Song* H2Core::Song::get_default_song()’:
libs/hydrogen/src/song.cpp:144: error: call of overloaded ‘QString(int)’ is ambiguous
/opt/local/include/QtCore/qstring.h:421: note: candidates are: QString::QString(const QByteArray&)
/opt/local/include/QtCore/qstring.h:419: note:                 QString::QString(const char*)
/opt/local/include/QtCore/qstring.h:725: note:                 QString::QString(const QString&)
/opt/local/include/QtCore/qstring.h:89: note:                 QString::QString(QChar)
/opt/local/include/QtCore/qstring.h:88: note:                 QString::QString(const QChar*)
scons: *** [libs/hydrogen/src/song.o] Error 1
scons: building terminated because of errors.

Attachments (1)

main.log (41.2 KB) - added by joseche@… 12 years ago.
main.log

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by joseche@…

Attachment: main.log added

main.log

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: hydrogen removed
Owner: changed from macports-tickets@… to xenith@…

comment:2 Changed 12 years ago by mf2k (Frank Schima)

In the future, please use WikiFormatting and Cc the maintainer(s).

comment:3 Changed 12 years ago by onurdomanic@…

Cc: onurdomanic@… added

Cc Me!

comment:4 Changed 5 years ago by mf2k (Frank Schima)

Owner: xenith deleted
Status: newassigned

See #58250.

comment:5 Changed 5 years ago by mf2k (Frank Schima)

Owner: set to mf2k
Resolution: fixed
Status: assignedclosed

In 0a65061e2e2ccd901eaf4228fb75ad11ea002d85/macports-ports (master):

hydrogen: Update to version 1.0.0-beta1

  • First release to use QT5
  • Use cmake 1.1 portgroup
  • Add license
  • Remove no longer needed patchfiles

Fixes: #25995
Fixes: #35167

Note: See TracTickets for help on using tickets.