You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gmake failed with:
fluxengine-master % gmake
AB
loading build.py
loading build/c.py
loading build/utils.py
loading build/protobuf.py
loading build/pkg.py
Traceback (most recent call last):
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 548, in
main()
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 540, in main
loadbuildfile(f)
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 359, in loadbuildfile
builtins.import(filename)
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 67, in exec_module
super(SourceFileLoader, self).exec_module(module)
File "build.py", line 3, in
from build.protobuf import proto, protocc
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 67, in exec_module
super(SourceFileLoader, self).exec_module(module)
File "build/protobuf.py", line 13, in
assert build.pkg.TargetPkgConfig.has_package(
AssertionError: required package 'protobuf' not installed
gmake: *** No rule to make target '+all', needed by 'all'. Stop.
protobuf is installed.
Brew says that there is no package truncate,
The text was updated successfully, but these errors were encountered:
Mac Silicon M3
OSX Sonoma 14.7
XCode 15.4
gmake failed with:
fluxengine-master % gmake
AB
loading build.py
loading build/c.py
loading build/utils.py
loading build/protobuf.py
loading build/pkg.py
Traceback (most recent call last):
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 548, in
main()
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 540, in main
loadbuildfile(f)
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 359, in loadbuildfile
builtins.import(filename)
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 67, in exec_module
super(SourceFileLoader, self).exec_module(module)
File "build.py", line 3, in
from build.protobuf import proto, protocc
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "/System/Volumes/Data/Applications_Packages/fluxengine-master/build/ab.py", line 67, in exec_module
super(SourceFileLoader, self).exec_module(module)
File "build/protobuf.py", line 13, in
assert build.pkg.TargetPkgConfig.has_package(
AssertionError: required package 'protobuf' not installed
gmake: *** No rule to make target '+all', needed by 'all'. Stop.
protobuf is installed.
Brew says that there is no package truncate,
The text was updated successfully, but these errors were encountered: