I have added rds block diagram, but it is not show at grc… what should
I do… terminal out like that:
A gr-rds/src/grc/install-grc.sh
A gr-rds/src/grc/rds_freq_divider.xml
A gr-rds/src/grc/rds_bpsk_demod.xml
A gr-rds/config.guess
A gr-rds/README
A gr-rds/config.sub
A gr-rds/configure.ac
A gr-rds/Makefile.common
A gr-rds/TODO
A gr-rds/config
A gr-rds/config/gr_sysv_shm.m4
A gr-rds/config/Makefile.in
A gr-rds/config/gr_check_createfilemapping.m4
A gr-rds/config/gr_doxygen.m4
A gr-rds/config/gr_set_md_cpu.m4
A gr-rds/config/usrp_fusb_tech.m4
A gr-rds/config/mkstemp.m4
A gr-rds/config/pkg.m4
A gr-rds/config/cppunit.m4
A gr-rds/config/lf_cxx.m4
A gr-rds/config/usrp_sdcc.m4
A gr-rds/config/gr_no_undefined.m4
A gr-rds/config/onceonly.m4
A gr-rds/config/usrp_libusb.m4
A gr-rds/config/gr_require_mc4020.m4
A gr-rds/config/gr_scripting.m4
A gr-rds/config/lf_x11.m4
A gr-rds/config/bnv_have_qt.m4
A gr-rds/config/gr_swig.m4
A gr-rds/config/gr_gprof.m4
A gr-rds/config/lf_cc.m4
A gr-rds/config/gr_python.m4
A gr-rds/config/lf_warnings.m4
A gr-rds/config/gr_pwin32.m4
A gr-rds/config/gr_check_usrp.m4
A gr-rds/config/gr_boost.m4
A gr-rds/config/acx_pthread.m4
A gr-rds/config/gr_x86_64.m4
A gr-rds/config/gr_check_mc4020.m4
A gr-rds/config/Makefile.am
A gr-rds/config/gr_check_shm_open.m4
A gr-rds/config/gr_libgnuradio_core_extra_ldflags.m4
A gr-rds/doc
A gr-rds/doc/rds.odg
A gr-rds/doc/IEC 62106-E_no print.pdf
A gr-rds/doc/tmc_event_tables.ods
A gr-rds/doc/tmc_locations_italy.ods
A gr-rds/doc/rds.png
A gr-rds/INSTALL
A gr-rds/COPYING
A gr-rds/Makefile.am
A gr-rds/NEWS
A gr-rds/bootstrap
Checked out revision 1073.
bynkln@ubuntu:~$ cd gr-rds
bynkln@ubuntu:~/gr-rds$ ./bootstrap
configure.ac:27: installing ./install-sh' configure.ac:27: installing
./missing’
src/lib/Makefile.am: installing ./depcomp' src/lib/Makefile.am:57: installing
./py-compile’
bynkln@ubuntu:~/gr-rds$ ./configure
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system type… i686-pc-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for style of include used by make… GNU
checking for g++… g++
checking whether the C++ compiler works… yes
checking for C++ compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking dependency style of g++… gcc3
checking how to run the C++ preprocessor… g++ -E
checking whether C++ has bool… yes
checking whether C++ has buggy scoping in for-loops… yes
checking whether user wants assertions… yes
checking whether C++ has std::isnan… no
checking whether user wants warnings… yes
checking whether g++ accepts -Wall… yes
checking whether g++ accepts -Woverloaded-virtual… yes
checking whether user wants gprof… no
checking whether user wants prof… no
checking for gcc… gcc
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking dependency style of gcc… gcc3
checking dependency style of gcc… gcc3
checking whether ln -s works… yes
checking whether make sets $(MAKE)… (cached) yes
checking for rm… /bin/rm
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking the maximum length of command line arguments… 1572864
checking whether the shell understands some XSI constructs… yes
checking whether the shell understands “+=”… yes
checking for /usr/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for ar… ar
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking how to run the C preprocessor… gcc -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking whether we are using the GNU C++ compiler… (cached) yes
checking whether g++ accepts -g… (cached) yes
checking dependency style of g++… (cached) gcc3
checking how to run the C++ preprocessor… g++ -E
checking for objdir… .libs
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… no
checking for ld used by g++… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries… yes
checking for g++ option to produce PIC… -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works… yes
checking if g++ static flag -static works… yes
checking if g++ supports -c -o file.o… yes
checking if g++ supports -c -o file.o… (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries… yes
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking for python… /usr/bin/python
checking for python version… 2.7
checking for python platform… linux2
checking for python script directory…
${prefix}/lib/python2.7/dist-packages
checking for python extension module directory…
${exec_prefix}/lib/python2.7/dist-packages
checking for Python include path… /usr/include/python2.7
checking Python.h usability… yes
checking Python.h presence… yes
checking for Python.h… yes
checking for swig… /usr/bin/swig
checking for SWIG version… 1.3.40
checking for ANSI C header files… (cached) yes
checking for sys/wait.h that is POSIX.1 compatible… yes
checking fcntl.h usability… yes
checking fcntl.h presence… yes
checking for fcntl.h… yes
checking limits.h usability… yes
checking limits.h presence… yes
checking for limits.h… yes
checking for strings.h… (cached) yes
checking sys/ioctl.h usability… yes
checking sys/ioctl.h presence… yes
checking for sys/ioctl.h… yes
checking sys/time.h usability… yes
checking sys/time.h presence… yes
checking for sys/time.h… yes
checking for unistd.h… (cached) yes
checking sys/mman.h usability… yes
checking sys/mman.h presence… yes
checking for sys/mman.h… yes
checking for an ANSI C-conforming const… yes
checking for inline… inline
checking for size_t… yes
checking whether time.h and sys/time.h may both be included… yes
checking for dummy… no
checking for swig… no
checking for sys/types.h… (cached) yes
checking for fcntl.h… (cached) yes
checking io.h usability… no
checking io.h presence… no
checking for io.h… no
checking windows.h usability… no
checking windows.h presence… no
checking for windows.h… no
checking for winioctl.h… no
checking for winbase.h… no
checking for getopt… yes
checking for usleep… yes
checking for gettimeofday… yes
checking for nanosleep… yes
checking for rand… yes
checking for srand… yes
checking for random… yes
checking for srandom… yes
checking for sleep… yes
checking for sigaction… yes
checking for struct timezone… yes
checking for struct timespec… yes
checking for ssize_t… yes
checking for getopt… (cached) yes
checking for usleep… (cached) yes
checking for gettimeofday… (cached) yes
checking for Sleep… no
checking whether mkdir accepts only one arg… no
checking for pkg-config… /usr/bin/pkg-config
checking for gnuradio-core >= 2… yes
checking GNURADIO_CORE_CFLAGS… -I/usr/local/include/gnuradio
-I/usr/local/include
checking GNURADIO_CORE_LIBS… -L/usr/local/lib -lgnuradio-core -lgruel
-lfftw3f -lm
checking GNURADIO_CORE_INCLUDEDIR… /usr/local/include/gnuradio
gr_boost_include_dir =
checking boost/shared_ptr.hpp usability… yes
checking boost/shared_ptr.hpp presence… yes
checking for boost/shared_ptr.hpp… yes
checking for xmlParseFile in -lxml2… yes
checking for “libxml-2.0”… yes
checking XML2_CFLAGS… -I/usr/include/libxml2
checking XML2_LIBS… -lxml2
checking XML2_INCLUDEDIR… /usr/include
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/python/Makefile
config.status: creating src/python/run_tests
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing run_tests commands
bynkln@ubuntu:~/gr-rds$ make
make all-recursive
make[1]: Entering directory /home/bynkln/gr-rds' Making all in config make[2]: Entering directory
/home/bynkln/gr-rds/config’
make[2]: Nothing to be done for all'. make[2]: Leaving directory
/home/bynkln/gr-rds/config’
Making all in src
make[2]: Entering directory /home/bynkln/gr-rds/src' Making all in lib make[3]: Entering directory
/home/bynkln/gr-rds/src/lib’
/usr/bin/swig -c++ -python -I/usr/include/python2.7
-I/usr/local/include/gnuradio/swig
-I/usr/local/include/gnuradio/…/gruel/swig
-I/usr/local/include/gnuradio -module rds -o rds.cc rds.i
make all-am
make[4]: Entering directory /home/bynkln/gr-rds/src/lib' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT rds.lo -MD -MP -MF .deps/rds.Tpo -c -o rds.lo rds.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT rds.lo -MD -MP -MF .deps/rds.Tpo -c rds.cc -fPIC -DPIC -o .libs/rds.o mv -f .deps/rds.Tpo .deps/rds.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_bpsk_demod.lo -MD -MP -MF .deps/gr_rds_bpsk_demod.Tpo -c -o gr_rds_bpsk_demod.lo gr_rds_bpsk_demod.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_bpsk_demod.lo -MD -MP -MF .deps/gr_rds_bpsk_demod.Tpo -c gr_rds_bpsk_demod.cc -fPIC -DPIC -o .libs/gr_rds_bpsk_demod.o mv -f .deps/gr_rds_bpsk_demod.Tpo .deps/gr_rds_bpsk_demod.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_data_decoder.lo -MD -MP -MF .deps/gr_rds_data_decoder.Tpo -c -o gr_rds_data_decoder.lo gr_rds_data_decoder.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_data_decoder.lo -MD -MP -MF .deps/gr_rds_data_decoder.Tpo -c gr_rds_data_decoder.cc -fPIC -DPIC -o .libs/gr_rds_data_decoder.o gr_rds_data_decoder.cc: In function ‘void _Z41__static_initialization_and_destruction_0ii.clone.27()’: gr_rds_data_decoder.cc:731:1: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without mv -f .deps/gr_rds_data_decoder.Tpo .deps/gr_rds_data_decoder.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_data_encoder.lo -MD -MP -MF .deps/gr_rds_data_encoder.Tpo -c -o gr_rds_data_encoder.lo gr_rds_data_encoder.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_data_encoder.lo -MD -MP -MF .deps/gr_rds_data_encoder.Tpo -c gr_rds_data_encoder.cc -fPIC -DPIC -o .libs/gr_rds_data_encoder.o mv -f .deps/gr_rds_data_encoder.Tpo .deps/gr_rds_data_encoder.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_rate_enforcer.lo -MD -MP -MF .deps/gr_rds_rate_enforcer.Tpo -c -o gr_rds_rate_enforcer.lo gr_rds_rate_enforcer.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_rate_enforcer.lo -MD -MP -MF .deps/gr_rds_rate_enforcer.Tpo -c gr_rds_rate_enforcer.cc -fPIC -DPIC -o .libs/gr_rds_rate_enforcer.o mv -f .deps/gr_rds_rate_enforcer.Tpo .deps/gr_rds_rate_enforcer.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_freq_divider.lo -MD -MP -MF .deps/gr_rds_freq_divider.Tpo -c -o gr_rds_freq_divider.lo gr_rds_freq_divider.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -I/usr/include/libxml2 -g -O2 -Wall -Woverloaded-virtual -MT gr_rds_freq_divider.lo -MD -MP -MF .deps/gr_rds_freq_divider.Tpo -c gr_rds_freq_divider.cc -fPIC -DPIC -o .libs/gr_rds_freq_divider.o mv -f .deps/gr_rds_freq_divider.Tpo .deps/gr_rds_freq_divider.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Woverloaded-virtual -module -avoid-version -o _rds.la -rpath /usr/local/lib/python2.7/dist-packages/gnuradio rds.lo gr_rds_bpsk_demod.lo gr_rds_data_decoder.lo gr_rds_data_encoder.lo gr_rds_rate_enforcer.lo gr_rds_freq_divider.lo -L/usr/local/lib -lgnuradio-core -lgruel -lfftw3f -lm -lxml2 -lstdc++ -lxml2 -L/usr/local/lib -lgnuradio-core -lgruel -lfftw3f -lm libtool: link: g++ -shared -nostdlib /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/../../../crti.o /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/crtbeginS.o .libs/rds.o .libs/gr_rds_bpsk_demod.o .libs/gr_rds_data_decoder.o .libs/gr_rds_data_encoder.o .libs/gr_rds_rate_enforcer.o .libs/gr_rds_freq_divider.o -L/usr/local/lib /usr/lib/libxml2.so -lgnuradio-core -lgruel /usr/lib/libfftw3f.so -L/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2 -L/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/../../.. -L/usr/lib/i386-linux-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/crtendS.o /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/../../../crtn.o -pthread -Wl,-soname -Wl,_rds.so -o .libs/_rds.so libtool: link: ( cd ".libs" && rm -f "_rds.la" && ln -s "../_rds.la" "_rds.la" ) make[4]: Leaving directory
/home/bynkln/gr-rds/src/lib’
make[3]: Leaving directory /home/bynkln/gr-rds/src/lib' Making all in python make[3]: Entering directory
/home/bynkln/gr-rds/src/python’
make[3]: Nothing to be done for all'. make[3]: Leaving directory
/home/bynkln/gr-rds/src/python’
make[3]: Entering directory /home/bynkln/gr-rds/src' make[3]: Nothing to be done for
all-am’.
make[3]: Leaving directory /home/bynkln/gr-rds/src' make[2]: Leaving directory
/home/bynkln/gr-rds/src’
make[2]: Entering directory /home/bynkln/gr-rds' make[2]: Leaving directory
/home/bynkln/gr-rds’
make[1]: Leaving directory /home/bynkln/gr-rds' bynkln@ubuntu:~/gr-rds$ sudo make install [sudo] password for bynkln: Making install in config make[1]: Entering directory
/home/bynkln/gr-rds/config’
make[2]: Entering directory /home/bynkln/gr-rds/config' make[2]: Nothing to be done for
install-exec-am’.
make[2]: Nothing to be done for install-data-am'. make[2]: Leaving directory
/home/bynkln/gr-rds/config’
make[1]: Leaving directory /home/bynkln/gr-rds/config' Making install in src make[1]: Entering directory
/home/bynkln/gr-rds/src’
Making install in lib
make[2]: Entering directory /home/bynkln/gr-rds/src/lib' make install-am make[3]: Entering directory
/home/bynkln/gr-rds/src/lib’
make[4]: Entering directory /home/bynkln/gr-rds/src/lib' make[4]: Nothing to be done for
install-exec-am’.
test -z “/usr/local/include/gnuradio” || /bin/mkdir -p
“/usr/local/include/gnuradio”
/usr/bin/install -c -m 644 gr_rds_bpsk_demod.h gr_rds_data_decoder.h
gr_rds_data_encoder.h gr_rds_rate_enforcer.h gr_rds_freq_divider.h
gr_rds_constants.h gr_rds_tmc_events.h gr_rds_tmc_locations_italy.h
‘/usr/local/include/gnuradio’
test -z “/usr/local/lib/python2.7/dist-packages/gnuradio” || /bin/mkdir
-p “/usr/local/lib/python2.7/dist-packages/gnuradio”
/bin/bash …/…/libtool --mode=install /usr/bin/install -c _rds.la
‘/usr/local/lib/python2.7/dist-packages/gnuradio’
libtool: install: /usr/bin/install -c .libs/_rds.so
/usr/local/lib/python2.7/dist-packages/gnuradio/_rds.so
libtool: install: /usr/bin/install -c .libs/_rds.lai
/usr/local/lib/python2.7/dist-packages/gnuradio/_rds.la
libtool: finish:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin"
ldconfig -n /usr/local/lib/python2.7/dist-packages/gnuradio
Libraries have been installed in:
/usr/local/lib/python2.7/dist-packages/gnuradio
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR’
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH’ environment variable
during execution - add LIBDIR to the `LD_RUN_PATH’ environment variable
during linking - use the `-Wl,-rpath -Wl,LIBDIR’ linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf’
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
test -z “/usr/local/lib/python2.7/dist-packages/gnuradio” || /bin/mkdir
-p “/usr/local/lib/python2.7/dist-packages/gnuradio”
/usr/bin/install -c -m 644 rds.py
‘/usr/local/lib/python2.7/dist-packages/gnuradio’
Byte-compiling python modules…
rds.py
Byte-compiling python modules (optimized versions) …
rds.py
test -z “/usr/local/include/gnuradio/swig
-I/usr/local/include/gnuradio/…/gruel/swig” || /bin/mkdir -p
“/usr/local/include/gnuradio/swig
-I/usr/local/include/gnuradio/…/gruel/swig”
/usr/bin/install -c -m 644 rds.i ‘/usr/local/include/gnuradio/swig
-I/usr/local/include/gnuradio/…/gruel/swig’
make[4]: Leaving directory /home/bynkln/gr-rds/src/lib' make[3]: Leaving directory
/home/bynkln/gr-rds/src/lib’
make[2]: Leaving directory /home/bynkln/gr-rds/src/lib' Making install in python make[2]: Entering directory
/home/bynkln/gr-rds/src/python’
make[3]: Entering directory /home/bynkln/gr-rds/src/python' make[3]: Nothing to be done for
install-exec-am’.
make[3]: Nothing to be done for install-data-am'. make[3]: Leaving directory
/home/bynkln/gr-rds/src/python’
make[2]: Leaving directory /home/bynkln/gr-rds/src/python' make[2]: Entering directory
/home/bynkln/gr-rds/src’
make[3]: Entering directory /home/bynkln/gr-rds/src' make[3]: Nothing to be done for
install-exec-am’.
make[3]: Nothing to be done for install-data-am'. make[3]: Leaving directory
/home/bynkln/gr-rds/src’
make[2]: Leaving directory /home/bynkln/gr-rds/src' make[1]: Leaving directory
/home/bynkln/gr-rds/src’
make[1]: Entering directory /home/bynkln/gr-rds' make[2]: Entering directory
/home/bynkln/gr-rds’
make[2]: Nothing to be done for install-exec-am'. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig" make[2]: Leaving directory
/home/bynkln/gr-rds’
make[1]: Leaving directory `/home/bynkln/gr-rds’
bynkln@ubuntu:~/gr-rds$