nci / drishti

Drishti
MIT License
171 stars 39 forks source link

Compiling Drishti on a Mac M1 #72

Open lodumont opened 9 months ago

lodumont commented 9 months ago

I have a Mac Studio M1 on which I'm trying to compille Drishti source code. I changed the .pri and .pro files to match my installation of the dependencies but when I run make I get the following error:

drishti/brickswidget.h:4:10: fatal error: 'ui_brickswidget.h' file not found

I cannot find any file in the source code or in the dependencies starting with "ui_". Am I missing something?

All the best,

Léonard.

AjayLimaye commented 9 months ago

The ui_* files are created by the Qt preprocessor.

Cheers, Ajay

On Wed, Sep 20, 2023 at 4:46 PM lodumont @.***> wrote:

I have a Mac Studio M1 on which I'm trying to compille Drishti source code. I changed the .pri and .pro files to match my installation of the dependencies but when I run make I get the following error:

drishti/brickswidget.h:4:10: fatal error: 'ui_brickswidget.h' file not found

I cannot find any file in the source code or in the dependencies starting with "ui_". Am I missing something?

All the best,

Léonard.

— Reply to this email directly, view it on GitHub https://github.com/nci/drishti/issues/72, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMVVLRPOTJPJVMRTVWHZCLX3KGMHANCNFSM6AAAAAA47MOJIU . You are receiving this because you are subscribed to this thread.Message ID: @.***>