RangeNetworks / OpenBTS-UMTS

3G UMTS Data Radio Access Network Node
GNU Affero General Public License v3.0
297 stars 196 forks source link

Doesn't build, missing input files #3

Open nebukadnezar opened 8 years ago

nebukadnezar commented 8 years ago

Hi,

this unfortunately doesn't want to build. autogen stops with build errors:

TransceiverRAD1/Makefile.am:96: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. TransceiverUHD/Makefile.am:28: warning: source file '../apps/GetConfigurationKeys.cpp' is in a subdirectory, TransceiverUHD/Makefile.am:28: but option 'subdir-objects' is disabled ERROR: automake failed

Then, running ./configure manually fails on this message (not surprisingly as it hasn't finished creating the Makefile.in file above).

config.status: error: cannot find input file: `Makefile.in'

Is this a live project still or has it died?

Cheers

hssamra commented 8 years ago

There's no information to really work with here.

What's your build environment? Your OS? Other info? Thanks.

Keskebeu commented 7 years ago

git submodule init git submodule update

it will work right after take care.