On 3/15/08, Berndt Josef Wulf <[EMAIL PROTECTED]> wrote: > Doesn't build using the pkgsrc framework failing as shown below: > > checking boost/shared_ptr.hpp presence... yes > checking for boost/shared_ptr.hpp... yes > checking for svn... /usr/pkg/bin/svn > svn: '.' is not a working copy > svn: '.' is not a working copy > Not building component omnithread. > Component gnuradio-core requires omnithread, which is not being > built or specified via pre-installed files. > > Needless to say, svn is installed and accessable. No idea about > omnithread. Any suggestions appreciated.
The svn comment is harmless; it's a side effect of using a tarball instead of an svn checked out source tree. It looks like your ./configure line in pkgsrc doesn't have the omnithread module specified. That would be done with '--enable-omnithread' if you are including it in the build, or using the new '--with-omnithread' syntax if you are referring an already installed instance of libgromnithread. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com/ _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
