I just updated my source code from the trunk and now get:
config.status: error: cannot find input file: gruel/Makefile.in
Suggestions?
thanks, Randy
I just updated my source code from the trunk and now get:
config.status: error: cannot find input file: gruel/Makefile.in
Suggestions?
thanks, Randy
On Mon, Aug 18, 2008 at 10:24:20AM -0400, Randy H. wrote:
I just updated my source code from the trunk and now get:
config.status: error: cannot find input file: gruel/Makefile.in
Suggestions?
thanks, Randy
$ ./bootstrap && ./configure
$ make && make check && sudo make install
Eric
On Mon, Aug 18, 2008 at 7:24 AM, Randy H. [email protected]
wrote:
config.status: error: cannot find input file: gruel/Makefile.in
You likely need to run the full build sequence:
$ ./bootstrap
$ ./configure (…whatever you might normally use here…)
$ make
$ make check
$ make install
libgruel (the GNU Radio Utility Etcetera Library) is a new library in
the trunk that has (or will have) some minor functions moved into it
from gnuradio-core to simplify dependencies.
–
Johnathan C.
Corgan Enterprises LLC
http://corganenterprises.com/
Thanks for the sanity check. After googling around, I discovered a
post by Eric B., mentioning that it may be a libtool/auto* tools
confusion which was indeed the case for me.
-Randy
Hi Randy,
What kind of confusion was it, because I’m facing the same problem and i
installed the latest version of autoconf/make, and libtool. But it did
not
work.
Regards,
abbasi
Randy H. wrote:
[email protected] wrote:
Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page
–
View this message in context:
http://old.nabble.com/gruel-tp19032910p30366711.html
Sent from the GnuRadio mailing list archive at Nabble.com.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs