Menu

#7 compilation problem under gentoo

open
general (1)
5
2012-09-15
2007-04-06
Anonymous
No

Hy, can't manage to compile under gentoo, and with qt4.

Discussion

  • Nobody/Anonymous

    compilation rapport

     
  • pierre alain BOURDIL

    Logged In: YES
    user_id=1548061
    Originator: NO

    i complete(logged in this time). Below my xmi2code.pro content: I just addes the qt line:

    qmake pro file for xmi2code

    HEADERS= x2cbase.h controller/commandline.h controller/optioninits.h option_defines.h
    SOURCES= main.cpp

    include( x2c.pro )

    INCLUDEPATH += .
    TARGET= xmi2code
    CONFIG += DEBUG
    QT += xml gui network support stl

    A Target to make tags for editor files

    EXUBERENT_CTAGS = ctags
    CTAGS_COMMANDS = --recurse --extra=fq --fields=fik .
    tagtarget.target = tags
    tagtarget.commands = $$EXUBERENT_CTAGS $$CTAGS_COMMANDS
    tagtarget.depends += $$SOURCES $$HEADERS

    QMAKE_EXTRA_UNIX_TARGETS += tagtarget

     
  • Oliver Kellogg

    Oliver Kellogg - 2007-04-08

    Logged In: YES
    user_id=341496
    Originator: NO

    can't manage to compile under gentoo, and with qt4.

    Qt4 is not yet supported.

     

Anonymous
Anonymous

Add attachments
Cancel