By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 944 - Build issue: kmplayer: Does not recognize --enable-npplayer configure option
Summary: Build issue: kmplayer: Does not recognize --enable-npplayer configure option
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Other
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: R14.0.10
  Show dependency treegraph
 
Reported: 2012-03-27 18:34 CDT by Darrell
Modified: 2021-03-03 07:33 CST (History)
4 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2012-03-27 18:34:01 CDT
When running configure --help, --enable-npplayer is listed as a configure option. Using that option results in the following configure warning:

configure: WARNING: unrecognized options: --enable-npplayer

No such warning appears when using that option with the original 0.10.0c sources in a non-Trinity build environment.
Comment 1 Leandro Nini 2012-04-01 10:26:59 CDT
That's because the option is actually nspr in configure.in.in:

AC_ARG_ENABLE(nspr, [  --enable-npplayer    Enables building with npp support], ...

So either change the option as follows:

AC_ARG_ENABLE(npplayer, [  --enable-npplayer    Enables building with npp support],

or change the description to --enable-nspr
Comment 2 Darrell 2012-04-01 16:18:52 CDT
I think I understand what you are saying. Confusing to me is the configure.in.in is the same in the original 0.10.0c sources. The --enable-npplayer option works when built in KDE3.
Comment 3 Michele Calgaro 2020-07-17 11:03:23 CDT
The option is now available when building with cmake.
After the removal of the autotools stuff, this bug can be closed.
Comment 4 Michele Calgaro 2021-03-03 07:33:47 CST
Autotools have been dropped (see https://mirror.git.trinitydesktop.org/gitea/TDE/kmplayer/pulls/6). Closing the bug.