blob: 25249a2e1c1ef5a98311ce86c93f873bfd0ff30d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Help with %cmake_kde4 use
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Help%20with%20%25cmake_kde4%20use&In-Reply-To=%3CCAPZ-hqSHi_6BWZ6%2B97_DNSGDTZVGxz8a-WB9414aN3dCXEWAGw%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008900.html">
<LINK REL="Next" HREF="008911.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Help with %cmake_kde4 use</H1>
<B>Juan Luis Baptiste</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Help%20with%20%25cmake_kde4%20use&In-Reply-To=%3CCAPZ-hqSHi_6BWZ6%2B97_DNSGDTZVGxz8a-WB9414aN3dCXEWAGw%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Help with %cmake_kde4 use">juan.baptiste at gmail.com
</A><BR>
<I>Mon Oct 17 01:32:26 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008900.html">[Mageia-dev] [changelog] [RPM] cauldron core/release gtksourceview-3.2.2-1.mga2
</A></li>
<LI>Next message: <A HREF="008911.html">[Mageia-dev] Help with %cmake_kde4 use
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8910">[ date ]</a>
<a href="thread.html#8910">[ thread ]</a>
<a href="subject.html#8910">[ subject ]</a>
<a href="author.html#8910">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi,
I'm updating kid3 to the latest's 2.0 version, but I'm having some
problems with %cmake_kde4 macro. That macro creates a build dir, cd to
it and then runs cmake there with a bunch of parameters, but when ran
that way cmake fails with "install TARGETS given no LIBRARY
DESTINATION for shared library target" on 2.0 version of kid3. If I
compile that version from sources without using the build directory
and running "cmake ." on the root of the tarball then it builds fine.
Any ideas of how to fix this so the cmake macro runs correctly ?
--
Juancho
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008900.html">[Mageia-dev] [changelog] [RPM] cauldron core/release gtksourceview-3.2.2-1.mga2
</A></li>
<LI>Next message: <A HREF="008911.html">[Mageia-dev] Help with %cmake_kde4 use
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8910">[ date ]</a>
<a href="thread.html#8910">[ thread ]</a>
<a href="subject.html#8910">[ subject ]</a>
<a href="author.html#8910">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|