<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>






 
<body style="background-color: #fff;">
<span style="display:none"> </span>

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="position:relative;">
  <div id="ygrp-msg" style="z-index: 1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id="ygrp-text" >
      
      
      <p><div>I'm running OSX, so I'll give it a pull.<br><br><div>--</div>Mark 'Dygear' Tomlin</div><div><br>On Nov 18, 2015, at 02:18, 'Balint' <a href="mailto:balint256@hotmail.com">balint256@hotmail.com</a> [op25-dev] <<a href="mailto:op25-dev@yahoogroups.com">op25-dev@yahoogroups.com</a>> wrote:<br><br></div><blockquote type="cite"><div>












 

<span> </span>



    <div id="ygrp-text">
      
      
      <p></p><div class="WordSection1"><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D;">Hi Joe, all,<o></o></span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D;"><o> </o></span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D;">Thanks for testing. I did my dev under OS X, so it appears that it needs some more tweaks for the other platforms/distros.<o></o></span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D;"><o> </o></span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D;">If anyone wishes to send a pull request, feel free, otherwise I’ll try to compile under Linux and apply the necessary changes as time permits.<o></o></span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D;"><o> </o></span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D;">Balint<o></o></span></p><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D;"><o> </o></span></p><div style="border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt;"><div><div style="border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm;"><p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;">From:</span></b><span lang="EN-US" style="font-size:10.0pt;"> <a href="mailto:op25-dev@yahoogroups.com">op25-dev@yahoogroups.com</a> [<a href="mailto:op25-dev@yahoogroups.com">mailto:op25-dev@yahoogroups.com</a>] <br><b>Sent:</b> Tuesday, 17 November 2015 9:20 PM<br><b>To:</b> <a href="mailto:op25-dev@yahoogroups.com">op25-dev@yahoogroups.com</a><br><b>Subject:</b> Re: [op25-dev] Beta Test of New Additions - compile error on make<o></o></span></p></div></div><p class="MsoNormal"><o> </o></p><p class="MsoNormal">  <o></o></p><div id="ygrp-mlmsg"><div id="ygrp-msg"><div id="ygrp-text"><div><p class="MsoNormal" style="margin-bottom:12.0pt;">Is all the on the git repo so I can just pull the changes that he made!? Would that not be easier for everyone?<o></o></p><div><p class="MsoNormal">--<o></o></p></div><p class="MsoNormal">Mark 'Dygear' Tomlin<o></o></p></div><div><p class="MsoNormal" style="margin-bottom:12.0pt;"><br>On Nov 18, 2015, at 00:03, Joseph Cardani <a href="mailto:jcardani@verizon.net">jcardani@verizon.net</a> [op25-dev] <<a href="mailto:op25-dev@yahoogroups.com">op25-dev@yahoogroups.com</a>> wrote:<o></o></p></div><blockquote style="margin-top:5.0pt;margin-bottom:5.0pt;"><div><p class="MsoNormal">  <o></o></p><div id="ygrp-text"><p>Hi Again,<o></o></p><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal">Added a few #include <stdio> worked until the compile bombed on <a href="http://crypto.cc">crypto.cc</a><o></o></p></div><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal">Not sure how to fix this code. <o></o></p></div><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal">Getting late and going to bed now but will continue this tomorrow. <o></o></p></div><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal">thanks again for your help!<o></o></p></div><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal">Joe<o></o></p></div><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal"><o> </o></p></div><div><p class="MsoNormal">jcardani@jcardani-ThinkCentre-XXXX ~/pybombs/src/gr-op25test/op25/build $ make<br>Scanning dependencies of target gnuradio-op25<br>[  1%] Building CXX object op25/gr-op25/lib/CMakeFiles/gnuradio-op25.dir/crypto.cc.o<br>In file included from /home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:1:0:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:17:14: error: ‘uint8_t’ was not declared in this scope<br> std::vector<uint8_t> mi;<br>             ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:17:21: error: template argument 1 is invalid<br> std::vector<uint8_t> mi;<br>                    ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:17:21: error: template argument 2 is invalid<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:18:5: error: ‘uint16_t’ does not name a type<br>    uint16_t kid;<br>    ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:19:2: error: ‘uint8_t’ does not name a type<br> uint8_t algid;<br> ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h: In constructor ‘CryptoState::CryptoState()’:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:14:2: error: class ‘CryptoState’ does not have any field named ‘kid’<br> kid(0), algid(0), mi(MESSAGE_INDICATOR_LENGTH)<br> ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:14:10: error: class ‘CryptoState’ does not have any field named ‘algid’<br> kid(0), algid(0), mi(MESSAGE_INDICATOR_LENGTH)<br>         ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h: At global scope:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:32:22: error: ‘uint8_t’ was not declared in this scope<br> typedef std::vector<uint8_t> key_type;<br>                     ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:32:29: error: template argument 1 is invalid<br> typedef std::vector<uint8_t> key_type;<br>                            ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:32:29: error: template argument 2 is invalid<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:33:19: error: ‘uint16_t’ was not declared in this scope<br> typedef std::map<uint16_t, key_type > key_map_type;<br>                  ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:33:38: error: template argument 1 is invalid<br> typedef std::map<uint16_t, key_type > key_map_type;<br>                                     ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:33:38: error: template argument 3 is invalid<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:33:38: error: template argument 4 is invalid<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:34:10: error: ‘uint8_t’ does not name a type<br> typedef uint8_t type_id;<br>         ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:41:16: error: ‘type_id’ does not name a type<br> virtual const type_id id() const=0;<br>               ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:45:10: error: ‘uint64_t’ does not name a type<br> virtual uint64_t generate(size_t n_bits)=0; // Can request up to 64 bits of key stream at one time<br>         ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/crypto.h:56:61: error: ‘crypto_algorithm::type_id’ has not been declared<br> virtual crypto_algorithm::sptr algorithm(crypto_algorithm::type_id algid);<br>                                                            ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:12:38: error: ‘uint64_t’ was not declared in this scope<br>static unsigned long long swap_bytes(uint64_t l)<br>                                     ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:13:1: error: expected ‘,’ or ‘;’ before ‘{’ token<br>{<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:65:5: error: ‘uint16_t’ does not name a type<br>    uint16_t m_current_kid;<br>    ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:86:8: error: ‘type_id’ does not name a type<br> const type_id id() const<br>       ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:163:14: error: ‘uint64_t’ has not been declared<br> void set_iv(uint64_t iv)<br>             ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>: In constructor ‘des_ofb::des_ofb()’:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:71:5: error: class ‘des_ofb’ does not have any field named ‘m_current_kid’<br>  : m_current_kid(-1)<br>    ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:73:41: error: ‘memset’ was not declared in this scope<br>     memset(&m_ksDES, 0, sizeof(m_ksDES));<br>                                        ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>: In member function ‘virtual bool des_ofb::update(const CryptoState&)’:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:93:7: error: ‘m_current_kid’ was not declared in this scope<br>  if (m_current_kid != state.kid)<br>      ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:93:30: error: ‘const struct CryptoState’ has no member named ‘kid’<br>  if (m_current_kid != state.kid)<br>                             ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:95:18: error: request for member ‘empty’ in ‘((des_ofb*)this)->des_ofb::m_key_map’, which is of non-class type ‘crypto_algorithm::key_map_type {aka int}’<br>   if (m_key_map.empty())<br>                 ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:101:28: error: expected initializer before ‘it’<br>    key_map_type::iterator it = m_key_map.find(state.kid);<br>                           ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:102:9: error: ‘it’ was not declared in this scope<br>    if (it != m_key_map.end())<br>        ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:102:25: error: request for member ‘end’ in ‘((des_ofb*)this)->des_ofb::m_key_map’, which is of non-class type ‘crypto_algorithm::key_map_type {aka int}’<br>    if (it != m_key_map.end())<br>                        ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:106:29: error: request for member ‘empty’ in ‘((des_ofb*)this)->des_ofb::m_default_key’, which is of non-class type ‘crypto_algorithm::key_type {aka int}’<br>    else if (!m_default_key.empty())<br>                            ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:108:33: error: ‘stderr’ was not declared in this scope<br>     /*if (m_verbose) */fprintf(stderr, "Key 0x%04x not found in key map - using default key\n", state.kid);<br>                                ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:108:104: error: ‘const struct CryptoState’ has no member named ‘kid’<br>     /*if (m_verbose) */fprintf(stderr, "Key 0x%04x not found in key map - using default key\n", state.kid);<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:108:107: error: ‘fprintf’ was not declared in this scope<br>     /*if (m_verbose) */fprintf(stderr, "Key 0x%04x not found in key map - using default key\n", state.kid);<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:114:33: error: ‘stderr’ was not declared in this scope<br>     /*if (m_verbose) */fprintf(stderr, "Key 0x%04x not found in key map and no default key\n", state.kid);<br>                                ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:114:103: error: ‘const struct CryptoState’ has no member named ‘kid’<br>     /*if (m_verbose) */fprintf(stderr, "Key 0x%04x not found in key map and no default key\n", state.kid);<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:114:106: error: ‘fprintf’ was not declared in this scope<br>     /*if (m_verbose) */fprintf(stderr, "Key 0x%04x not found in key map and no default key\n", state.kid);<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:118:26: error: ‘const struct CryptoState’ has no member named ‘kid’<br>   m_current_kid = state.kid;<br>                         ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:121:3: error: ‘uint64_t’ was not declared in this scope<br>  uint64_t iv = 0;<br>  ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:121:12: error: expected ‘;’ before ‘iv’<br>  uint64_t iv = 0;<br>           ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:122:30: error: ‘iv’ was not declared in this scope<br>  size_t n = std::min(sizeof(iv), state.mi.size());<br>                             ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:122:44: error: request for member ‘size’ in ‘state.CryptoState::mi’, which is of non-class type ‘const int’<br>  size_t n = std::min(sizeof(iv), state.mi.size());<br>                                           ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:123:26: error: invalid types ‘const int[int]’ for array subscript<br>  memcpy(&iv, &state.mi[0], n);<br>                         ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:123:30: error: ‘memcpy’ was not declared in this scope<br>  memcpy(&iv, &state.mi[0], n);<br>                             ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>: In member function ‘virtual void des_ofb::set_key_map(const key_map_type&)’:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:133:3: error: ‘m_current_kid’ was not declared in this scope<br>  m_current_kid = -1; // To refresh on next update if it has changed<br>  ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>: In member function ‘virtual bool des_ofb::set_key(const key_type&)’:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:140:11: error: request for member ‘size’ in ‘key’, which is of non-class type ‘const key_type {aka const int}’<br>  if (key.size() != valid_key_length)<br>          ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:142:27: error: ‘stderr’ was not declared in this scope<br>   if (m_verbose) fprintf(stderr, "DES:\tIncorrect key length of %lu (should be %lu)\n", key.size(), valid_key_length);<br>                          ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:142:94: error: request for member ‘size’ in ‘key’, which is of non-class type ‘const key_type {aka const int}’<br>   if (m_verbose) fprintf(stderr, "DES:\tIncorrect key length of %lu (should be %lu)\n", key.size(), valid_key_length);<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:142:118: error: ‘fprintf’ was not declared in this scope<br>   if (m_verbose) fprintf(stderr, "DES:\tIncorrect key length of %lu (should be %lu)\n", key.size(), valid_key_length);<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:148:28: error: invalid types ‘const key_type {aka const int}[int]’ for array subscript<br>  memcpy(&m_key_des, &key[0], std::min(key.size(), sizeof(m_key_des)));<br>                           ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:148:44: error: request for member ‘size’ in ‘key’, which is of non-class type ‘const key_type {aka const int}’<br>  memcpy(&m_key_des, &key[0], std::min(key.size(), sizeof(m_key_des)));<br>                                           ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:148:70: error: ‘memcpy’ was not declared in this scope<br>  memcpy(&m_key_des, &key[0], std::min(key.size(), sizeof(m_key_des)));<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:154:45: error: invalid types ‘const key_type {aka const int}[int]’ for array subscript<br>    ss << boost::format("%02X") % (int)key[i];<br>                                            ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>: In member function ‘void des_ofb::set_iv(int)’:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:167:27: error: ‘stderr’ was not declared in this scope<br>   if (m_verbose) fprintf(stderr, "DES:\t%i bits used from %i iterations\n", m_ks_idx, m_iterations);<br>                          ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:167:100: error: ‘fprintf’ was not declared in this scope<br>   if (m_verbose) fprintf(stderr, "DES:\t%i bits used from %i iterations\n", m_ks_idx, m_iterations);<br>^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>: In member function ‘long long unsigned int des_ofb::generate(size_t)’:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:188:50: error: ‘swap_bytes’ cannot be used as a function<br>  unsigned long long ullCurrent = swap_bytes(m_ks);<br>                                                 ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:214:31: error: ‘swap_bytes’ cannot be used as a function<br>  ullCurrent = swap_bytes(m_ks);<br>                              ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>: At global scope:<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:231:67: error: ‘crypto_algorithm::sptr crypto_module::algorithm’ is not a static member of ‘class crypto_module’<br>crypto_algorithm::sptr crypto_module::algorithm(crypto_algorithm::type_id algid)<br>                                                                  ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:231:49: error: ‘type_id’ is not a member of ‘crypto_algorithm’<br>crypto_algorithm::sptr crypto_module::algorithm(crypto_algorithm::type_id algid)<br>                                                ^<br>/home/jcardani/pybombs/src/gr-op25test/op25/op25/gr-op25/lib/<a href="http://crypto.cc/">crypto.cc</a>:232:1: error: expected ‘,’ or ‘;’ before ‘{’ token<br>{<br>^<br>make[2]: *** [op25/gr-op25/lib/CMakeFiles/gnuradio-op25.dir/crypto.cc.o] Error 1<br>make[1]: *** [op25/gr-op25/lib/CMakeFiles/gnuradio-op25.dir/all] Error 2<br>make: *** [all] Error 2<br>jcardani@jcardani-ThinkCentre-XXXX ~/pybombs/src/gr-op25test/op25/build $<o></o></p></div></div></div></blockquote></div><div><p class="MsoNormal"><span style="color:white;"><o></o></span></p></div></div></div></div></div><p></p>

    </div>
     

    





<!-- end group email -->

</div></blockquote></p>

    </div>
     

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <div style="color: #fff; height: 0;">__._,_.___</div>

          
  
 

    
    <div style="clear:both"> </div>

    <div id="fromDMARC" style="margin-top: 10px;">
        <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
        Posted by: Mark Tomlin <dygear@gmail.com>        <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
     </div>
    <div style="clear:both"> </div>

    <table cellspacing=4px style="margin-top: 10px; margin-bottom: 10px; color: #2D50FD;">
      <tbody>
        <tr>
          <td style="font-size: 12px; font-family: arial; font-weight: bold; padding: 7px 5px 5px;"  >
                          <a style="text-decoration: none; color: #2D50FD" href="https://groups.yahoo.com/neo/groups/op25-dev/conversations/messages/1399;_ylc=X3oDMTJxb3ZoZHQ0BF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRtc2dJZAMxMzk5BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTQ0Nzg3MjA2OA--?act=reply&messageNum=1399">Reply via web post</a>
                      </td>
          <td>•</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;" >
            <a href="mailto:dygear@gmail.com?subject=Re%3A%20%5Bop25-dev%5D%20Beta%20Test%20of%20New%20Additions%20-%20compile%20error%20on%20make" style="text-decoration: none; color: #2D50FD;">
               Reply to sender            </a>
          </td>
          <td>•</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;">
            <a href="mailto:op25-dev@yahoogroups.com?subject=Re%3A%20%5Bop25-dev%5D%20Beta%20Test%20of%20New%20Additions%20-%20compile%20error%20on%20make" style="text-decoration: none; color: #2D50FD">
              Reply to group            </a>
          </td>
          <td>•</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;" >
            <a href="https://groups.yahoo.com/neo/groups/op25-dev/conversations/newtopic;_ylc=X3oDMTJmbGRxc2lqBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDZnRyBHNsawNudHBjBHN0aW1lAzE0NDc4NzIwNjg-" style="text-decoration: none; color: #2D50FD">Start a New Topic</a>
          </td>
          <td>•</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;color: #2D50FD;" >
                            <a href="https://groups.yahoo.com/neo/groups/op25-dev/conversations/topics/1347;_ylc=X3oDMTM1Zjk1cnI3BF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRtc2dJZAMxMzk5BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTQ0Nzg3MjA2OAR0cGNJZAMxMzQ3" style="text-decoration: none; color: #2D50FD;">Messages in this topic</a>
                (38)
                      </td>
        </tr>
      </tbody>
    </table>

        

<!------- Start Nav Bar ------>
<!-- |**|begin egp html banner|**| -->
<!-- |**|end egp html banner|**| -->




 

<!-- |**|begin egp html banner|**| -->
<div id="ygrp-vital" style="background-color: #f2f2f2; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

    <span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; "><a href="https://groups.yahoo.com/neo/groups/op25-dev/info;_ylc=X3oDMTJmNzc0bHZ0BF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzE0NDc4NzIwNjg-" style="text-decoration: none;">Visit Your Group</a></span>

     <ul style="list-style-type: none; margin: 0; padding: 0; display: inline;">
            <li style="border-right: 1px solid #000; font-weight: 700; display: inline; padding: 0 5px; margin-left: 0;">
      <span class="cat"><a href="https://groups.yahoo.com/neo/groups/op25-dev/members/all;_ylc=X3oDMTJnczI1cTVhBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDdnRsBHNsawN2bWJycwRzdGltZQMxNDQ3ODcyMDY4" style="text-decoration: none;">New Members</a></span>
      <span class="ct" style="color: #ff7900;">1</span>
    </li>
                                              </ul>
  </div>


<div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;">
  <a href="https://groups.yahoo.com/neo;_ylc=X3oDMTJlb2MzcHFkBF9TAzk3NDc2NTkwBGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTQ0Nzg3MjA2OA--" style="float: left;"><img src="http://l.yimg.com/ru/static/images/yg/img/email/new_logo/logo-groups-137x15.png" height="15" width="137" alt="Yahoo! Groups" style="border: 0;"/></a>
  <div style="color: #747575; float: right;"> • <a href="https://info.yahoo.com/privacy/us/yahoo/groups/details.html" style="text-decoration: none;">Privacy</a> • <a href="mailto:op25-dev-unsubscribe@yahoogroups.com?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> • <a href="https://info.yahoo.com/legal/us/yahoo/utos/terms/" style="text-decoration: none;">Terms of Use</a> </div>
</div>
<br>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

 
  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id="ygrp-sponsor" style="width:160px; float:right; clear:none; margin:0 0 25px 0; background: #fff;">

<!-- Start Recommendations -->
<div id="ygrp-reco">
     </div>
<!-- End Recommendations -->



  </div>   <!-- |**|end egp html banner|**| -->

  <div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div>

  <img src="http://geo.yahoo.com/serv?s=97359714/grpId=22084582/grpspId=1705644089/msgId=1399/stime=1447872068" width="1" height="1"> <br>

<img src="http://y.analytics.yahoo.com/fpc.pl?ywarid=515FB27823A7407E&a=10001310322279&js=no&resp=img" width="1" height="1"> 

<div style="color: #fff; height: 0;">__,_._,___</div>
<!--~-|**|PrettyHtmlEnd|**|-~-->

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
  <style type="text/css">
  <!--
  #ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
  #ygrp-sponsor #ygrp-lc {
  font-family: Arial;
}

#ygrp-sponsor #ygrp-lc #hd {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 78%;
  line-height: 122%;
}

#ygrp-sponsor #ygrp-lc .ad {
  margin-bottom: 10px;
  padding: 0 0;
}

  #actions {
    font-family: Verdana;
    font-size: 11px;
    padding: 10px 0;
  }

  #activity {
    background-color: #e0ecee;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    padding: 10px;
  }

  #activity span {
    font-weight: 700;
  }

  #activity span:first-child {
    text-transform: uppercase;
  }

  #activity span a {
    color: #5085b6;
    text-decoration: none;
  }

  #activity span span {
    color: #ff7900;
  }

  #activity span .underline {
    text-decoration: underline;
  }

  .attach {
    clear: both;
    display: table;
    font-family: Arial;
    font-size: 12px;
    padding: 10px 0;
    width: 400px;
  }

  .attach div a {
    text-decoration: none;
  }

  .attach img {
    border: none;
    padding-right: 5px;
  }

  .attach label {
    display: block;
    margin-bottom: 5px;
  }

  .attach label a {
    text-decoration: none;
  }
  
  blockquote {
    margin: 0 0 0 4px;
  }

  .bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
  }

  .bold a {
    text-decoration: none;
  }

  dd.last p a {
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span {
    margin-right: 10px;
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span.yshortcuts {
    margin-right: 0;
  }

  div.attach-table div div a {
    text-decoration: none;
  }

  div.attach-table {
    width: 400px;
  }

  div.file-title a, div.file-title a:active, div.file-title a:hover, div.file-title a:visited {
    text-decoration: none;
  }

  div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div.photo-title a:visited {
    text-decoration: none;
  }

  div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
  }

  .green {
    color: #628c2a;
  }

  .MsoNormal {
    margin: 0 0 0 0;
  }

  o {
    font-size: 0;
  }

  #photos div {
    float: left;
    width: 72px;
  }

  #photos div div {
    border: 1px solid #666666;
    height: 62px;
    overflow: hidden;
    width: 62px;
  }

  #photos div label {
    color: #666666;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 64px;
  }

  #reco-category {
    font-size: 77%;
  }

  #reco-desc {
    font-size: 77%;
  }

  .replbq {
    margin: 4px;
  }

  #ygrp-actbar div a:first-child {
   /* border-right: 0px solid #000;*/
    margin-right: 2px;
    padding-right: 5px;
  }

  #ygrp-mlmsg {
    font-size: 13px;
    font-family: Arial, helvetica,clean, sans-serif;
    *font-size: small;
    *font: x-small;
  }

  #ygrp-mlmsg table {
    font-size: inherit;
    font: 100%;
  }

  #ygrp-mlmsg select, input, textarea {
    font: 99% Arial, Helvetica, clean, sans-serif;
  }

  #ygrp-mlmsg pre, code {
    font:115% monospace;
    *font-size:100%;
  }

  #ygrp-mlmsg * {
    line-height: 1.22em;
  }

  #ygrp-mlmsg #logo {
    padding-bottom: 10px;
  }


  #ygrp-msg p a {
    font-family: Verdana;
  }

  #ygrp-msg p#attach-count span {
    color: #1E66AE;
    font-weight: 700;
  }

  #ygrp-reco #reco-head {
    color: #ff7900;
    font-weight: 700;
  }

  #ygrp-reco {
    margin-bottom: 20px;
    padding: 0px;
  }

  #ygrp-sponsor #ov li a {
    font-size: 130%;
    text-decoration: none;
  }

  #ygrp-sponsor #ov li {
    font-size: 77%;
    list-style-type: square;
    padding: 6px 0;
  } 

  #ygrp-sponsor #ov ul {
    margin: 0;
    padding: 0 0 0 8px;
  }

  #ygrp-text {
    font-family: Georgia;
  }

  #ygrp-text p {
    margin: 0 0 1em 0;
  }

  #ygrp-text tt {
    font-size: 120%;
  }

  #ygrp-vital ul li:last-child {
    border-right: none !important; 
  } 
  -->
  </style>
</head>

<!--~-|**|PrettyHtmlEnd|**|-~-->
</html>
<!-- end group email -->