|
From: Michael I. <mic...@ra...> - 2015-03-03 16:50:06
|
With 4.0 you may need to re-init the submodules so it grabs that sqlite3 directory from the server: $ cd openbts-dir $ git submodule init $ git submodule update Then, try your compile again. Hope that helps. > On 02 Mar 2015, at 22:16, Rino Muhamad Nur <rin...@gm...> wrote: > > Thanks Michael, > > I've read the instructions from https://github.com/RangeNetworks/dev/wiki > > I've build with option USRP1 Now the error complaining about sqllite3 > > Makefile.common:22: ... `AM_CXXFLAGS' previously defined here > Makefile.am:21: `Makefile.common' included from here > configure.ac:77: required file `sqlite3/Makefile.in' not found > Makefile.am:37: required directory ./sqlite3 does not exist > ERROR: automake failed > make: *** [configure] Error 2 > dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 > # ERROR: command failed! > > > i cannot see directory sqlite3 from git repo > > openbts@openbts:~/dev$ ls -al > total 140 > drwxrwxr-x 14 openbts openbts 4096 Mar 3 03:16 . > drwxr-xr-x 5 openbts openbts 4096 Mar 3 03:08 .. > drwxrwxr-x 4 openbts openbts 4096 Mar 3 03:08 asterisk > drwxrwxr-x 5 openbts openbts 4096 Mar 3 03:08 asterisk-config > drwxrwxr-x 3 openbts openbts 4096 Mar 3 03:16 BUILDS > -rwxrwxr-x 1 openbts openbts 7295 Mar 3 03:05 build.sh > -rwxrwxr-x 1 openbts openbts 1386 Mar 3 03:05 clone.sh > drwxrwxr-x 3 openbts openbts 4096 Mar 3 03:08 CommonLibs > -rw-rw-r-- 1 openbts openbts 1025 Mar 3 03:05 common.source > -rwxrwxr-x 1 openbts openbts 1857 Mar 3 03:05 create.sh > -rwxrwxr-x 1 openbts openbts 2140 Mar 3 03:05 delete.sh > drwxrwxr-x 8 openbts openbts 4096 Mar 3 03:05 .git > -rw-rw-r-- 1 openbts openbts 187 Mar 3 03:05 .gitignore > drwxrwxr-x 4 openbts openbts 4096 Mar 3 03:16 liba53 > drwxrwxr-x 4 openbts openbts 4096 Mar 3 03:16 libcoredumper > -rw-rw-r-- 1 openbts openbts 34519 Mar 3 03:05 LICENSE > drwxrwxr-x 5 openbts openbts 4096 Mar 3 03:08 NodeManager > drwxrwxr-x 24 openbts openbts 4096 Mar 3 03:08 openbts > -rwxrwxr-x 1 openbts openbts 997 Mar 3 03:05 pull.sh > -rw-rw-r-- 1 openbts openbts 2198 Mar 3 03:05 README.md > -rwxrwxr-x 1 openbts openbts 2384 Mar 3 03:05 rename.sh > drwxrwxr-x 15 openbts openbts 4096 Mar 3 03:08 smqueue > -rwxrwxr-x 1 openbts openbts 1278 Mar 3 03:05 state.sh > drwxrwxr-x 13 openbts openbts 4096 Mar 3 03:16 subscriberRegistry > -rwxrwxr-x 1 openbts openbts 1286 Mar 3 03:05 switchto.sh > drwxrwxr-x 4 openbts openbts 4096 Mar 3 03:08 system-config > > > Need help again > > Thanks, > > > Rino > > > 2015-03-03 0:18 GMT+07:00 Michael Iedema <mic...@ra...>: > Hello, > > With 4.0, you may need to bootstrap the build environment first. I’m not sure those fixes made it into the debian definitions for 4.0. > > $ cd openbts > $ autoreconf -i > $ dpkg-buildpackage > > Regards, > -Michael > > > On 02 Mar 2015, at 04:42, Rino Muhamad Nur <rin...@gm...> wrote: > > > > Hi, > > > > I;ve already change hardware from openbts dev kit to laptop corei7 to test compiling openbts. > > The error from email before is now fixed but there's new error : > > > > checking for gethostbyname2_r... yes > > configure: creating ./config.status > > config.status: error: cannot find input file: `Makefile.in' > > make: *** [configure-stamp] Error 1 > > dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 > > # ERROR: command failed! > > > > that error at directory subscriberregistry. > > > > Spec : > > Ubuntu 12.04 Server i386 > > Openbts 4.0 from git > > > > Thanks, > > > > Rino M Nur > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > > by Intel and developed in partnership with Slashdot Media, is your hub for all > > things parallel software development, from weekly thought leadership blogs to > > news, videos, case studies, tutorials and more. Take a look and join the > > conversation now. http://goparallel.sourceforge.net/_______________________________________________ > > Openbts-discuss mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > > |