No subject


Fri May 11 09:05:39 UTC 2018


-GR_FILTER_LIBRARY=3D<path to libgnuradio-filter.so, probably
/usr/local/lib/=E2=80=A6>

Or you can also install and use cmake-gui to do this change as well..

Cheers,
Matt


On 18 November 2015 at 13:58, Joseph Cardani jcardani at verizon.net
[op25-dev] <op25-dev at yahoogroups.com> wrote:

>
>
> Hi Matt,
>
> Got errors on make ..
>
> Hope an easy fix. Here=E2=80=99s a copy of the terminal window:
>
> jcardani at jcardani-ThinkCentre-XXXX ~ $ mkdir op25test
> jcardani at jcardani-ThinkCentre-XXXX ~ $ cd op25test
> jcardani at jcardani-ThinkCentre-XXXX ~/op25test $ git clone
> git://github.com/balint256/op25.git
> Cloning into 'op25'...
> remote: Counting objects: 620, done.
> remote: Compressing objects: 100% (280/280), done.
> remote: Total 620 (delta 302), reused 620 (delta 302), pack-reused 0
> Receiving objects: 100% (620/620), 420.78 KiB | 0 bytes/s, done.
> Resolving deltas: 100% (302/302), done.
> Checking connectivity... done.
> jcardani at jcardani-ThinkCentre-XXXX ~/op25test $ cd op25
> jcardani at jcardani-ThinkCentre-XXXX ~/op25test/op25 $ mkdir build
> jcardani at jcardani-ThinkCentre-XXXX ~/op25test/op25 $ cd build
> jcardani at jcardani-ThinkCentre-XXXX ~/op25test/op25/build $ cmake ..
> -- The CXX compiler identification is GNU 4.8.2
> -- The C compiler identification is GNU 4.8.2
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Build type not specified: defaulting to release.
> -- Boost version: 1.54.0
> -- Found the following Boost libraries:
> --   filesystem
> --   system
> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
> -- checking for module 'cppunit'
> --   found cppunit, version 1.13.1
> -- Found CPPUNIT: /usr/lib/i386-linux-gnu/libcppunit.so;dl
> Checking for GNU Radio Module: RUNTIME
> -- checking for module 'gnuradio-runtime'
> --   found gnuradio-runtime, version 3.7.6git
> * INCLUDES=3D/home/jcardani/target/include
> *
> LIBS=3D/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/ta=
rget/lib/libgnuradio-pmt.so
> -- Found GNURADIO_RUNTIME:
> /home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/li=
b/libgnuradio-pmt.so
> GNURADIO_RUNTIME_FOUND =3D TRUE
> Checking for GNU Radio Module: BLOCKS
> -- checking for module 'gnuradio-blocks'
> --   found gnuradio-blocks, version 3.7.6git
> * INCLUDES=3D/home/jcardani/target/include
> *
> LIBS=3D/home/jcardani/target/lib/libgnuradio-blocks.so;/home/jcardani/tar=
get/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so
> -- Found GNURADIO_BLOCKS:
> /home/jcardani/target/lib/libgnuradio-blocks.so;/home/jcardani/target/lib=
/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so
> GNURADIO_BLOCKS_FOUND =3D TRUE
> Checking for GNU Radio Module: FILTER
> -- checking for module 'gnuradio-filter'
> --   found gnuradio-filter, version 3.7.6git
> * INCLUDES=3D/home/jcardani/target/include
> *
> LIBS=3D/home/jcardani/target/lib/libgnuradio-filter.so;/home/jcardani/tar=
get/lib/libgnuradio-fft.so;/home/jcardani/target/lib/libgnuradio-runtime.so=
;/home/jcardani/target/lib/libgnuradio-pmt.so
> -- Found GNURADIO_FILTER:
> /home/jcardani/target/lib/libgnuradio-filter.so;/home/jcardani/target/lib=
/libgnuradio-fft.so;/home/jcardani/target/lib/libgnuradio-runtime.so;/home/=
jcardani/target/lib/libgnuradio-pmt.so
> GNURADIO_FILTER_FOUND =3D TRUE
> Checking for GNU Radio Module: PMT
> -- checking for module 'gnuradio-runtime'
> --   found gnuradio-runtime, version 3.7.6git
> * INCLUDES=3D/home/jcardani/target/include
> *
> LIBS=3D/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/ta=
rget/lib/libgnuradio-pmt.so
> -- Found GNURADIO_PMT:
> /home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/li=
b/libgnuradio-pmt.so
> GNURADIO_PMT_FOUND =3D TRUE
> -- Found SWIG: /usr/bin/swig2.0 (found version "2.0.11")
> -- Found PythonLibs: /usr/lib/i386-linux-gnu/libpython2.7.so (found
> suitable version "2.7.6", minimum required is "2")
> -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.6",
> minimum required is "2")
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of size_t
> -- Check size of size_t - done
> -- Check size of unsigned int
> -- Check size of unsigned int - done
> -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
> -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
> -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> -- Build type not specified: defaulting to release.
> -- Boost version: 1.54.0
> -- Found the following Boost libraries:
> --   filesystem
> --   system
> Checking for GNU Radio Module: RUNTIME
> * INCLUDES=3D/home/jcardani/target/include
> *
> LIBS=3D/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/ta=
rget/lib/libgnuradio-pmt.so
> GNURADIO_RUNTIME_FOUND =3D TRUE
> Checking for GNU Radio Module: BLOCKS
> * INCLUDES=3D/home/jcardani/target/include
> *
> LIBS=3D/home/jcardani/target/lib/libgnuradio-blocks.so;/home/jcardani/tar=
get/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so
> GNURADIO_BLOCKS_FOUND =3D TRUE
> Checking for GNU Radio Module: FILTER
> * INCLUDES=3D/home/jcardani/target/include
> *
> LIBS=3D/home/jcardani/target/lib/libgnuradio-filter.so;/home/jcardani/tar=
get/lib/libgnuradio-fft.so;/home/jcardani/target/lib/libgnuradio-runtime.so=
;/home/jcardani/target/lib/libgnuradio-pmt.so
> GNURADIO_FILTER_FOUND =3D TRUE
> Checking for GNU Radio Module: PMT
> * INCLUDES=3D/home/jcardani/target/include
> *
> LIBS=3D/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/ta=
rget/lib/libgnuradio-pmt.so
> GNURADIO_PMT_FOUND =3D TRUE
> -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> CMake Error: The following variables are used in this project, but they
> are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake files:
> GR_FILTER_LIBRARY
>    linked by target "gnuradio-op25_repeater" in directory
> /home/jcardani/op25test/op25/op25/gr-op25_repeater/lib
>
> -- Configuring incomplete, errors occurred!
> See also "/home/jcardani/op25test/op25/build/CMakeFiles/CMakeOutput.log".
> jcardani at jcardani-ThinkCentre-XXXX ~/op25test/op25/build $ make
> make: *** No targets specified and no makefile found.  Stop.
> jcardani at jcardani-ThinkCentre-XXXX ~/op25test/op25/build $
>
>=20
>

--001a1140fa0881909f0524c81973
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable




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






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

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

    <div id=3D"ygrp-text" >
=20=20=20=20=20=20
=20=20=20=20=20=20
      <p><div dir=3D"ltr">Hi Joe,<div><br></div><div>From Balint - please o=
pen up the makefile and add the variable in manually:</div><div><br></div><=
div>-GR_FILTER_LIBRARY=3D<path to libgnuradio-filter.so, probably /usr/l=
ocal/lib/=E2=80=A6><br></div><div><br></div><div>Or you can also install=
 and use cmake-gui to do this change as well..</div><div><br></div><div>Che=
ers,<br>Matt</div><div><br></div></div><div class=3D"gmail_extra"><br><div =
class=3D"gmail_quote">On 18 November 2015 at 13:58, Joseph Cardani <a href=
=3D"mailto:jcardani at verizon.net">jcardani at verizon.net</a> [op25-dev] <span =
dir=3D"ltr"><<a href=3D"mailto:op25-dev at yahoogroups.com" target=3D"_blan=
k">op25-dev at yahoogroups.com</a>></span> wrote:<br><blockquote class=3D"g=
mail_quote" style=3D"border-left:1px #ccc solid;">


<u></u>









=20
<div style=3D"background-color:#fff;">
<span>=C2=A0</span>


<div>
  <div>


    <div>
=20=20=20=20=20=20
=20=20=20=20=20=20
      <p>Hi Matt,</p><div><br></div><div>Got errors on make ..</div><div><b=
r></div><div>Hope an easy fix. Here=E2=80=99s a copy of the terminal window=
:</div><div><br></div><div>jcardani at jcardani-ThinkCentre-XXXX ~ $ mkdir op2=
5test<br>jcardani at jcardani-ThinkCentre-XXXX ~ $ cd op25test<br>jcardani at jca=
rdani-ThinkCentre-XXXX ~/op25test $ git clone=C2=A0<a>git://github.com/bali=
nt256/op25.git</a><br>Cloning into 'op25'...<br>remote: Counting ob=
jects: 620, done.<br>remote: Compressing objects: 100% (280/280), done.<br>=
remote: Total 620 (delta 302), reused 620 (delta 302), pack-reused 0<br>Rec=
eiving objects: 100% (620/620), 420.78 KiB | 0 bytes/s, done.<br>Resolving =
deltas: 100% (302/302), done.<br>Checking connectivity... done.<br>jcardani=
@jcardani-ThinkCentre-XXXX ~/op25test $ cd op25<br>jcardani at jcardani-ThinkC=
entre-XXXX ~/op25test/op25 $ mkdir build<br>jcardani at jcardani-ThinkCentre-X=
XXX ~/op25test/op25 $ cd build<br>jcardani at jcardani-ThinkCentre-XXXX ~/op25=
test/op25/build $ cmake ..<span class><br>-- The CXX compiler identificatio=
n is GNU 4.8.2<br>-- The C compiler identification is GNU 4.8.2<br>-- Check=
 for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX=
 compiler: /usr/bin/c++ -- works<br>-- Detecting CXX compiler ABI info<=
br>-- Detecting CXX compiler ABI info - done<br>-- Check for working C comp=
iler: /usr/bin/cc<br>-- Check for working C compiler: /usr/bin/cc -- works<=
br>-- Detecting C compiler ABI info<br>-- Detecting C compiler ABI info - d=
one<br>-- Build type not specified: defaulting to release.<br>-- Boost vers=
ion: 1.54.0<br>-- Found the following Boost libraries:<br></span>-- =C2=A0=
=C2=A0filesystem<br>-- =C2=A0=C2=A0system<span class><br>-- Found PkgConfig=
: /usr/bin/pkg-config (found version "0.26")<br></span>-- checkin=
g for module 'cppunit'<br>-- =C2=A0=C2=A0found cppunit, version 1.1=
3.1<br>-- Found CPPUNIT: /usr/lib/i386-linux-gnu/libcppunit.so;dl<span clas=
s><br>Checking for GNU Radio Module: RUNTIME<br>-- checking for module &#39=
;gnuradio-runtime'<br>-- =C2=A0=C2=A0found gnuradio-runtime, version 3.=
7.6git<br>* INCLUDES=3D/home/jcardani/target/include<br>* LIBS=3D/home/jcar=
dani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradi=
o-pmt.so<br>-- Found GNURADIO_RUNTIME: /home/jcardani/target/lib/libgnuradi=
o-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so=C2=A0<br>GNURADIO=
_RUNTIME_FOUND =3D TRUE<br>Checking for GNU Radio Module: BLOCKS<br>-- chec=
king for module 'gnuradio-blocks'<br>-- =C2=A0=C2=A0found gnuradio-=
blocks, version 3.7.6git<br>* INCLUDES=3D/home/jcardani/target/include<br>*=
 LIBS=3D/home/jcardani/target/lib/libgnuradio-blocks.so;/home/jcardani/targ=
et/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so<=
br>-- Found GNURADIO_BLOCKS: /home/jcardani/target/lib/libgnuradio-blocks.s=
o;/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/li=
b/libgnuradio-pmt.so=C2=A0<br>GNURADIO_BLOCKS_FOUND =3D TRUE<br></span>Chec=
king for GNU Radio Module: FILTER<br>-- checking for module 'gnuradio-f=
ilter'<br>-- =C2=A0=C2=A0found gnuradio-filter, version 3.7.6git<br>* I=
NCLUDES=3D/home/jcardani/target/include<br>* LIBS=3D/home/jcardani/target/l=
ib/libgnuradio-filter.so;/home/jcardani/target/lib/libgnuradio-fft.so;/home=
/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgn=
uradio-pmt.so<br>-- Found GNURADIO_FILTER: /home/jcardani/target/lib/libgnu=
radio-filter.so;/home/jcardani/target/lib/libgnuradio-fft.so;/home/jcardani=
/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pm=
t.so=C2=A0<br>GNURADIO_FILTER_FOUND =3D TRUE<span class><br>Checking for GN=
U Radio Module: PMT<br>-- checking for module 'gnuradio-runtime'<br=
>-- =C2=A0=C2=A0found gnuradio-runtime, version 3.7.6git<br>* INCLUDES=3D/h=
ome/jcardani/target/include<br>* LIBS=3D/home/jcardani/target/lib/libgnurad=
io-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so<br>-- Found GNUR=
ADIO_PMT: /home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/t=
arget/lib/libgnuradio-pmt.so=C2=A0<br>GNURADIO_PMT_FOUND =3D TRUE<br></span=
><span class>-- Found SWIG: /usr/bin/swig2.0 (found version "2.0.11&qu=
ot;)<br>-- Found PythonLibs: /usr/lib/i386-linux-gnu/<a href=3D"http://libp=
ython2.7.so" target=3D"_blank">libpython2.7.so</a> (found suitable version =
"2.7.6", minimum required is "2")<br>-- Found PythonInt=
erp: /usr/bin/python2 (found suitable version "2.7.6", minimum re=
quired is "2")<br></span><span class>-- Looking for sys/types.h<b=
r>-- Looking for sys/types.h - found<br></span><span class>-- Looking for s=
tdint.h<br>-- Looking for stdint.h - found<br>-- Looking for stddef.h<br>--=
 Looking for stddef.h - found<br>-- Check size of size_t<br>-- Check size o=
f size_t - done<br>-- Check size of unsigned int<br>-- Check size of unsign=
ed int - done<br>-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE<br>-- =
Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success<br>-- Could NOT =
find Doxygen (missing: =C2=A0DOXYGEN_EXECUTABLE)<br></span><span class>-- B=
uild type not specified: defaulting to release.<br>-- Boost version: 1.54.0=
<br>-- Found the following Boost libraries:<br></span>-- =C2=A0=C2=A0filesy=
stem<br>-- =C2=A0=C2=A0system<span class><br>Checking for GNU Radio Module:=
 RUNTIME<br></span><span class>* INCLUDES=3D/home/jcardani/target/include<b=
r>* LIBS=3D/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/=
target/lib/libgnuradio-pmt.so<br></span><span class>GNURADIO_RUNTIME_FOUND =
=3D TRUE<br>Checking for GNU Radio Module: BLOCKS<br></span><span class>* I=
NCLUDES=3D/home/jcardani/target/include<br>* LIBS=3D/home/jcardani/target/l=
ib/libgnuradio-blocks.so;/home/jcardani/target/lib/libgnuradio-runtime.so;/=
home/jcardani/target/lib/libgnuradio-pmt.so<br></span>GNURADIO_BLOCKS_FOUND=
 =3D TRUE<br>Checking for GNU Radio Module: FILTER<br>* INCLUDES=3D/home/jc=
ardani/target/include<br>* LIBS=3D/home/jcardani/target/lib/libgnuradio-fil=
ter.so;/home/jcardani/target/lib/libgnuradio-fft.so;/home/jcardani/target/l=
ib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so<br>G=
NURADIO_FILTER_FOUND =3D TRUE<span class><br>Checking for GNU Radio Module:=
 PMT<br></span><span class>* INCLUDES=3D/home/jcardani/target/include<br>* =
LIBS=3D/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/targ=
et/lib/libgnuradio-pmt.so<br></span>GNURADIO_PMT_FOUND =3D TRUE<span class>=
<br>-- Could NOT find Doxygen (missing: =C2=A0DOXYGEN_EXECUTABLE)<br></span=
>CMake Error: The following variables are used in this project, but they ar=
e set to NOTFOUND.<br>Please set them or make sure they are set and tested =
correctly in the CMake files:<br>GR_FILTER_LIBRARY<br>=C2=A0=C2=A0=C2=A0lin=
ked by target "gnuradio-op25_repeater" in directory /home/jcardan=
i/op25test/op25/op25/gr-op25_repeater/lib<br><br>-- Configuring incomplete,=
 errors occurred!<br>See also "/home/jcardani/op25test/op25/build/CMak=
eFiles/CMakeOutput.log".<br>jcardani at jcardani-ThinkCentre-XXXX ~/op25t=
est/op25/build $ make<br>make: *** No targets specified and no makefile fou=
nd.=C2=A0 Stop.<br>jcardani at jcardani-ThinkCentre-XXXX ~/op25test/op25/build=
 $</div><p></p>

    </div><span class>
=20=20=20=20=20

=20=20=20=20
    <div style=3D"color:#fff;min-height:0;"></div>


</span></div>



=20=20






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

    </div>
=20=20=20=20=20

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

=20=20=20=20=20=20=20=20=20=20
=20=20
=20

=20=20=20=20
    <div style=3D"clear:both"> </div>

    <div id=3D"fromDMARC" style=3D"margin-top: 10px;">
        <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; background=
-color:#E3E3E3;">
        Posted by: Matt Ames <matt.ames7bc at gmail.com>        <hr styl=
e=3D"height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;"=
>
     </div>
    <div style=3D"clear:both"> </div>

    <table cellspacing=3D4px style=3D"margin-top: 10px; margin-bottom: 10px=
; color: #2D50FD;">
      <tbody>
        <tr>
          <td style=3D"font-size: 12px; font-family: arial; font-weight: bo=
ld; padding: 7px 5px 5px;"  >
                          <a style=3D"text-decoration: none; color: #2D50FD=
" href=3D"https://groups.yahoo.com/neo/groups/op25-dev/conversations/messag=
es/1388;_ylc=3DX3oDMTJxanRtZWtvBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNw=
SWQDMTcwNTY0NDA4OQRtc2dJZAMxMzg4BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTQ0NzgxNjc=
yNQ--?act=3Dreply&messageNum=3D1388">Reply via web post</a>
                      </td>
          <td>•</td>
          <td style=3D"font-size: 12px; font-family: arial; padding: 7px 5p=
x 5px;" >
            <a href=3D"mailto:matt.ames7bc at gmail.com?subject=3DRe%3A%20%5Bo=
p25-dev%5D%20Beta%20Test%20of%20New%20Additions%20-%20compile%20error%20on%=
20make" style=3D"text-decoration: none; color: #2D50FD;">
               Reply to sender            </a>
          </td>
          <td>•</td>
          <td style=3D"font-size: 12px; font-family: arial; padding: 7px 5p=
x 5px;">
            <a href=3D"mailto:op25-dev at yahoogroups.com?subject=3DRe%3A%20%5=
Bop25-dev%5D%20Beta%20Test%20of%20New%20Additions%20-%20compile%20error%20o=
n%20make" style=3D"text-decoration: none; color: #2D50FD">
              Reply to group            </a>
          </td>
          <td>•</td>
          <td style=3D"font-size: 12px; font-family: arial; padding: 7px 5p=
x 5px;" >
            <a href=3D"https://groups.yahoo.com/neo/groups/op25-dev/convers=
ations/newtopic;_ylc=3DX3oDMTJmNTNqMmh2BF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgy=
BGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDZnRyBHNsawNudHBjBHN0aW1lAzE0NDc4MTY3MjU-" s=
tyle=3D"text-decoration: none; color: #2D50FD">Start a New Topic</a>
          </td>
          <td>•</td>
          <td style=3D"font-size: 12px; font-family: arial; padding: 7px 5p=
x 5px;color: #2D50FD;" >
                            <a href=3D"https://groups.yahoo.com/neo/groups/=
op25-dev/conversations/topics/1347;_ylc=3DX3oDMTM1djdlazY5BF9TAzk3MzU5NzE0B=
GdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRtc2dJZAMxMzg4BHNlYwNmdHIEc2xr=
A3Z0cGMEc3RpbWUDMTQ0NzgxNjcyNQR0cGNJZAMxMzQ3" style=3D"text-decoration: non=
e; color: #2D50FD;">Messages in this topic</a>
                (27)
                      </td>
        </tr>
      </tbody>
    </table>

=20=20=20=20=20=20=20=20

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




=20

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

    <span id=3D"vithd" style=3D"font-weight: bold; color: #333; text-transf=
orm: uppercase; "><a href=3D"https://groups.yahoo.com/neo/groups/op25-dev/i=
nfo;_ylc=3DX3oDMTJmdmZkdWQ5BF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQD=
MTcwNTY0NDA4OQRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzE0NDc4MTY3MjU-" style=3D"text=
-decoration: none;">Visit Your Group</a></span>

     <ul style=3D"list-style-type: none; margin: 0; padding: 0; display: in=
line;">
                                                    </ul>
  </div>


<div id=3D"ft" style=3D"font-family: Arial; font-size: 11px; margin-top: 5p=
x; padding: 0 2px 0 0; clear: both;">
  <a href=3D"https://groups.yahoo.com/neo;_ylc=3DX3oDMTJlNGZyZWJmBF9TAzk3ND=
c2NTkwBGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDZnRyBHNsawNnZnAEc=
3RpbWUDMTQ0NzgxNjcyNQ--" style=3D"float: left;"><img src=3D"http://l.yimg.c=
om/ru/static/images/yg/img/email/new_logo/logo-groups-137x15.png" height=3D=
"15" width=3D"137" alt=3D"Yahoo! Groups" style=3D"border: 0;"/></a>
  <div style=3D"color: #747575; float: right;"> • <a href=3D"https://i=
nfo.yahoo.com/privacy/us/yahoo/groups/details.html" style=3D"text-decoratio=
n: none;">Privacy</a> • <a href=3D"mailto:op25-dev-unsubscribe at yahoogr=
oups.com?subject=3DUnsubscribe" style=3D"text-decoration: none;">Unsubscrib=
e</a> • <a href=3D"https://info.yahoo.com/legal/us/yahoo/utos/terms/" =
style=3D"text-decoration: none;">Terms of Use</a> </div>
</div>
<br>

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

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

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

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



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

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

  <img src=3D"http://geo.yahoo.com/serv?s=3D97359714/grpId=3D22084582/grpsp=
Id=3D1705644089/msgId=3D1388/stime=3D1447816725" width=3D"1" height=3D"1"> =
<br>

<img src=3D"http://y.analytics.yahoo.com/fpc.pl?ywarid=3D515FB27823A7407E&a=
=3D10001310322279&js=3Dno&resp=3Dimg" width=3D"1" height=3D"1">=20

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

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
  <style type=3D"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;
  }
=20=20
  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.fi=
le-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;
  }=20

  #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;=20
  }=20
  -->
  </style>
</head>

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


--001a1140fa0881909f0524c81973--



More information about the op25-dev mailing list