Pablo Alessandro Santos Hugen

Results 19 comments of Pablo Alessandro Santos Hugen

Thanks for your help @waruqi Actually, the sdk provides a Cmake config [file](https://gist.github.com/Tomcat-42/5f9048564ba2e095bb5ab361c3c20146) (It's not a CMakeLists.txt, is just a .cmake file) there is a way to import this file...

Like this? ![image](https://github.com/xmake-io/xmake/assets/44649669/9768f718-cd16-4ab6-80eb-871f0907e9c4) But it's not finding the configs: ![image](https://github.com/xmake-io/xmake/assets/44649669/c578e547-f1c0-4265-83ea-46768b18421a) Maybe it's beacause the sdk is in the `/opt` dir?

Whats the current status on this?

Thanks for your attention, @alfaix. As you suggested, I continued your work in #266. Now, regarding the class template instantiation and explicit template instantiation declaration issues that you found, will...

I'm using in Header Only mode.

The error continues: ``` /usr/bin/ld: /tmp/nvc++dx_jAYPPLLB.o: in function `toml::v3::toml_formatter::print_inline(toml::v3::table const&)': /home/pablo/test/toml.hpp:17045:(.text+0x29aba): undefined reference to `toml::v3::node::type() const' /usr/bin/ld: /tmp/nvc++dx_jAYPPLLB.o: in function `toml::v3::toml_formatter::print(toml::v3::table const&)': /home/pablo/test/toml.hpp:17137:(.text+0x29faf): undefined reference to `toml::v3::node::type() const' /usr/bin/ld: /home/pablo/test/toml.hpp:17173:(.text+0x2a1bd):...

I have created a docker image for reproducing my exact issue on my environment: ```bash docker run -it tomcat0x42/toml-ex bash ``` And then, inside the container: ```bash cd /home/builder/toml_ex/ &&...

> Nvidia's toolchain has caused me nothing but misery, honestly. Yes, last week I had the most fierce battle of my entire career with a compiler (`nvc++`), and it was...

Hello @marzer , did you got a chance of looking at this issue?