16
Applications and Porting / Re: Chromium for Ubuntu
« on: November 24, 2024, 12:03:20 pm »
I am trying to build Chromium from 0, following the wiki/raptor guide but unfortunately I blocked myself in the part where you have to enter the exact version of the Clag compiler that Chromium uses. Raptor recommends using the specific version of the moment and from a link where to see it and the link shows this result: Clang_revision = 'LLVMORG-20-ARST-9764-GB81D8E90'
The problem is that it does not work in every way, whether I take it as it is, it gives me error of syntax because it only wants it to numbers, entering only the numbers I see. I can't understand how to take this number of clan version, to give it correctly. I also searched on the web but I can't find it in the same way. The mistakes that gives me are always the same:
Unable to connect to a repository at url 'https://llvm.org/svn/llvm-project/llvm/trunk'
Access To '/Svn/LLVM-PROJECT/LLVM/TRUNK' FORBIDDEN
Does anyone know how to get this correct number of Clag Version?
The problem is that it does not work in every way, whether I take it as it is, it gives me error of syntax because it only wants it to numbers, entering only the numbers I see. I can't understand how to take this number of clan version, to give it correctly. I also searched on the web but I can't find it in the same way. The mistakes that gives me are always the same:
Unable to connect to a repository at url 'https://llvm.org/svn/llvm-project/llvm/trunk'
Access To '/Svn/LLVM-PROJECT/LLVM/TRUNK' FORBIDDEN
Does anyone know how to get this correct number of Clag Version?