[Bug 489598] Review Request: codelite - a powerful open-source, cross platform code editor for C/C++

bugzilla at redhat.com bugzilla at redhat.com
Mon May 25 16:17:05 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=489598





--- Comment #15 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-05-25 12:17:03 EDT ---
(In reply to comment #14)
> I cannot use %configure as CodeLite build is not done by GNU's auto tools.

OK. Please enable SMP make though, if it works.

> --copy-generic-name-to-name
>   Copy the contents of the GenericName field to the Name field
> Its in the man page.

There is no man page for desktop-file-utils. The only documentation is the
--help switch, and it doesn't give that on F10.

> About the strip, these files were not stripped unless I explictly ran this,
> causing rpmlint to complain.  

Stripping yourself causes broken debuginfo packages.

**

- You need at least BuildRequires: desktop-file-utils in order to build in mock
(or koji).

- You need to use

make CMP="g++ %{optflags} -fPIC -DON_64_BIT" GCC="gcc %{optflags} -fPIC 
-DON_64_BIT"

to make the build process use the optimization flags given by RPM.


- SMP make doesn't seem to work. You should contact upstream about this; not
using SMP make is *slow* for a program of this size.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list