octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build gui on a separate tree


From: marco atzeri
Subject: build gui on a separate tree
Date: Sat, 03 Mar 2012 16:05:35 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Hi,
on
gui/qterminal/libqterminal/libqterminal.pro
gui/qterminal/qterminal/qterminal.pro

there is a superfluous

DESTDIR     = .

that is also causing the build on a separate tree to fail.

If DESTDIR is defined, qmake will add on a Makefile a not so nice

  rm -r ./libqterminal.a
  mv libqterminal.a ./libqterminal.a

and of course it fails as they are the same file.
Removing the declaration solve the issue.


Regards
Marco


reply via email to

[Prev in Thread] Current Thread [Next in Thread]