Re: how to create Makefile

2019-05-16 Thread Martin Gansser
Thanks for your feedback, i switched from qmake to cmake.
A review [1] in rpmfusion already exists.

[1] https://bugzilla.rpmfusion.org/show_bug.cgi?id=5163
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: how to create Makefile

2019-05-16 Thread J. Scheurich



I'm trying to compile the program olive with the help of a spec file [1], which 
unfortunately fails when creating the Makefile.
Have somebody a idea or solution ?


qt projects usally uses "qmake" if you have a .pro project file.

https://doc.qt.io/archives/3.3/qmake-manual-3.html

so long
MUFTI
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: how to create Makefile

2019-05-16 Thread Dridi Boukelmoune
On Thu, May 16, 2019 at 9:49 AM Martin Gansser  wrote:
>
> Hi,
>
> I'm trying to compile the program olive with the help of a spec file [1], 
> which unfortunately fails when creating the Makefile.
> Have somebody a idea or solution ?
>
> [1] https://martinkg.fedorapeople.org/Packages/olive/olive.spec

Follow the cmake guidelines, you are missing a "%cmake ." statement
before building.

https://docs.fedoraproject.org/en-US/packaging-guidelines/CMake/

Just in case, to my knowledge this is not an acceptable package for Fedora.

Dridi
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


how to create Makefile

2019-05-16 Thread Martin Gansser
Hi,

I'm trying to compile the program olive with the help of a spec file [1], which 
unfortunately fails when creating the Makefile.
Have somebody a idea or solution ?

[1] https://martinkg.fedorapeople.org/Packages/olive/olive.spec

Regars
Martin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org