[gluon] compiling from git |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/gluon Archives
]
- To: gluon@xxxxxxxxxxxxxxxxxxx
- Subject: [gluon] compiling from git
- From: Ananth A <writetoananth@xxxxxxxxx>
- Date: Mon, 22 Feb 2010 17:29:55 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/arCw7ZJfvlZa+BLfOUcDGzz2k4dDkpx04kBzzB1624=; b=URbCIirYjOG7wzUaTUo/cLFOuT0WcGEphHV6VWQcuJl417aJbNR3qt+1FOVqAbTcS0 BaLGvAopskFmEAtjklVtAb95Rl3GrWRgWciypoR6BIlaGQBqQmpQupM6+QamNEVvCbXF Pzv0S/Fz9DpY/R6whUqcBQvj3cmV88ZxHtj9k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fJxUdkIlCZYGYyorB5Mn8jQRgV3AYVO9Eijf6ohj2Z7+0cVXXNHt+CbczumQ0JpdUi hACqrU2M7pxB8RE9OrMIRez/c+diMoD0rYapV+Mc1meQstOH8ePhM1LO+4t+9AFb27Fz sB5OENHQcsr26sJhutF/nCQwPfneUHB/Fp6so=
Hello all,
just wanted to let you know that i was finally able to compile the sources from git.
So just to update you all about it.
For Debian users, "apt-get -t experimental install libqt4-dev" to install qt 4.6.0 in addition to the apt-get list mentioned on the website.
and one line change to gluon/creator/CMakeLists.txt
target_link_libraries(gluoncreator libGluonCreator ${KDE4_KUTILS_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KUI_LIBS} ${GLUON_CORE_LIBS} ${GLUON_ENGINE_LIBS})
so basically, the kde libs and the gluon libs were not included, hence the silly linker errors.
now that im finally able to run the creator, i cant figure out what the empty window does :=)
oh well, enough googling for today.
Regards,
Ananth