@Rooki cant install clang 6.0 on Ubuntu window . It show
sudo apt install clang-6.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
clang-6.0 : Depends: libjsoncpp1 (>= 1.7.4) but it is not installable
Depends: libllvm6.0 (>= 1:6.0~svn298832-1~) but it is not going to be installed
Depends: libstdc++-7-dev but it is not installable
Depends: libgcc-7-dev but it is not installable
Depends: libobjc-7-dev but it is not installable
Depends: libclang-common-6.0-dev (= 1:6.0.1~svn334776-1~exp1~20190309042703.125) but it is not going to be installed
Depends: libclang1-6.0 (= 1:6.0.1~svn334776-1~exp1~20190309042703.125) but it is not going to be installed
Recommends: llvm-6.0-dev but it is not going to be installed
Recommends: python but it is not installable
Recommends: libomp-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
then when i make package it show error:
make package
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang: No such file or directory
> Making all for tweak dreamraiders…
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang: No such file or directory
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang: No such file or directory
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang: No such file or directory
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang: No such file or directory
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang: No such file or directory
==> Preprocessing Tweak.x…
==> Preprocessing Tweak.x…
==> Preprocessing Tweak.x…
==> Compiling Tweak.x (arm64)…
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang++: No such file or directory
make[3]: *** [/home/daubap/theos/makefiles/instance/rules.mk:379: /home/daubap/dreamraiders/.theos/obj/debug/arm64/Tweak.x.dd2698a4.o] Error 127
==> Compiling Tweak.x (armv7)…
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang++: No such file or directory
make[3]: *** [/home/daubap/theos/makefiles/instance/rules.mk:379: /home/daubap/dreamraiders/.theos/obj/debug/armv7/Tweak.x.0dac857a.o] Error 127
==> Compiling Tweak.x (arm64e)…
bash: line 1: /home/daubap/theos/toolchain/linux/iphone/bin/clang++: No such file or directory
make[3]: *** [/home/daubap/theos/makefiles/instance/rules.mk:379: /home/daubap/dreamraiders/.theos/obj/debug/arm64e/Tweak.x.dcdef4d0.o] Error 127
rm /home/daubap/dreamraiders/.theos/obj/debug/arm64/Tweak.x.mrm /home/daubap/dreamraiders/.theos/obj/debug/armv7/Tweak.x.mrm /home/daubap/dreamraiders/.theos/obj/debug/arm64e/Tweak.x.m
make[2]: *** [/home/daubap/theos/makefiles/instance/library.mk:52: /home/daubap/dreamraiders/.theos/obj/debug/arm64/dreamraiders.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [/home/daubap/theos/makefiles/instance/library.mk:52: /home/daubap/dreamraiders/.theos/obj/debug/armv7/dreamraiders.dylib] Error 2
make[2]: *** [/home/daubap/theos/makefiles/instance/library.mk:52: /home/daubap/dreamraiders/.theos/obj/debug/arm64e/dreamraiders.dylib] Error 2
make[1]: *** [/home/daubap/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/home/daubap/theos/makefiles/master/rules.mk:146: dreamraiders.all.tweak.variables] Error 2
Plz help me