<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
What is not clear to me is the following: what is the need to clone NFD from Gerrit and not from GitHub directly?
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
<div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div>Spyridon (Spyros) Mastorakis<br class="">
Assistant Professor<br class="">
Computer Science Department<br class="">
University of Nebraska, Omaha<br class="">
Peter Kiewit Institute Room 175A<br class="">
<a href="https://sites.google.com/site/spyridonmastorakis" class="">https://sites.google.com/site/spyridonmastorakis</a></div>
</div>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 13, 2020, at 1:15 PM, Junxiao Shi via ndnSIM <<a href="mailto:ndnSIM@lists.cs.ucla.edu" class="">ndnSIM@lists.cs.ucla.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__named-2Ddata.net_doc_NFD_current_INSTALL.html-23building-2Dfrom-2Dsource&d=DwMFaQ&c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&r=eI5Bh74ovG-uIXQ5ksQETSPgRFzmJXjIZXneCqw580E&m=fxyBnRLpzcYFtT1p01BRw1wOLEXJNkk8ywRZMGZEccU&s=Yncwp61GiMUi56OVc8I7ubsNyx-LxGbw2ryV913maJc&e=" class="">https://named-data.net/doc/NFD/current/INSTALL.html#building-from-source</a></div>
<br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<div class="gmail_quote" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<div dir="ltr" class="gmail_attr">On Tue, Oct 13, 2020, 11:43 Swetha B via ndnSIM <<a href="mailto:ndnsim@lists.cs.ucla.edu" class="">ndnsim@lists.cs.ucla.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">
<p style="text-align: center;" class=""><font color="red" class=""><strong class="">External Email</strong><br class="">
</font></p>
<div dir="ltr" class="">Hi all,
<div class="">I have cloned NFD repository from my gerrit account. While building NFD i am facing problem. I don't understand how to set the pkg_config_ path variable as suggested in NFD guide below </div>
<div class=""><br class="">
</div>
<div class="">
<pre style="margin-top: 0px; margin-bottom: 0px; padding: 1.5em; box-sizing: border-box; font-size: 0.9em; direction: ltr; background-color: rgb(247, 247, 247); border-width: 2px; border-style: solid none; border-color: rgb(198, 201, 203); background-position: initial initial; background-repeat: initial initial;" class="">export PKG_CONFIG_PATH=/custom/lib/pkgconfig:$PKG_CONFIG_PATH</pre>
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">snapshot of the same is as below</div>
<div class=""><br class="">
</div>
<div class="">swetha@swetha-Ubuntu:~/NFD$ ./waf configure --with-tests<br class="">
Setting top to                           : /home/swetha/NFD<span class="Apple-converted-space"> </span><br class="">
Setting out to                           : /home/swetha/NFD/build<span class="Apple-converted-space"> </span><br class="">
Checking for 'g++' (C++ compiler)        : /usr/bin/g++<span class="Apple-converted-space"> </span><br class="">
Checking C++ compiler version            : 7.5.0<span class="Apple-converted-space"> </span><br class="">
Checking supported CXXFLAGS              : -std=c++14<span class="Apple-converted-space"> </span><br class="">
Checking supported LINKFLAGS             : -fuse-ld=gold<span class="Apple-converted-space"> </span><br class="">
Checking for program 'doxygen'           : /usr/bin/doxygen<span class="Apple-converted-space"> </span><br class="">
Checking for program 'tar'               : /bin/tar<span class="Apple-converted-space"> </span><br class="">
Checking for program 'sphinx-build'      : /usr/bin/sphinx-build<span class="Apple-converted-space"> </span><br class="">
Checking for program 'bash'              : /bin/bash<span class="Apple-converted-space"> </span><br class="">
Checking for program 'pkg-config'        : /usr/bin/pkg-config<span class="Apple-converted-space"> </span><br class="">
Checking for 'libndn-cxx'                : not found<span class="Apple-converted-space"> </span><br class="">
The configuration failed<br class="">
(complete log in /home/swetha/NFD/build/config.log)</div>
<div class=""><br class="">
</div>
<div class="">please guide me the correct way to proceed futher.</div>
<div class=""><br class="">
</div>
<div class="">Regards</div>
<div class="">Swetha B.</div>
<div class="">Reserach scholar</div>
</div>
_______________________________________________<br class="">
ndnSIM mailing list<br class="">
<a href="mailto:ndnSIM@lists.cs.ucla.edu" target="_blank" rel="noreferrer" class="">ndnSIM@lists.cs.ucla.edu</a><br class="">
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.lists.cs.ucla.edu_mailman_listinfo_ndnsim&d=DwMFaQ&c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&r=eI5Bh74ovG-uIXQ5ksQETSPgRFzmJXjIZXneCqw580E&m=fxyBnRLpzcYFtT1p01BRw1wOLEXJNkk8ywRZMGZEccU&s=gfBJhZp7Lj81VusBADrHqVFyIcqWRVW4iPImhCWFOlQ&e=" rel="noreferrer noreferrer" target="_blank" class="">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a><br class="">
</blockquote>
</div>
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">ndnSIM
 mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<a href="mailto:ndnSIM@lists.cs.ucla.edu" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">ndnSIM@lists.cs.ucla.edu</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.lists.cs.ucla.edu_mailman_listinfo_ndnsim&d=DwICAg&c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&r=eI5Bh74ovG-uIXQ5ksQETSPgRFzmJXjIZXneCqw580E&m=fxyBnRLpzcYFtT1p01BRw1wOLEXJNkk8ywRZMGZEccU&s=gfBJhZp7Lj81VusBADrHqVFyIcqWRVW4iPImhCWFOlQ&e=" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://urldefense.proofpoint.com/v2/url?u=http-3A__www.lists.cs.ucla.edu_mailman_listinfo_ndnsim&d=DwICAg&c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&r=eI5Bh74ovG-uIXQ5ksQETSPgRFzmJXjIZXneCqw580E&m=fxyBnRLpzcYFtT1p01BRw1wOLEXJNkk8ywRZMGZEccU&s=gfBJhZp7Lj81VusBADrHqVFyIcqWRVW4iPImhCWFOlQ&e=</a><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class=""></span></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>