-
Notifications
You must be signed in to change notification settings - Fork 533
Description
When trying to generate both CLI and C# wrappers I receive many errors for a couple of projects. So I am trying to figure out if I am doing something wrong here. The errors I seem to be receiving are:
Unhandled typdef errors
Duplicate names
Unknown typename
I know duplicate names is just a warning, but when I look at some of the files generated a large portion of it is generic names from the renaming. For the most part it generates the proper files, except it seems like it is not generating any files for the headers that are receiving the Unknown typename errors. Which is a large portion of one of the libraries. Is there any way I can minimize these errors, possible some extra steps that I can take. so I can have functional wrappers?
I am not using any SetupPasses, preprocess, or postprocess configuration ATM.