KevinTsui1234 / tint2

Automatically exported from code.google.com/p/tint2
GNU General Public License v2.0
1 stars 0 forks source link

tint2 fails to compile after successful cmake #303

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install all dependencies as well as libgtk2.0-dev
2. Download and install cmake 2.8
3. ~/tint2-0.11$ ../cmake-2.8.3-Linux-i386/bin/cmake 
-DCMAKE_INSTALL_PREFIX=/usr  ./

What is the expected output? What do you see instead?
Expect a successful compile; instead compile fails at "Linking C executable 
tint2" (see attached file for output)

What version of the product are you using? On what operating system?
tint2-0.11, Debian Lenny

Please provide any additional information below.
Macbook Pro 1,1

Original issue reported on code.google.com by kate.g.g...@gmail.com on 27 Nov 2010 at 6:04

Attachments:

GoogleCodeExporter commented 8 years ago
Doesn't seem like you really installed all dependencies. You need (as stated 
here: http://code.google.com/p/tint2/wiki/Install#Dependencies) >=imlib2-1.4.2 
and >=libXrandr-1.3

Original comment by Andreas.Fink85 on 27 Nov 2010 at 7:13

GoogleCodeExporter commented 8 years ago
My apologies, you are right -- I skimmed the dependencies section.  Debian 
stable has imlib2-1.4.0 and libXrandr-1.2.3, so it is not possible to get all 
the tint2 dependencies through apt-get as stated in the installation 
instructions;  I will have to either switch to testing or install these two 
libraries from source.

Original comment by kate.g.g...@gmail.com on 27 Nov 2010 at 9:44

GoogleCodeExporter commented 8 years ago
added checks to cmake for correct versions.

Original comment by Andreas.Fink85 on 2 Dec 2010 at 7:34