thng292
thng292
This happend when I try to make an outline `outline` ``` #outline(target: figure.where(kind: image)) #figure( image("HCMUS_Logo.png"), caption: [HCMUS Logo @Minimax], ) #bibliography("ReportBib.yml") ``` Sorry for my mistake
``` clang --version Ubuntu clang version 18.1.3 (1ubuntu1) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin ``` I run all the commands in docker.io/nvidia/cuda:13.0.1-cudnn-devel-ubuntu24.04 container.
Is there any workaround, I tried `zig c++` with `-stdlib=libstdc++` but it does not work. ```bash $ zig c++ chunk.cpp -std=c++23 -c -stdlib=libc++ zig: warning: argument unused during compilation: '-stdlib=libc++'...