Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#14731 closed bug (fixed)

build broken since hrev52613

Reported by: luroh Owned by: Barrett
Priority: normal Milestone: R1/beta2
Component: - General Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

gcc2h, hrev52613:

C++ generated/objects/haiku/x86/release/add-ons/media/plugins/ape_reader/APEReader.o 
In file included from headers/os/codec/Reader.h:8:0,
                 from src/add-ons/media/plugins/ape_reader/APEReader.h:9,
                 from src/add-ons/media/plugins/ape_reader/APEReader.cpp:9:
src/add-ons/media/plugins/ape_reader/APEReader.cpp: In function 'BCodecKit::BMediaPlugin* instantiate_plugin()':
headers/os/codec/MediaPlugin.h:51:27: error: conflicting declaration of 'BCodecKit::BMediaPlugin* instantiate_plugin()' with 'C' linkage
  BCodecKit::BMediaPlugin* instantiate_plugin()    \
                           ^
src/add-ons/media/plugins/ape_reader/APEReader.cpp:13:1: note: in expansion of macro 'B_DECLARE_CODEC_KIT_PLUGIN'
 B_DECLARE_CODEC_KIT_PLUGIN(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/add-ons/media/plugins/ape_reader/APEReader.cpp:9:0:
src/add-ons/media/plugins/ape_reader/APEReader.h:77:15: note: previous declaration with 'C++' linkage
 BMediaPlugin* instantiate_plugin();
               ^~~~~~~~~~~~~~~~~~

Change History (2)

comment:1 by Barrett, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev52615.

comment:2 by nielx, 4 years ago

Milestone: UnscheduledR1/beta2

Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone

Note: See TracTickets for help on using tickets.