Hello list, again,
I am trying to build PD from CVS, but am I missing a file? ./configure [bla bla bla] configure: creating ./config.status config.status: creating makefile config.status: creating config.h config.status: error: cannot find input file: config.h.in
? -thewade
Oops... I broke it... try it now.
cheers Miller
On Mon, Aug 15, 2005 at 08:38:04PM -0700, thewade wrote:
Hello list, again,
I am trying to build PD from CVS, but am I missing a file? ./configure [bla bla bla] configure: creating ./config.status config.status: creating makefile config.status: creating config.h config.status: error: cannot find input file: config.h.in
? -thewade
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Miller Puckette wrote:
Oops... I broke it... try it now.
cheers Miller
On Mon, Aug 15, 2005 at 08:38:04PM -0700, thewade wrote:
Hello list, again,
I am trying to build PD from CVS, but am I missing a file? ./configure [bla bla bla] configure: creating ./config.status config.status: creating makefile config.status: creating config.h config.status: error: cannot find input file: config.h.in
? -thewade
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Nope, still no joy yet. Just in case update -d didnt work I "browsed the CVS" and did not find config.h.in
Its: autoconf; ./configure [options] right?
Thanks! -thewade
That's right. There should be no config.h and no config.h.in. But I've noticed that you have to really get rid of all of autoconf's temp files before re-running autoconf with the fixed configure.in. I'm not sure update -d really does this. My favorite method is "rm -rf" :)
Nope, still no joy yet. Just in case update -d didnt work I "browsed the CVS" and did not find config.h.in
Its: autoconf; ./configure [options] right?
Thanks! -thewade
Quoting thewade pdman@aproximation.org:
Miller Puckette wrote:
Oops... I broke it... try it now.
Nope, still no joy yet. Just in case update -d didnt work I "browsed the
CVS" and did not find config.h.in
are you accessing the cvs as anonymous ? then you'll probably have to wait some more hours...
Its: autoconf; ./configure [options] right?
a _temporary_ workaround is "touch config.h.in" (to create the missing file) this mkes it work, but of course i guess there will be some functionality (defines) in the real config.h.in
at least it compiled for me that way.
mfg.ads.r IOhannes
Thanks! -thewade
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
No, an empty config.h.in is fine. I tried to get the config system to generate config.in files so I could start testing for things like alloca() in the "standard" way, but never managed to get it to work, and apparently didn't clean up after myself completely...
cheers Miller
On Tue, Aug 16, 2005 at 03:59:34PM +0200, zmoelnig@iem.at wrote:
Quoting thewade pdman@aproximation.org:
Miller Puckette wrote:
Oops... I broke it... try it now.
Nope, still no joy yet. Just in case update -d didnt work I "browsed the
CVS" and did not find config.h.in
are you accessing the cvs as anonymous ? then you'll probably have to wait some more hours...
Its: autoconf; ./configure [options] right?
a _temporary_ workaround is "touch config.h.in" (to create the missing file) this mkes it work, but of course i guess there will be some functionality (defines) in the real config.h.in
at least it compiled for me that way.
mfg.ads.r IOhannes
Thanks! -thewade
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list