Re: [Discuss-gnuradio] installing gr-my-basic files

2013-01-24 Thread Ben Hilburn
Ghulam -

What instructions are you referring to? Those build commands refer to the
autotools toolchain, which GNU Radio no longer uses.

You should be using CMake, as detailed on this page:
http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules

Cheers,
Ben

On Thu, Jan 24, 2013 at 8:41 AM, Ghulam Rasool Begh wrote:

> Hi all,
> While following instructions given at
> http://gnuradio.org/redmine/projects/gnuradio/wiki/Tutorials
> for adding a new block I faced following problem.
> sudo ./bootstrap executed well.
> But sudo ./configure gave following error:
>
> *checking for GNURADIO_CORE... configure: error: Package requirements
> (gnuradio-core >= 3) were not met:*
>
> *No package 'gnuradio-core' found*
> *
> *
> *Consider adjusting the PKG_CONFIG_PATH environment variable if you*
> *installed software in a non-standard prefix.*
> *
> *
> *Alternatively, you may set the environment variables GNURADIO_CORE_CFLAGS
> *
> *and GNURADIO_CORE_LIBS to avoid the need to call pkg-config.*
> *See the pkg-config man page for more details.*
>
> I used following command
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
>
> and then  *sudo ./configure*
> but it again gives the same error.
>
> Please suggest what should do now.
>
> Regards
> GRB
>
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] installing gr-my-basic files

2013-01-24 Thread Ghulam Rasool Begh
Hi all,While following instructions given at
http://gnuradio.org/redmine/projects/gnuradio/wiki/Tutorialsfor adding a new 
block I faced following problem.sudo ./bootstrap executed well.But sudo 
./configure gave following error:
checking for GNURADIO_CORE... configure: error: Package requirements 
(gnuradio-core >= 3) were not met:
No package 'gnuradio-core' found
Consider adjusting the PKG_CONFIG_PATH environment variable if youinstalled 
software in a non-standard prefix.
Alternatively, you may set the environment variables GNURADIO_CORE_CFLAGSand 
GNURADIO_CORE_LIBS to avoid the need to call pkg-config.See the pkg-config man 
page for more details.
I used following command export 
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
and then  sudo ./configurebut it again gives the same error.
Please suggest what should do now.
RegardsGRB

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio