Message from discussion
Compilation error when using LumberJack in a shared libraray
Received: by 10.68.234.38 with SMTP id ub6mr16002818pbc.2.1340041727474;
Mon, 18 Jun 2012 10:48:47 -0700 (PDT)
X-BeenThere: cocoalumberjack@googlegroups.com
Received: by 10.68.233.8 with SMTP id ts8ls13634970pbc.7.gmail; Mon, 18 Jun
2012 10:48:47 -0700 (PDT)
Received: by 10.68.220.230 with SMTP id pz6mr16017035pbc.3.1340041727047;
Mon, 18 Jun 2012 10:48:47 -0700 (PDT)
Received: by 10.68.220.230 with SMTP id pz6mr16017034pbc.3.1340041727034;
Mon, 18 Jun 2012 10:48:47 -0700 (PDT)
Return-Path: <robbiehan...@deusty.com>
Received: from mail-pz0-f49.google.com (mail-pz0-f49.google.com [209.85.210.49])
by gmr-mx.google.com with ESMTPS id tf10si1691605pbc.0.2012.06.18.10.48.46
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 18 Jun 2012 10:48:46 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.210.49 is neither permitted nor denied by best guess record for domain of robbiehan...@deusty.com) client-ip=209.85.210.49;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.210.49 is neither permitted nor denied by best guess record for domain of robbiehan...@deusty.com) smtp.mail=robbiehan...@deusty.com
Received: by dadm1 with SMTP id m1so7799185dad.8
for <cocoalumberjack@googlegroups.com>; Mon, 18 Jun 2012 10:48:46 -0700 (PDT)
d=google.com; s=20120113;
h=date:from:to:message-id:in-reply-to:references:subject:x-mailer
:mime-version:content-type:x-gm-message-state;
bh=t40o27uA53E3EYzLqRaWAw1yHB0yBJCuQN1wXH/WrHw=;
b=G2vhHAGj8bWeQYYBGSlHkFQsjUBpUoQxaeB+TNCxlNyZWtH7a1mazZr2rg9767A2KK
TtYM+fvzrP8GNWySS2I12lMhLwUc0rHP6PMQI0DfrPtieC0tlLUNWWEO/+yFYad9dMNU
aaSplUJBwU59Mr6hH3NtMUcHjqIb/cosHYNanUeKCIYF+ZygHGaGC0ookd5Nr5e9QP2h
dTz8+WgdGmRgSfKLSd/HrdMmyAyeGZ9GRWrhPXr05YN8TKi+IASyyAXacOJQsNtdx+n+
/K9EI3XcMyNiiiUBW6VUSxrEkZbO/X9F0WpvXLN/rfQQU0+1JJReqroRMitt8O7x5GyY
XjWQ==
Received: by 10.68.226.65 with SMTP id rq1mr32574544pbc.25.1340041726660;
Mon, 18 Jun 2012 10:48:46 -0700 (PDT)
Return-Path: <robbiehan...@deusty.com>
Received: from [192.168.0.81] (204.11.229.150.static.etheric.net. [204.11.229.150])
by mx.google.com with ESMTPS id na10sm18181138pbc.23.2012.06.18.10.48.45
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 18 Jun 2012 10:48:45 -0700 (PDT)
Date: Mon, 18 Jun 2012 10:48:52 -0700
From: Robbie Hanson <robbiehan...@deusty.com>
To: cocoalumberjack@googlegroups.com
Message-ID: <E5FF4E3ACC274E459B809BB24E7A5...@deusty.com>
In-Reply-To: <dec4450a-10c7-4466-9c4e-c1768faf9a6c@googlegroups.com>
References: <dec4450a-10c7-4466-9c4e-c1768faf9a6c@googlegroups.com>
Subject: Re: Compilation error when using LumberJack in a shared
libraray
X-Mailer: sparrow 1.6.1 (build 1081.51)
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="4fdf6a04_19495cff_648f"
X-Gm-Message-State: ALoCoQly2lrlRYOJXZeThuPzTliDv7jpP4/ImMzL+rAWp/ANMMb5nYby+ysW0o07of/lPJ+GsRLT
--4fdf6a04_19495cff_648f
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I think this may be due to a missing import for UIColor. This was fixed in commit 2c6468f yesterday.
-Robbie Hanson
On Monday, June 18, 2012 at 1:43 AM, Jan C wrote:
> Hi,
> when I add LumberJack into my static library project, I'm getting compilation errors:
>
> > In file included from /Users/me/xworkspace/TEST/MyLib/MyLib/LIBS/Lumberjack/DDTTYLogger.m:1:
> > /Users/me/xworkspace/TEST/MyLib/MyLib/LIBS/Lumberjack/DDTTYLogger.h:108:29: error: expected a type
> > - (void)setForegroundColor:(UIColor *)txtColor backgroundColor:(UIColor *)bgColor forFlag:(int)mask;
>
> Is LumberJack supposed to work in a shared library project ? What did I do wrong ?
>
> cheers,
> Jan
>
>
> --
> You received this message because you are subscribed to the Google Groups "CocoaLumberjack" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/cocoalumberjack/-/NF2b0o8khE8J.
> To post to this group, send email to cocoalumberjack@googlegroups.com (mailto:cocoalumberjack@googlegroups.com).
> To unsubscribe from this group, send email to cocoalumberjack+unsubscribe@googlegroups.com (mailto:cocoalumberjack+unsubscribe@googlegroups.com).
> For more options, visit this group at http://groups.google.com/group/cocoalumberjack?hl=en.
--4fdf6a04_19495cff_648f
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
<div style=3D=22font-family: Helvetica; font-size: 13px; =
=22>I think this may be due to a missing import for UIColor. This was fix=
ed in commit 2c6468f yesterday.<br></div>
<div><div><br></div><div>-Robbie Hanson</div><div><br></d=
iv></div>
=20
<p style=3D=22color: =23A0A0A8;=22>On Monday, June 18, 20=
12 at 1:43 AM, Jan C wrote:</p>
<blockquote type=3D=22cite=22 style=3D=22border-left-styl=
e:solid;border-width:1px;margin-left:0px;padding-left:10px;=22>
<span><div><div>Hi,<div>when I add LumberJack into my=
static library project, I'm getting compilation errors:</div><div><br></=
div><div><blockquote>In file included from /Users/me/xworkspace/TEST/MyLi=
b/MyLib/LIBS/Lumberjack/DDTTYLogger.m:1:<br>/Users/me/xworkspace/TEST/MyL=
ib/MyLib/LIBS/Lumberjack/DDTTYLogger.h:108:29: error: expected a type<br>=
- (void)set=46oregroundColor:(UIColor *)txtColor backgroundColor:(UIColor=
*)bgColor for=46lag:(int)mask;</blockquote><div><br></div><div>Is Lumber=
Jack supposed to work in a shared library project =3F What did I do wrong=
=3F</div><div><br></div><div>cheers,</div><div>Jan </div>
</div>
<p></p>
-- <br>
You received this message because you are subscribed to the Google Groups=
=22CocoaLumberjack=22 group.<br>
To view this discussion on the web visit <a href=3D=22https://groups.goog=
le.com/d/msg/cocoalumberjack/-/N=462b0o8khE8J=22>https://groups.google.co=
m/d/msg/cocoalumberjack/-/N=462b0o8khE8J</a>.<br> =20
To post to this group, send email to <a href=3D=22mailto:cocoalumberjack=40=
googlegroups.com=22>cocoalumberjack=40googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D=22mailto:cocoalu=
mberjack+unsubscribe=40googlegroups.com=22>cocoalumberjack+unsubscribe=40=
googlegroups.com</a>.<br>
=46or more options, visit this group at <a href=3D=22http://groups.google=
.com/group/cocoalumberjack=3Fhl=3Den=22>http://groups.google.com/group/co=
coalumberjack=3Fhl=3Den</a>.<br>
</div></div></span>
=20
=20
=20
=20
</blockquote>
=20
<div>
<br>
</div>
--4fdf6a04_19495cff_648f--