Share

xmi2code

Tracker: Bugs

5 compilation problem under gentoo - ID: 1695719
Last Update: Comment added ( okellogg )

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


Nobody/Anonymous ( nobody ) - 2007-04-06 16:32

5

Open

None

Leandro Lucarella

general

None

Public


Comments ( 2 )




Date: 2007-04-08 13:50
Sender: okelloggProject Admin


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

Qt4 is not yet supported.



Date: 2007-04-06 16:48
Sender: labreche


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



Log in to comment.

Attached File ( 1 )

Filename Description Download
rapport.txt compilation rapport Download

Changes ( 2 )

Field Old Value Date By
summary compilation problem unde gentoo 2007-04-08 13:50 okellogg
File Added 223994: rapport.txt 2007-04-06 16:32 nobody