
23.03.2019, 12:35
|
|
Новичок
Регистрация: 02.04.2018
Сообщений: 0
С нами:
4271840
Репутация:
0
|
|
Toolchain сказал(а):
Двигаюсь дальше и столкнулся с такой проблеммой при сборе соновной ветки.
может кто подсказать в чем проблема и как ее ршеить)
apt-get install libosmocore пробовал
configure:3780: result: ranlib
configure:3886: checking for pkg-config
configure:3904: found /usr/bin/pkg-config
configure:3916: result: /usr/bin/pkg-config
configure:3941: checking pkg-config is at least version 0.9.0
configure:3944: result: yes
configure:3954: checking for LIBOSMOCORE
configure:3961: $PKG_CONFIG --exists --print-errors "libosmocore"
Package libosmocore was not found in the pkg-config search path.
Perhaps you should add the directory containing `libosmocore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libosmocore' found
configure:3964: $? = 1
configure:3978: $PKG_CONFIG --exists --print-errors "libosmocore"
Package libosmocore was not found in the pkg-config search path.
Perhaps you should add the directory containing `libosmocore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libosmocore' found
configure:3981: $? = 1
configure:3995: result: no
No package 'libosmocore' found
configure:4011: error: Package requirements (libosmocore) were not met:
No package 'libosmocore' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBOSMOCORE_CFLAGS
and LIBOSMOCORE_LIBS to avoid the need to call pkg-config.
Собери libosmocore из исходников как в статье
|
|
|