[OpenAFS-port-darwin] OSXPref Pane news

Claudio Bisegni Claudio.Bisegni@lnf.infn.it
Fri, 3 Aug 2007 11:07:37 +0200


--Apple-Mail-8--481055936
Content-Type: multipart/alternative;
	boundary=Apple-Mail-7--481056073


--Apple-Mail-7--481056073
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=UTF-8;
	delsp=yes;
	format=flowed

Thanks but what lib i must include in xcode project?
On 03/ago/07, at 10:57, Sebastian Hagedorn wrote:

> I don't know much about compiling OpenAFS, but ...
>
> --On 3. August 2007 10:54:09 +0200 Claudio Bisegni =20
> <Claudio.Bisegni@lnf.infn.it> wrote:
>
>> i have try to use it and try to make klog inside a demo app. I'he =20
>> tryed
>> the two fucntion
>> int code =3D ka_Init(0);
>> if (code || !(lcell =3D ka_LocalCell())){
>>
>> }
>> and i have seen that ka_Init and ka_LocalCell for example are not =20
>> part of
>> default api.
>
> I'm not sure what you mean. What's the "default api"?
>
> Both are defined in /Library/OpenAFS/Tools/include/afs/kautils.h, =20
> as a quick grep -r shows. So you'll have to
>
> #include "afs/kautils.h"
>
> and compile with -I/Library/OpenAFS/Tools/include
> --=20
>     .:.Sebastian Hagedorn - RZKR-R1 (Geb=C3=A4ude 52), Zimmer 18.:.
> Zentrum f=C3=BCr angewandte Informatik - Universit=C3=A4tsweiter =
Service RRZK
> .:.Universit=C3=A4t zu K=C3=B6ln / Cologne University - =E2=9C=86 =20
> +49-221-478-5587.:.
>                   .:.:.:.Skype: shagedorn.:.:.:.


------------------------------------------------------------------------=20=

----------------------------------
Claudio Bisegni            	phone:  (+39)-06-9403.2345
Computing Service          	fax:    (+39)-06-9403.2649
LNF-INFN                   		e-mail: =
claudio.bisegni@lnf.infn.it
Via Enrico Fermi, 40       	www:    http://www.lnf.infn.it/~bisegni
I-00044 Frascati, Italy    =09




--Apple-Mail-7--481056073
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=UTF-8

<html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; ">
Thanks but what lib i must include in xcode project?<br><div><div>On =
03/ago/07, at 10:57, Sebastian Hagedorn wrote:</div><br =
class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">I don't know much about compiling OpenAFS, but =
...</div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">--On 3. August 2007 10:54:09 +0200 Claudio Bisegni =
&lt;<a =
href=3D"mailto:Claudio.Bisegni@lnf.infn.it">Claudio.Bisegni@lnf.infn.it</a=
>&gt; wrote:</div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div> =
<blockquote type=3D"cite"><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; ">i have try to use it and =
try to make klog inside a demo app. I'he tryed</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">the two fucntion</div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">int code =3D =
ka_Init(0);</div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">if (code || !(lcell =3D =
ka_LocalCell())){</div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">}</div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; ">and i have seen that =
ka_Init and ka_LocalCell for example are not part of</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">default api.</div> </blockquote><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; min-height: 14px; "><br></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">I'm not =
sure what you mean. What's the "default api"?</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; min-height: 14px; "><br></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Both are =
defined in /Library/OpenAFS/Tools/include/afs/kautils.h, as a quick grep =
-r shows. So you'll have to</div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><br></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">#include =
"afs/kautils.h"</div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">and compile with =
-I/Library/OpenAFS/Tools/include</div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">--<span =
class=3D"Apple-converted-space">=C2=A0</span></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><span class=3D"Apple-converted-space">=C2=A0 =C2=A0 =
</span>.:.Sebastian Hagedorn - RZKR-R1 (Geb=C3=A4ude 52), Zimmer =
18.:.</div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">Zentrum f=C3=BCr angewandte =
Informatik - Universit=C3=A4tsweiter Service RRZK</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">.:.Universit=C3=A4t zu K=C3=B6ln / Cologne =
University - =E2=9C=86 +49-221-478-5587.:.</div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span =
class=3D"Apple-converted-space">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 </span>.:.:.:.Skype: shagedorn.:.:.:.</div> =
</blockquote></div><br><div> <span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; =
white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0; "><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><br =
class=3D"Apple-interchange-newline">--------------------------------------=
--------------------------------------------------------------------<br></=
div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: =
0px; margin-left: 0px; ">Claudio Bisegni=C2=A0 =C2=A0=C2=A0 =C2=A0=C2=A0 =
=C2=A0=C2=A0 =C2=A0<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><span class=3D"Apple-style-span" =
style=3D"white-space: pre; "><span class=3D"Apple-style-span" =
style=3D"white-space: pre; ">	</span></span></span>phone:=C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span>(+39)-06-9403.2345</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">Computing Service=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<sp=
an class=3D"Apple-converted-space">=C2=A0</span><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><span =
class=3D"Apple-style-span" style=3D"white-space: pre; "><span =
class=3D"Apple-style-span" style=3D"white-space: pre; ">	=
</span></span></span>fax:=C2=A0 =C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span>(+39)-06-9403.2649</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">LNF-INFN<span =
class=3D"Apple-converted-space">=C2=A0</span>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><span =
class=3D"Apple-style-span" style=3D"white-space: pre; "><span =
class=3D"Apple-style-span" style=3D"white-space: pre; ">		=
</span></span></span>e-mail: <a =
href=3D"mailto:claudio.bisegni@lnf.infn.it">claudio.bisegni@lnf.infn.it</a=
></div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: =
0px; margin-left: 0px; ">Via Enrico Fermi, 40<span =
class=3D"Apple-converted-space">=C2=A0</span>=C2=A0 =C2=A0 =C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><span =
class=3D"Apple-style-span" style=3D"white-space: pre; "><span =
class=3D"Apple-style-span" style=3D"white-space: pre; ">	=
</span></span></span>www:=C2=A0 =C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span><a =
href=3D"http://www.lnf.infn.it/~bisegni">http://www.lnf.infn.it/~bisegni</=
a></div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: =
0px; margin-left: 0px; ">I-00044 Frascati, Italy<span =
class=3D"Apple-converted-space">=C2=A0</span>=C2=A0 =C2=A0<span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><span =
class=3D"Apple-style-span" style=3D"white-space: pre; "><span =
class=3D"Apple-style-span" style=3D"white-space: pre; ">	=
</span></span></span></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; "><br></div></span><br =
class=3D"Apple-interchange-newline"> </div><br></body></html>=

--Apple-Mail-7--481056073--

--Apple-Mail-8--481055936
Content-Transfer-Encoding: base64
Content-Type: application/pkcs7-signature;
	name=smime.p7s
Content-Disposition: attachment;
	filename=smime.p7s

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

--Apple-Mail-8--481055936--