You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler+version: Visual Studio (I use 10 & 17 but I believe any version will see the same error)
Conan version: 1.62.0
Python version: 3.12.1
Steps to reproduce
Salutations & Happy New Year 🥳,
I have tried using the built-in premake generator for my project to help me generate build files, but I noticed the installation fails when the PremakeDeps generator tries to generate its files. I read the source code for v1.62.0 and noticed the issue occurs on this line of the code, conan\tools\premake\premakedeps.py: line 52. I thought this was a user error so I looked at docs and tests as a reference for how to use the generator but nothing helped.
I've created an example script to repro the issue so you could debug and help me with the bug I've found. Cheers in advance
Create an empty directory
Run the following command: conan new -m msbuild_lib pkg/1.0
Update the generated conan recipe's contents to this:
Thank you @valgur for informing me. From that comment, I understand that the team aren't looking to support that generator at this time. As a workaround, I decided to make my own set of custom generators that allow me to use premake5 within the conan system.
Environment details
Steps to reproduce
Salutations & Happy New Year 🥳,
I have tried using the built-in premake generator for my project to help me generate build files, but I noticed the installation fails when the PremakeDeps generator tries to generate its files. I read the source code for v1.62.0 and noticed the issue occurs on this line of the code,
conan\tools\premake\premakedeps.py: line 52
. I thought this was a user error so I looked at docs and tests as a reference for how to use the generator but nothing helped.I've created an example script to repro the issue so you could debug and help me with the bug I've found. Cheers in advance
conan new -m msbuild_lib pkg/1.0
Logs
From the install command
The text was updated successfully, but these errors were encountered: