Feodor2 / Mypal68

web browser
Other
608 stars 37 forks source link

Incomplete build instructions. #414

Open inori-aizawa opened 6 months ago

inori-aizawa commented 6 months ago

Please complete the build instructions in the wiki. Thanks.

Feodor2 commented 6 months ago

Where you are stuck?

inori-aizawa commented 6 months ago

immagine

Feodor2 commented 6 months ago

Are you already have built the rust?

inori-aizawa commented 6 months ago

No, and I would also like to have more detailed instructions on how to build the Rust compiler, plus where you got the Rust 1.35 source code from.

I would also like to know what the steps in building are after that, as the lack of complete build instructions with IMPORTANT parts such as the .mozconfig file needed for this makes the build harder to do.

Feodor2 commented 6 months ago

Okey, then skip it, because that became outdated, i am to rewrite it all, so far take regular rust 1.45. Are you really have other things ready, cbindegn for example?

inori-aizawa commented 6 months ago

Yes, I do.

inori-aizawa commented 6 months ago

How do I fix this? immagine

Feodor2 commented 6 months ago

Do you want to say that you already have done things showed there and it still not fixed?

bluedragon-cairo commented 5 months ago

If you have Notepad++ then you can replace all files in the directory \r\n to \n

Feodor2 commented 5 months ago

@bluedragon-cairo

If you have Notepad++...

This is wrong, must do exactly as showed on screen (four git commands)

K4sum1 commented 2 months ago

so far take regular rust 1.45.

Can you give updated patches for 1.45 please?

Feodor2 commented 2 months ago

0001-rust145.patch 0001-rust1451.patch It is a bug that sometimes rust fails to find the crete std, I did loging it (second patch to remove logging), but with it error does not manifest, no time to dig further, restart and all

K4sum1 commented 2 months ago

Thanks, I was able to build 1.45.

I got it onto my build VM, however I am unable to get cbindgen to build. What version of cbindgen do you have, and if possible could I have your built copy pls?

I'm also not entirely sure what you mean compile without cargo. I'm pretty sure cargo is hard requirement but idk.

Feodor2 commented 2 months ago

v20, cargo is the same as the 'make' with 'c', it compiles nothing, only working with makefiles

Feodor2 commented 2 months ago

If you going to build for winxp, pay attention for llvm - version above 9 fails on winxp, something about "sesuretu" protection, again 9 still fine, so droped above.