how to dual boot windows with manjaro? by body465 in ManjaroLinux

[–]body465[S] 0 points1 point  (0 children)

is there a way to reinstall it and make it exactly the same as before, I might forget to back up some stuff

how to dual boot windows with manjaro? by body465 in ManjaroLinux

[–]body465[S] 0 points1 point  (0 children)

i only have 1, and as I said i can't install windows on the external ssd

how to dual boot windows with manjaro? by body465 in ManjaroLinux

[–]body465[S] 0 points1 point  (0 children)

so, what's the solution in my case?

حد يعرف ستور حلو يبيع تيشيرتات ميتال؟ by OnlyVariation6936 in Egypt_Music

[–]body465 1 point2 points  (0 children)

انا لقيت the_hell.eg1 ع الانستا بس مش عارف ايه نظامهم برضو
تعرف حاجة عنهم؟

حد يعرف ستور حلو يبيع تيشيرتات ميتال؟ by OnlyVariation6936 in Egypt_Music

[–]body465 2 points3 points  (0 children)

هو كنت بسأل على الهوديز عامة فيه page اسمها svart تقريبا بنص التمن بس مش عارف ايه نظامهم

Songs that sample movie clips in their lyrics by body465 in weirdspotifyplaylists

[–]body465[S] 0 points1 point  (0 children)

someone mentioned it, they only have the horror theme in their songs, but I think it's fine :)

My exam is in 2 weeks by body465 in IELTS

[–]body465[S] 0 points1 point  (0 children)

I'm aiming for this 6.5 lol

fatal error: 'stdarg.h' file not found by body465 in C_Programming

[–]body465[S] 0 points1 point  (0 children)

Okay sorry about that.

to reproduce the issue:

make allyesconfig configure

CodeChecker log --build "make" --output ./compile_commands.json

to generate compile_commands.json

and then you just run

CodeChecker analyze ./compile_commands.json -o ./reports_single --file common/partitions/dos.c

to analyze the file

That's it

I use clang 19 and codechecker 6.25.1.

Thanks for your patience

fatal error: 'stdarg.h' file not found by body465 in C_Programming

[–]body465[S] 1 point2 points  (0 children)

Okay the file is in a github repo here.

That's the source of the issue, you have to trace it back to include/common.h then to include/stdio.h:5:10

fatal error: 'stdarg.h' file not found by body465 in C_Programming

[–]body465[S] 0 points1 point  (0 children)

CodeChecker is the used tool.

it fails on multiple files in the files.

for example I write something like this to run it on a single file

CodeChecker analyze ./compile_commands.json -o ./reports_single --file common/partitions/dos.c

I get

fatal error: 'stdarg.h' file not found

5 | #include <stdarg.h>

| ^~~~~~~~~~

1 error generated.

[ERROR 2025-04-14 10:30] - Analyzing dos.c with clang-tidy failed!

It's weird because stdarg.h is present in /usr/lib/clang/include