List Info

Thread: Building player/app/plugin on atlas




Building player/app/plugin on atlas
user name
2007-05-23 17:48:34
I'm running into missing header files building the plugin
under atlas.
I've been using:
BIF branch: helix
Target(s): player_plugin
Profile: /home/cooleys/build/umakepf/helix-client-OLPC

hxmetadatareader.cpp:61:22: error: ffdriver.h: No such file
or directory
Basically hxmetadatareader is missing a header file.  In
other
branches (hxplay_plugin etc) this file is located in
datatype/tools/dtdriver/engine/pub/ffdriver.h which doesn't
exist in
atlas.  It seems other people are running into the same
issue.  Is
there something I'm missing during build or some known fix
for this?

~Sarah

_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

Re: Building player/app/plugin on atlas
country flaguser name
United States
2007-05-23 17:58:37
Sarah Cooley wrote:
> I'm running into missing header files building the
plugin under atlas.
> I've been using:
> BIF branch: helix
> Target(s): player_plugin
> Profile: /home/cooleys/build/umakepf/helix-client-OLPC
> 
> hxmetadatareader.cpp:61:22: error: ffdriver.h: No such
file or directory
> Basically hxmetadatareader is missing a header file. 
In other
> branches (hxplay_plugin etc) this file is located in
> datatype/tools/dtdriver/engine/pub/ffdriver.h which
doesn't exist in
> atlas.  It seems other people are running into the same
issue.  Is
> there something I'm missing during build or some known
fix for this?

I am sure it exists. There is probably just a missing
dependancy
in the helix.bif file. Perhaps because building the plugin
was
never tested with the OLPC profile you are using. The OLPC
profile
I created was for use building the Watch&Listen media
activity.
I would use helix-client-all-defines instead.

Or, you can just check the code out by hand:

cd datatype
cvs -d :ext:gwrightcvs.helixcommunity.org:/cvsroot/datatype
co tools/dtdriver

...
...
U tools/dtdriver/engine/pub/csrcsynchdlr.h
U tools/dtdriver/engine/pub/csrctrpt.h
U tools/dtdriver/engine/pub/ffdriver.h
...
..


--greg.

> 
> ~Sarah
> 
> _______________________________________________
> Player-dev mailing list
> Player-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/play
er-dev


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

Re: Building player/app/plugin on atlas
country flaguser name
United States
2007-05-23 17:58:37
Sarah Cooley wrote:
> I'm running into missing header files building the
plugin under atlas.
> I've been using:
> BIF branch: helix
> Target(s): player_plugin
> Profile: /home/cooleys/build/umakepf/helix-client-OLPC
> 
> hxmetadatareader.cpp:61:22: error: ffdriver.h: No such
file or directory
> Basically hxmetadatareader is missing a header file. 
In other
> branches (hxplay_plugin etc) this file is located in
> datatype/tools/dtdriver/engine/pub/ffdriver.h which
doesn't exist in
> atlas.  It seems other people are running into the same
issue.  Is
> there something I'm missing during build or some known
fix for this?

I am sure it exists. There is probably just a missing
dependancy
in the helix.bif file. Perhaps because building the plugin
was
never tested with the OLPC profile you are using. The OLPC
profile
I created was for use building the Watch&Listen media
activity.
I would use helix-client-all-defines instead.

Or, you can just check the code out by hand:

cd datatype
cvs -d :ext:gwrightcvs.helixcommunity.org:/cvsroot/datatype
co tools/dtdriver

...
...
U tools/dtdriver/engine/pub/csrcsynchdlr.h
U tools/dtdriver/engine/pub/csrctrpt.h
U tools/dtdriver/engine/pub/ffdriver.h
...
..


--greg.

> 
> ~Sarah
> 
> _______________________________________________
> Player-dev mailing list
> Player-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/play
er-dev


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

Re: Building player/app/plugin on atlas
country flaguser name
United States
2007-05-23 18:26:40
Hi Sarah,

Nobody built player plugins on Atlast before, so, this may
not be 
straight-forward.

The player targets in helix.bif file needs to be replaced by
those from 
hxplay_gtk_current.bif and any reference to 150Cay should be
removed. It is 
likely to work this way.


-- 
Daniel Yek

At 03:48 PM 5/23/2007, Sarah Cooley wrote:
>I'm running into missing header files building the
plugin under atlas.
>I've been using:
>BIF branch: helix
>Target(s): player_plugin
>Profile: /home/cooleys/build/umakepf/helix-client-OLPC
>
>hxmetadatareader.cpp:61:22: error: ffdriver.h: No such
file or directory
>Basically hxmetadatareader is missing a header file.  In
other
>branches (hxplay_plugin etc) this file is located in
>datatype/tools/dtdriver/engine/pub/ffdriver.h which
doesn't exist in
>atlas.  It seems other people are running into the same
issue.  Is
>there something I'm missing during build or some known
fix for this?
>
>~Sarah
>


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

Re: Building player/app/plugin on atlas
user name
2007-05-23 18:32:12
Fair enough.  Checked out ffdriver and
datatype/tools/minicntx since
it was also missing.  However, as a whole the build still
fails. I'd
assume most of these are either not updated code from
cayenne_1_5 or
other little bugs from porting.  Mainly I'm just making sure
the
issues I'm running into haven't been fixed by others --why
reimplement
fixes others have made.

Thank you,
Sarah

(warnings and errors
../../../common/include/hxcom.h:528: warning: 'struct
IUnknown' has
virtual functions but non-virtual destructor
../../../common/include/hxcom.h:566: warning: 'struct
IMalloc' has
virtual functions but non-virtual destructor
../../../common/include/hxccf.h:82: warning: 'struct
IHXCommonClassFactory' has virtual functions but
non-virtual
destructor
../../../common/include/hxsmartptr.h:459: warning: 'class
SPIUnknown::IUnknown_InternalSP' has virtual functions but
non-virtual
destructor
../../../common/include/hxsmartptr.h:460: warning: 'class
SPCIUnknown::IUnknown_InternalSP' has virtual functions but
non-virtual destructor
../../../common/include/hxplugn.h:210: warning: 'struct
IHXPlugin' has
virtual functions but non-virtual destructor
../../../common/include/hxplugn.h:297: warning: 'struct
IHXPlugin2'
has virtual functions but non-virtual destructor
../../../common/include/hxplugn.h:338: warning: 'struct
IHXPluginEnumerator' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:403: warning: 'struct
IHXPluginGroupEnumerator' has virtual functions but
non-virtual
destructor
../../../common/include/hxplugn.h:481: warning: 'struct
IHXPluginSearchEnumerator' has virtual functions but
non-virtual
destructor
../../../common/include/hxplugn.h:586: warning: 'struct
IHXPluginReloader' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:640: warning: 'struct
IHXPluginFactory' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:708: warning: 'struct
IHXPluginChallenger' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:776: warning: 'struct
IHXPluginQuery' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:841: warning: 'struct
IHXGenericPlugin' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:870: warning: 'struct
IHXPlugin2Handler' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1086: warning: 'struct
IHXPluginHandler3' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1284: warning: 'struct
IHXPluginDatabase' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1366: warning: 'struct
IHXProxiedPlugin' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1432: warning: 'struct
IHXComponentPlugin' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1490: warning: 'struct
IHXPluginNamespace' has virtual functions but non-virtual
destructor
../../../common/include/hxcomptr.h:1205: error: conflicting
declaration 'typedef class HXCOMPtr<IUnknown>
SPIUnknown'
../../../common/include/hxsmartptr.h:459: error: 'class
SPIUnknown'
has a previous declaration as 'class SPIUnknown'
../../../common/include/hxwin.h:143: warning: 'struct
IHXSiteWindowed'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:216: warning: 'struct
IHXSiteEventHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:265: warning: 'struct
IHXSiteWindowless' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:316: warning: 'struct
IHXSiteWindowless2' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:344: warning: 'struct
IHXSiteCapture'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:413: warning: 'struct
IHXSiteCaptureResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxwin.h:467: warning: 'struct
IHXSite' has
virtual functions but non-virtual destructor
../../../common/include/hxwin.h:560: warning: 'struct
IHXSiteComposition' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:599: warning: 'struct
IHXSiteUser' has
virtual functions but non-virtual destructor
../../../common/include/hxwin.h:651: warning: 'struct
IHXSiteWatcher'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:711: warning: 'struct
IHXSiteWatcher2'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:755: warning: 'struct
IHXSiteUserSupplier' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:806: warning: 'struct
IHXSiteSupplier'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:898: warning: 'struct
IHXSiteManager'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:960: warning: 'struct
IHXSiteManager2'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1018: warning: 'struct
IHXMultiInstanceSiteUserSupplier' has virtual functions but
non-virtual destructor
../../../common/include/hxwin.h:1066: warning: 'struct
IHXSiteEnumerator' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1131: warning: 'struct
IHXSiteFullScreen' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1177: warning: 'struct
IHXSiteFullScreenExt' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1252: warning: 'struct
IHXLayoutSiteGroupManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxwin.h:1297: warning: 'struct
IHXEventHookMgr' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1344: warning: 'struct
IHXEventHook'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1390: warning: 'struct
IHXStatusMessage' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1434: warning: 'struct
IHXSiteTransition' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1481: warning: 'struct
IHXRegion' has
virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1671: warning: 'struct
IHXColorConverterManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxwin.h:1706: warning: 'struct
IHXColorConverter' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1744: warning: 'struct
IHXOverlayResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1774: warning: 'struct
IHXOverlayManager' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1814: warning: 'struct
IHXKeyBoardFocus' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1843: warning: 'struct
IHXDrawFocus'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1934: warning: 'struct
IHXSubRectSite'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1980: warning: 'struct
IHXFocusNavigation' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:142: warning: 'struct
IHXStream' has
virtual functions but non-virtual destructor
../../../common/include/hxcore.h:297: warning: 'struct
IHXStream2' has
virtual functions but non-virtual destructor
../../../common/include/hxcore.h:344: warning: 'struct
IHXStream3' has
virtual functions but non-virtual destructor
../../../common/include/hxcore.h:385: warning: 'struct
IHXStreamSource' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:476: warning: 'struct
IHXStreamSource2' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:512: warning: 'struct
IHXPlayer' has
virtual functions but non-virtual destructor
../../../common/include/hxcore.h:686: warning: 'struct
IHXQuickSeek'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:718: warning: 'struct
IHXClientEngine' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:793: warning: 'struct
IHXClientEngine2' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:833: warning: 'struct
IHXClientEngineMapper' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:869: warning: 'struct
IHXClientEngineSelector' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:919: warning: 'struct
IHXClientEngineSetup' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:970: warning: 'struct
IHXInfoLogger'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:1019: warning: 'struct
IHXPersistenceManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1091: warning: 'struct
IHXDriverStreamManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1149: warning: 'struct
IHXRendererAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1228: warning: 'struct
IHXLayoutStream' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1288: warning: 'struct
IHXRendererUpgrade' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1347: warning: 'struct
IHXValidator'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:1414: warning: 'struct
IHXPrivateStreamSource' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1457: warning: 'struct
IHXPlayer2'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:1589: warning: 'struct
IHXUpdateProperties' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1642: warning: 'struct
IHXUpdateProperties2' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1686: warning: 'struct
IHXPlayerNavigator' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1784: warning: 'struct
IHXPersistentComponentManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1867: warning: 'struct
IHXPersistentComponent' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1968: warning: 'struct
IHXClientStatisticsGranularity' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2013: warning: 'struct
IHXSourceBufferingStats' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2053: warning: 'struct
IHXSourceBufferingStats2' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2117: warning: 'struct
IHXSourceBufferingStats3' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2173: warning: 'struct
IHXSourceLatencyStats' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2238: warning: 'struct
IHXPlayerPresentation' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2270: warning: 'struct
IHXCoreMutex'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:2314: warning: 'struct
IHXMacBlitMutex' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:2348: warning: 'struct
IHXExternalSystemClock' has virtual functions but
non-virtual
destructor
../../../common/include/hxvalue.h:93: warning: 'struct
IHXKeyValueList' has virtual functions but non-virtual
destructor
../../../common/include/hxvalue.h:209: warning: 'struct
IHXKeyValueListIter' has virtual functions but non-virtual
destructor
../../../common/include/hxvalue.h:276: warning: 'struct
IHXKeyValueListIterOneKey' has virtual functions but
non-virtual
destructor
../../../common/include/hxvalue.h:345: warning: 'struct
IHXOptions'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:94: warning: 'struct
IHXBuffer' has
virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:143: warning: 'struct
IHXBuffer2'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:211: warning: 'struct
IHXPacket'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:286: warning: 'struct
IHXRTPPacket'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:377: warning: 'struct
IHXRTPPacketInfo' has virtual functions but non-virtual
destructor
../../../common/include/ihxpckts.h:453: warning: 'struct
IHXMultiPayloadPacket' has virtual functions but
non-virtual
destructor
../../../common/include/ihxpckts.h:515: warning: 'struct
IHXValues'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:613: warning: 'struct
IHXValues2'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:694: warning: 'struct
IHXValues3'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:744: warning: 'struct
IHXValuesRemove' has virtual functions but non-virtual
destructor
../../../common/include/ihxpckts.h:802: warning: 'struct
IHXClientPacket' has virtual functions but non-virtual
destructor
../../../common/include/ihxpckts.h:823: warning: 'struct
IHXBroadcastDistPktExt' has virtual functions but
non-virtual
destructor
../../../common/include/hxdtdr.h:120: warning: 'struct
IHXDataTypeDriverResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxdtdr.h:168: warning: 'struct
IHXDataTypeDriver2' has virtual functions but non-virtual
destructor
../../../common/include/hxdtdr.h:289: warning: 'struct
IHXSetClientContext' has virtual functions but non-virtual
destructor
../../../common/include/hxerror.h:107: warning: 'struct
IHXErrorMessages' has virtual functions but non-virtual
destructor
../../../common/include/hxerror.h:201: warning: 'struct
IHXErrorSink'
has virtual functions but non-virtual destructor
../../../common/include/hxerror.h:261: warning: 'struct
IHXErrorSinkControl' has virtual functions but non-virtual
destructor
../../../datatype/tools/minicntx/pub/minicntx.h:206:
warning: unused
parameter 'pPlayer'
../../../datatype/tools/minicntx/pub/minicntx.h:212:
warning: unused
parameter 'pPlayer'
../../../datatype/tools/minicntx/pub/minicntx.h:224:
warning: unused
parameter 'nPlayerNumber'
../../../datatype/tools/minicntx/pub/minicntx.h:224:
warning: unused
parameter 'pUnknown'
../../../datatype/tools/minicntx/pub/minicntx.h:230:
warning: unused
parameter 'pEvent'
../../../datatype/tools/minicntx/pub/minicntx.h:240:
warning: unused
parameter 'pEngine'
../../../datatype/tools/minicntx/pub/minicntx.h:261:
warning: unused
parameter 'pURL'
../../../datatype/tools/minicntx/pub/minicntx.h:282:
warning: unused
parameter 'ulTime'
../../../datatype/tools/minicntx/pub/minicntx.h:294:
warning: unused
parameter 'nIndex'
../../../datatype/tools/minicntx/pub/minicntx.h:294:
warning: unused
parameter 'pUnknown'
../../../datatype/tools/minicntx/pub/minicntx.h:306:
warning: unused
parameter 'pAdviseSink'
../../../datatype/tools/minicntx/pub/minicntx.h:312:
warning: unused
parameter 'pAdviseSink'
../../../datatype/tools/minicntx/pub/minicntx.h:334:
warning: unused
parameter 'ulMinPreroll'
../../../datatype/tools/minicntx/pub/minicntx.h:340:
warning: unused
parameter 'pRequest'
../../../datatype/tools/minicntx/pub/minicntx.h:346:
warning: unused
parameter 'pRequest'
../../../common/include/hxsrcin.h:87: warning: 'struct
IHXSourceInput'
has virtual functions but non-virtual destructor
../../../common/include/hxsrcin.h:184: warning: 'struct
IHXSourceHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:182: warning: 'struct
IHXFileObject'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:305: warning: 'struct
IHXFileObjectExt' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:356: warning: 'struct
IHXFileResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:453: warning: 'struct
IHXAdvise' has
virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:504: warning: 'struct
IHXFileSystemObject' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:572: warning: 'struct
IHXFileStat'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:616: warning: 'struct
IHXFileStatResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:665: warning: 'struct
IHXFileSystemManager' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:738: warning: 'struct
IHXFileSystemManagerResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:798: warning: 'struct
IHXFileExists'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:847: warning: 'struct
IHXFileExistsResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:891: warning: 'struct
IHXFileMimeMapper' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:942: warning: 'struct
IHXFileMimeMapperResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1001: warning: 'struct
IHXBroadcastMapper' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1051: warning: 'struct
IHXBroadcastMapperResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1108: warning: 'struct
IHXGetFileFromSamePool' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1158: warning: 'struct
IHXGetFileFromSamePoolResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1208: warning: 'struct
IHXFileAuthenticator' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1254: warning: 'struct
IHXRequestHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1311: warning: 'struct
IHXRequestContext' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1400: warning: 'struct
IHXRequest'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:1506: warning: 'struct
IHXFileRename' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1557: warning: 'struct
IHXFileMove'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:1606: warning: 'struct
IHXDirHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1680: warning: 'struct
IHXDirHandlerResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1765: warning: 'struct
IHXGetRecursionLevel' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1806: warning: 'struct
IHXFileRestrictor' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1844: warning: 'struct
IHXFileRemove' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1897: warning: 'struct
IHXFastFileFactory' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1956: warning: 'struct
IHXFastFileFactory2' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1997: warning: 'struct
IHXFilePlacementRead' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2055: warning: 'struct
IHXFastFileStats' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2103: warning: 'struct
IHXHTTPPostObject' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2195: warning: 'struct
IHXHTTPPostResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2285: warning: 'struct
IHXHTTPRedirect' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2344: warning: 'struct
IHXHTTPRedirectResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:2398: warning: 'struct
IHXRM2Converter2' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2500: warning: 'struct
IHXRM2Converter2Response' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:2549: warning: 'struct
IHXPoolPathAdjustment' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:2595: warning: 'struct
IHXPostDataHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2681: warning: 'struct
IHXFileStat2'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:2724: warning: 'struct
IHXFileStat2Response' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:107: warning: 'struct
IHXFileFormatObject' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:180: warning: 'struct
IHXBroadcastFormatObject' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:247: warning: 'struct
IHXFormatResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:312: warning: 'struct
IHXFormatReuse' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:346: warning: 'struct
IHXPacketFormat' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:389: warning: 'struct
IHXPacketTimeOffsetHandler' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:461: warning: 'struct
IHXPacketTimeOffsetHandlerResponse' has virtual functions
but
non-virtual destructor
../../../common/include/hxformt.h:512: warning: 'struct
IHXLiveFileFormatInfo' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:623: warning: 'struct
IHXSyncFileFormatObject' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:689: warning: 'struct
IHXBroadcastLatency' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:747: warning: 'struct
IHXPayloadFormatObject' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:810: warning: 'struct
IHXBlockFormatObject' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:868: warning: 'struct
IHXFileFormatHeaderAdvise' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:914: warning: 'struct
IHXFileFormatHeaderAdviseResponse' has virtual functions
but
non-virtual destructor
../../../common/include/hxformt.h:965: warning: 'struct
IHXSetPlayParam' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:1006: warning: 'struct
IHXSetPlayParamResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:1047: warning: 'struct
IHXSeekByPacket' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:1087: warning: 'struct
IHXSeekByPacketResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:1139: warning: 'struct
IHXFileFormatFinder' has virtual functions but non-virtual
destructor
../../../common/include/hxfwrtr.h:86: warning: 'struct
IHXFileWriterMonitor' has virtual functions but non-virtual
destructor
../../../common/include/hxfwrtr.h:149: warning: 'struct
IHXPropertyAdviser' has virtual functions but non-virtual
destructor
../../../common/include/hxfwrtr.h:208: warning: 'struct
IHXFileWriter'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:150: warning: 'struct
IHXCallback'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:210: warning: 'struct
IHXScheduler'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:273: warning: 'struct
IHXScheduler2'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:332: warning: 'struct
IHXTCPResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:412: warning: 'struct
IHXTCPSocket'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:515: warning: 'struct
IHXTCPSecureSocket' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:553: warning: 'struct
IHXSSL' has
virtual functions but non-virtual destructor
../../../common/include/hxengin.h:627: warning: 'struct
IHXBufferedSocket' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:678: warning: 'struct
IHXListenResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:722: warning: 'struct
IHXListenSocket' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:769: warning: 'struct
IHXNetworkServices' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:849: warning: 'struct
IHXNetworkServices2' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:885: warning: 'struct
IHXUDPResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:931: warning: 'struct
IHXUDPSocket'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:1004: warning: 'struct
IHXResolver'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:1051: warning: 'struct
IHXResolverResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1101: warning: 'struct
IHXInterruptSafe' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1158: warning: 'struct
IHXInterruptOnly' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1212: warning: 'struct
IHXAsyncIOSelection' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1280: warning: 'struct
IHXUDPMulticastInit' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1336: warning: 'struct
IHXInterruptState' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1428: warning: 'struct
IHXOptimizedScheduler' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1503: warning: 'struct
IHXOptimizedScheduler2' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1546: warning: 'struct
IHXThreadSafeScheduler' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1617: warning: 'struct
IHXProcessEntryPoint' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1656: warning: 'struct
IHXProcess'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:1700: warning: 'struct
IHXLoadBalancedListen' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1772: warning: 'struct
IHXOverrideDefaultServices' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1831: warning: 'struct
IHXSetSocketOption' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1975: warning: 'struct
IHXThreadSafeMethods' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2029: warning: 'struct
IHXMutex' has
virtual functions but non-virtual destructor
../../../common/include/hxengin.h:2114: warning: 'struct
IHXThread'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:2178: warning: 'struct
IHXNativeThread' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2209: warning: 'struct
IHXEvent' has
virtual functions but non-virtual destructor
../../../common/include/hxengin.h:2257: warning: 'struct
IHXAsyncTimer' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2310: warning: 'struct
IHXFastPathNetWrite' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2352: warning: 'struct
IHXWouldBlockResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2404: warning: 'struct
IHXWouldBlock' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2449: warning: 'struct
IHXSharedUDPServices' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2498: warning: 'struct
IHXThreadLocal' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2553: warning: 'struct
IHXMemoryServices' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2621: warning: 'struct
IHXSetPrivateSocketOption' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2754: warning: 'struct
IHXNetInterfaces' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2805: warning: 'struct
IHXNetInterfacesAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2847: warning: 'struct
IHXNetworkInterfaceEnumerator' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2893: warning: 'struct
IHXUDPConnectedSocket' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2978: warning: 'struct
IHXAutoBWDetection' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:3022: warning: 'struct
IHXAutoBWDetectionAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:3064: warning: 'struct
IHXAutoBWCalibration' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:3110: warning: 'struct
IHXAutoBWCalibrationAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:3152: warning: 'struct
IHXConnectionBWAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:3192: warning: 'struct
IHXConnectionBWInfo' has virtual functions but non-virtual
destructor
../../../datatype/tools/dtdriver/engine/pub/ffdriver.h:398:
warning:
'class FFDriver::GetPacketCallback' has virtual functions
but
non-virtual destructor
../../../datatype/tools/dtdriver/engine/pub/ffdriver.h:431:
warning:
'class FFDriver::TimerCallback' has virtual functions but
non-virtual
destructor
../../../datatype/tools/dtdriver/engine/pub/ffdriver.h:176:
warning:
'class FFDriver' has virtual functions but non-virtual
destructor
../../../common/include/ihxfgbuf.h:84: warning: 'struct
IHXEnumFragmentedBuffer' has virtual functions but
non-virtual
destructor
../../../common/include/ihxfgbuf.h:151: warning: 'struct
IHXFragmentedBuffer' has virtual functions but non-virtual
destructor
hxmetadatareader.cpp:71: error: using typedef-name
'SPIHXPlugin2Handler' after 'class'
../../../common/include/hxplugn.h:1513: error:
'SPIHXPlugin2Handler'
has a previous declaration here
hxmetadatareader.cpp:72: error: using typedef-name
'SPIHXCommonClassFactory' after 'class'
../../../common/include/hxcomptr.h:1212: error:
'SPIHXCommonClassFactory' has a previous declaration here
hxmetadatareader.cpp:73: warning: 'class
SPIHXDataTypeDriverResponse::IHXDataTypeDriverResponse_Inter
nalSP' has
virtual functions but non-virtual destructor
hxmetadatareader.cpp:74: warning: 'class
SPIHXSetClientContext::IHXSetClientContext_InternalSP' has
virtual
functions but non-virtual destructor
hxmetadatareader.cpp:75: warning: 'class
SPIHXDataTypeDriver2::IHXDataTypeDriver2_InternalSP' has
virtual
functions but non-virtual destructor
hxmetadatareader.cpp:76: warning: 'class
SPIHXSourceInput::IHXSourceInput_InternalSP' has virtual
functions but
non-virtual destructor
hxmetadatareader.cpp:77: error: using typedef-name
'SPIHXValues' after 'class'
../../../common/include/ihxpckts.h:857: error: 'SPIHXValues'
has a
previous declaration here
hxmetadatareader.cpp:78: error: using typedef-name
'SPIHXBuffer' after 'class'
../../../common/include/ihxpckts.h:852: error: 'SPIHXBuffer'
has a
previous declaration here
hxmetadatareader.cpp:79: error: using typedef-name
'SPIHXPlugin' after 'class'
../../../common/include/hxplugn.h:1503: error: 'SPIHXPlugin'
has a
previous declaration here
hxmetadatareader.cpp:212: warning: unused parameter
'status'
hxmetadatareader.cpp:221: warning: unused parameter
'status'
hxmetadatareader.cpp:230: warning: unused parameter
'status'
hxmetadatareader.cpp:230: warning: unused parameter
'unStreamNumber'
hxmetadatareader.cpp:237: warning: unused parameter
'status'
hxmetadatareader.cpp:237: warning: unused parameter
'pPacket'
hxmetadatareader.cpp:245: warning: unused parameter
'status'
hxmetadatareader.cpp: In function 'void
hx_metadata_reader_terminate(HXMetadataReader*, gboolean)':
hxmetadatareader.cpp:716: warning: passing NULL to
non-pointer
argument 3 of 'void g_signal_emit(void*, guint, GQuark,
...)'
../../../common/container/pub/hxslist.h: At global scope:
../../../common/container/pub/hxslist.h:499: warning: 'int
CHXCompareUINT32(void*, void*)' d


On 5/23/07, Greg Wright <gwrightreal.com> wrote:
> Sarah Cooley wrote:
> > I'm running into missing header files building the
plugin under atlas.
> > I've been using:
> > BIF branch: helix
> > Target(s): player_plugin
> > Profile:
/home/cooleys/build/umakepf/helix-client-OLPC
> >
> > hxmetadatareader.cpp:61:22: error: ffdriver.h: No
such file or directory
> > Basically hxmetadatareader is missing a header
file.  In other
> > branches (hxplay_plugin etc) this file is located
in
> > datatype/tools/dtdriver/engine/pub/ffdriver.h
which doesn't exist in
> > atlas.  It seems other people are running into the
same issue.  Is
> > there something I'm missing during build or some
known fix for this?
>
> I am sure it exists. There is probably just a missing
dependancy
> in the helix.bif file. Perhaps because building the
plugin was
> never tested with the OLPC profile you are using. The
OLPC profile
> I created was for use building the Watch&Listen
media activity.
> I would use helix-client-all-defines instead.
>
> Or, you can just check the code out by hand:
>
> cd datatype
> cvs -d :ext:gwrightcvs.helixcommunity.org:/cvsroot/datatype co
tools/dtdriver
>
> ...
> ...
> U tools/dtdriver/engine/pub/csrcsynchdlr.h
> U tools/dtdriver/engine/pub/csrctrpt.h
> U tools/dtdriver/engine/pub/ffdriver.h
> ...
> ..
>
>
> --greg.
>
> >
> > ~Sarah
> >
> > _______________________________________________
> > Player-dev mailing list
> > Player-devhelixcommunity.org
> > http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
>
>

_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

Re: Building player/app/plugin on atlas
country flaguser name
United States
2007-05-23 18:26:40
Hi Sarah,

Nobody built player plugins on Atlast before, so, this may
not be 
straight-forward.

The player targets in helix.bif file needs to be replaced by
those from 
hxplay_gtk_current.bif and any reference to 150Cay should be
removed. It is 
likely to work this way.


-- 
Daniel Yek

At 03:48 PM 5/23/2007, Sarah Cooley wrote:
>I'm running into missing header files building the
plugin under atlas.
>I've been using:
>BIF branch: helix
>Target(s): player_plugin
>Profile: /home/cooleys/build/umakepf/helix-client-OLPC
>
>hxmetadatareader.cpp:61:22: error: ffdriver.h: No such
file or directory
>Basically hxmetadatareader is missing a header file.  In
other
>branches (hxplay_plugin etc) this file is located in
>datatype/tools/dtdriver/engine/pub/ffdriver.h which
doesn't exist in
>atlas.  It seems other people are running into the same
issue.  Is
>there something I'm missing during build or some known
fix for this?
>
>~Sarah
>


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

Re: Building player/app/plugin on atlas
user name
2007-05-23 18:32:12
Fair enough.  Checked out ffdriver and
datatype/tools/minicntx since
it was also missing.  However, as a whole the build still
fails. I'd
assume most of these are either not updated code from
cayenne_1_5 or
other little bugs from porting.  Mainly I'm just making sure
the
issues I'm running into haven't been fixed by others --why
reimplement
fixes others have made.

Thank you,
Sarah

(warnings and errors
../../../common/include/hxcom.h:528: warning: 'struct
IUnknown' has
virtual functions but non-virtual destructor
../../../common/include/hxcom.h:566: warning: 'struct
IMalloc' has
virtual functions but non-virtual destructor
../../../common/include/hxccf.h:82: warning: 'struct
IHXCommonClassFactory' has virtual functions but
non-virtual
destructor
../../../common/include/hxsmartptr.h:459: warning: 'class
SPIUnknown::IUnknown_InternalSP' has virtual functions but
non-virtual
destructor
../../../common/include/hxsmartptr.h:460: warning: 'class
SPCIUnknown::IUnknown_InternalSP' has virtual functions but
non-virtual destructor
../../../common/include/hxplugn.h:210: warning: 'struct
IHXPlugin' has
virtual functions but non-virtual destructor
../../../common/include/hxplugn.h:297: warning: 'struct
IHXPlugin2'
has virtual functions but non-virtual destructor
../../../common/include/hxplugn.h:338: warning: 'struct
IHXPluginEnumerator' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:403: warning: 'struct
IHXPluginGroupEnumerator' has virtual functions but
non-virtual
destructor
../../../common/include/hxplugn.h:481: warning: 'struct
IHXPluginSearchEnumerator' has virtual functions but
non-virtual
destructor
../../../common/include/hxplugn.h:586: warning: 'struct
IHXPluginReloader' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:640: warning: 'struct
IHXPluginFactory' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:708: warning: 'struct
IHXPluginChallenger' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:776: warning: 'struct
IHXPluginQuery' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:841: warning: 'struct
IHXGenericPlugin' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:870: warning: 'struct
IHXPlugin2Handler' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1086: warning: 'struct
IHXPluginHandler3' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1284: warning: 'struct
IHXPluginDatabase' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1366: warning: 'struct
IHXProxiedPlugin' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1432: warning: 'struct
IHXComponentPlugin' has virtual functions but non-virtual
destructor
../../../common/include/hxplugn.h:1490: warning: 'struct
IHXPluginNamespace' has virtual functions but non-virtual
destructor
../../../common/include/hxcomptr.h:1205: error: conflicting
declaration 'typedef class HXCOMPtr<IUnknown>
SPIUnknown'
../../../common/include/hxsmartptr.h:459: error: 'class
SPIUnknown'
has a previous declaration as 'class SPIUnknown'
../../../common/include/hxwin.h:143: warning: 'struct
IHXSiteWindowed'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:216: warning: 'struct
IHXSiteEventHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:265: warning: 'struct
IHXSiteWindowless' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:316: warning: 'struct
IHXSiteWindowless2' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:344: warning: 'struct
IHXSiteCapture'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:413: warning: 'struct
IHXSiteCaptureResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxwin.h:467: warning: 'struct
IHXSite' has
virtual functions but non-virtual destructor
../../../common/include/hxwin.h:560: warning: 'struct
IHXSiteComposition' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:599: warning: 'struct
IHXSiteUser' has
virtual functions but non-virtual destructor
../../../common/include/hxwin.h:651: warning: 'struct
IHXSiteWatcher'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:711: warning: 'struct
IHXSiteWatcher2'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:755: warning: 'struct
IHXSiteUserSupplier' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:806: warning: 'struct
IHXSiteSupplier'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:898: warning: 'struct
IHXSiteManager'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:960: warning: 'struct
IHXSiteManager2'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1018: warning: 'struct
IHXMultiInstanceSiteUserSupplier' has virtual functions but
non-virtual destructor
../../../common/include/hxwin.h:1066: warning: 'struct
IHXSiteEnumerator' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1131: warning: 'struct
IHXSiteFullScreen' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1177: warning: 'struct
IHXSiteFullScreenExt' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1252: warning: 'struct
IHXLayoutSiteGroupManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxwin.h:1297: warning: 'struct
IHXEventHookMgr' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1344: warning: 'struct
IHXEventHook'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1390: warning: 'struct
IHXStatusMessage' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1434: warning: 'struct
IHXSiteTransition' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1481: warning: 'struct
IHXRegion' has
virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1671: warning: 'struct
IHXColorConverterManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxwin.h:1706: warning: 'struct
IHXColorConverter' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1744: warning: 'struct
IHXOverlayResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1774: warning: 'struct
IHXOverlayManager' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1814: warning: 'struct
IHXKeyBoardFocus' has virtual functions but non-virtual
destructor
../../../common/include/hxwin.h:1843: warning: 'struct
IHXDrawFocus'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1934: warning: 'struct
IHXSubRectSite'
has virtual functions but non-virtual destructor
../../../common/include/hxwin.h:1980: warning: 'struct
IHXFocusNavigation' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:142: warning: 'struct
IHXStream' has
virtual functions but non-virtual destructor
../../../common/include/hxcore.h:297: warning: 'struct
IHXStream2' has
virtual functions but non-virtual destructor
../../../common/include/hxcore.h:344: warning: 'struct
IHXStream3' has
virtual functions but non-virtual destructor
../../../common/include/hxcore.h:385: warning: 'struct
IHXStreamSource' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:476: warning: 'struct
IHXStreamSource2' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:512: warning: 'struct
IHXPlayer' has
virtual functions but non-virtual destructor
../../../common/include/hxcore.h:686: warning: 'struct
IHXQuickSeek'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:718: warning: 'struct
IHXClientEngine' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:793: warning: 'struct
IHXClientEngine2' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:833: warning: 'struct
IHXClientEngineMapper' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:869: warning: 'struct
IHXClientEngineSelector' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:919: warning: 'struct
IHXClientEngineSetup' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:970: warning: 'struct
IHXInfoLogger'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:1019: warning: 'struct
IHXPersistenceManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1091: warning: 'struct
IHXDriverStreamManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1149: warning: 'struct
IHXRendererAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1228: warning: 'struct
IHXLayoutStream' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1288: warning: 'struct
IHXRendererUpgrade' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1347: warning: 'struct
IHXValidator'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:1414: warning: 'struct
IHXPrivateStreamSource' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1457: warning: 'struct
IHXPlayer2'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:1589: warning: 'struct
IHXUpdateProperties' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1642: warning: 'struct
IHXUpdateProperties2' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1686: warning: 'struct
IHXPlayerNavigator' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:1784: warning: 'struct
IHXPersistentComponentManager' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1867: warning: 'struct
IHXPersistentComponent' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:1968: warning: 'struct
IHXClientStatisticsGranularity' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2013: warning: 'struct
IHXSourceBufferingStats' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2053: warning: 'struct
IHXSourceBufferingStats2' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2117: warning: 'struct
IHXSourceBufferingStats3' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2173: warning: 'struct
IHXSourceLatencyStats' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2238: warning: 'struct
IHXPlayerPresentation' has virtual functions but
non-virtual
destructor
../../../common/include/hxcore.h:2270: warning: 'struct
IHXCoreMutex'
has virtual functions but non-virtual destructor
../../../common/include/hxcore.h:2314: warning: 'struct
IHXMacBlitMutex' has virtual functions but non-virtual
destructor
../../../common/include/hxcore.h:2348: warning: 'struct
IHXExternalSystemClock' has virtual functions but
non-virtual
destructor
../../../common/include/hxvalue.h:93: warning: 'struct
IHXKeyValueList' has virtual functions but non-virtual
destructor
../../../common/include/hxvalue.h:209: warning: 'struct
IHXKeyValueListIter' has virtual functions but non-virtual
destructor
../../../common/include/hxvalue.h:276: warning: 'struct
IHXKeyValueListIterOneKey' has virtual functions but
non-virtual
destructor
../../../common/include/hxvalue.h:345: warning: 'struct
IHXOptions'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:94: warning: 'struct
IHXBuffer' has
virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:143: warning: 'struct
IHXBuffer2'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:211: warning: 'struct
IHXPacket'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:286: warning: 'struct
IHXRTPPacket'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:377: warning: 'struct
IHXRTPPacketInfo' has virtual functions but non-virtual
destructor
../../../common/include/ihxpckts.h:453: warning: 'struct
IHXMultiPayloadPacket' has virtual functions but
non-virtual
destructor
../../../common/include/ihxpckts.h:515: warning: 'struct
IHXValues'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:613: warning: 'struct
IHXValues2'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:694: warning: 'struct
IHXValues3'
has virtual functions but non-virtual destructor
../../../common/include/ihxpckts.h:744: warning: 'struct
IHXValuesRemove' has virtual functions but non-virtual
destructor
../../../common/include/ihxpckts.h:802: warning: 'struct
IHXClientPacket' has virtual functions but non-virtual
destructor
../../../common/include/ihxpckts.h:823: warning: 'struct
IHXBroadcastDistPktExt' has virtual functions but
non-virtual
destructor
../../../common/include/hxdtdr.h:120: warning: 'struct
IHXDataTypeDriverResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxdtdr.h:168: warning: 'struct
IHXDataTypeDriver2' has virtual functions but non-virtual
destructor
../../../common/include/hxdtdr.h:289: warning: 'struct
IHXSetClientContext' has virtual functions but non-virtual
destructor
../../../common/include/hxerror.h:107: warning: 'struct
IHXErrorMessages' has virtual functions but non-virtual
destructor
../../../common/include/hxerror.h:201: warning: 'struct
IHXErrorSink'
has virtual functions but non-virtual destructor
../../../common/include/hxerror.h:261: warning: 'struct
IHXErrorSinkControl' has virtual functions but non-virtual
destructor
../../../datatype/tools/minicntx/pub/minicntx.h:206:
warning: unused
parameter 'pPlayer'
../../../datatype/tools/minicntx/pub/minicntx.h:212:
warning: unused
parameter 'pPlayer'
../../../datatype/tools/minicntx/pub/minicntx.h:224:
warning: unused
parameter 'nPlayerNumber'
../../../datatype/tools/minicntx/pub/minicntx.h:224:
warning: unused
parameter 'pUnknown'
../../../datatype/tools/minicntx/pub/minicntx.h:230:
warning: unused
parameter 'pEvent'
../../../datatype/tools/minicntx/pub/minicntx.h:240:
warning: unused
parameter 'pEngine'
../../../datatype/tools/minicntx/pub/minicntx.h:261:
warning: unused
parameter 'pURL'
../../../datatype/tools/minicntx/pub/minicntx.h:282:
warning: unused
parameter 'ulTime'
../../../datatype/tools/minicntx/pub/minicntx.h:294:
warning: unused
parameter 'nIndex'
../../../datatype/tools/minicntx/pub/minicntx.h:294:
warning: unused
parameter 'pUnknown'
../../../datatype/tools/minicntx/pub/minicntx.h:306:
warning: unused
parameter 'pAdviseSink'
../../../datatype/tools/minicntx/pub/minicntx.h:312:
warning: unused
parameter 'pAdviseSink'
../../../datatype/tools/minicntx/pub/minicntx.h:334:
warning: unused
parameter 'ulMinPreroll'
../../../datatype/tools/minicntx/pub/minicntx.h:340:
warning: unused
parameter 'pRequest'
../../../datatype/tools/minicntx/pub/minicntx.h:346:
warning: unused
parameter 'pRequest'
../../../common/include/hxsrcin.h:87: warning: 'struct
IHXSourceInput'
has virtual functions but non-virtual destructor
../../../common/include/hxsrcin.h:184: warning: 'struct
IHXSourceHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:182: warning: 'struct
IHXFileObject'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:305: warning: 'struct
IHXFileObjectExt' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:356: warning: 'struct
IHXFileResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:453: warning: 'struct
IHXAdvise' has
virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:504: warning: 'struct
IHXFileSystemObject' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:572: warning: 'struct
IHXFileStat'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:616: warning: 'struct
IHXFileStatResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:665: warning: 'struct
IHXFileSystemManager' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:738: warning: 'struct
IHXFileSystemManagerResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:798: warning: 'struct
IHXFileExists'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:847: warning: 'struct
IHXFileExistsResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:891: warning: 'struct
IHXFileMimeMapper' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:942: warning: 'struct
IHXFileMimeMapperResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1001: warning: 'struct
IHXBroadcastMapper' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1051: warning: 'struct
IHXBroadcastMapperResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1108: warning: 'struct
IHXGetFileFromSamePool' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1158: warning: 'struct
IHXGetFileFromSamePoolResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1208: warning: 'struct
IHXFileAuthenticator' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1254: warning: 'struct
IHXRequestHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1311: warning: 'struct
IHXRequestContext' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1400: warning: 'struct
IHXRequest'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:1506: warning: 'struct
IHXFileRename' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1557: warning: 'struct
IHXFileMove'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:1606: warning: 'struct
IHXDirHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1680: warning: 'struct
IHXDirHandlerResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:1765: warning: 'struct
IHXGetRecursionLevel' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1806: warning: 'struct
IHXFileRestrictor' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1844: warning: 'struct
IHXFileRemove' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1897: warning: 'struct
IHXFastFileFactory' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1956: warning: 'struct
IHXFastFileFactory2' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:1997: warning: 'struct
IHXFilePlacementRead' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2055: warning: 'struct
IHXFastFileStats' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2103: warning: 'struct
IHXHTTPPostObject' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2195: warning: 'struct
IHXHTTPPostResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2285: warning: 'struct
IHXHTTPRedirect' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2344: warning: 'struct
IHXHTTPRedirectResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:2398: warning: 'struct
IHXRM2Converter2' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2500: warning: 'struct
IHXRM2Converter2Response' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:2549: warning: 'struct
IHXPoolPathAdjustment' has virtual functions but
non-virtual
destructor
../../../common/include/hxfiles.h:2595: warning: 'struct
IHXPostDataHandler' has virtual functions but non-virtual
destructor
../../../common/include/hxfiles.h:2681: warning: 'struct
IHXFileStat2'
has virtual functions but non-virtual destructor
../../../common/include/hxfiles.h:2724: warning: 'struct
IHXFileStat2Response' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:107: warning: 'struct
IHXFileFormatObject' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:180: warning: 'struct
IHXBroadcastFormatObject' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:247: warning: 'struct
IHXFormatResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:312: warning: 'struct
IHXFormatReuse' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:346: warning: 'struct
IHXPacketFormat' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:389: warning: 'struct
IHXPacketTimeOffsetHandler' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:461: warning: 'struct
IHXPacketTimeOffsetHandlerResponse' has virtual functions
but
non-virtual destructor
../../../common/include/hxformt.h:512: warning: 'struct
IHXLiveFileFormatInfo' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:623: warning: 'struct
IHXSyncFileFormatObject' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:689: warning: 'struct
IHXBroadcastLatency' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:747: warning: 'struct
IHXPayloadFormatObject' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:810: warning: 'struct
IHXBlockFormatObject' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:868: warning: 'struct
IHXFileFormatHeaderAdvise' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:914: warning: 'struct
IHXFileFormatHeaderAdviseResponse' has virtual functions
but
non-virtual destructor
../../../common/include/hxformt.h:965: warning: 'struct
IHXSetPlayParam' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:1006: warning: 'struct
IHXSetPlayParamResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:1047: warning: 'struct
IHXSeekByPacket' has virtual functions but non-virtual
destructor
../../../common/include/hxformt.h:1087: warning: 'struct
IHXSeekByPacketResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxformt.h:1139: warning: 'struct
IHXFileFormatFinder' has virtual functions but non-virtual
destructor
../../../common/include/hxfwrtr.h:86: warning: 'struct
IHXFileWriterMonitor' has virtual functions but non-virtual
destructor
../../../common/include/hxfwrtr.h:149: warning: 'struct
IHXPropertyAdviser' has virtual functions but non-virtual
destructor
../../../common/include/hxfwrtr.h:208: warning: 'struct
IHXFileWriter'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:150: warning: 'struct
IHXCallback'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:210: warning: 'struct
IHXScheduler'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:273: warning: 'struct
IHXScheduler2'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:332: warning: 'struct
IHXTCPResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:412: warning: 'struct
IHXTCPSocket'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:515: warning: 'struct
IHXTCPSecureSocket' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:553: warning: 'struct
IHXSSL' has
virtual functions but non-virtual destructor
../../../common/include/hxengin.h:627: warning: 'struct
IHXBufferedSocket' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:678: warning: 'struct
IHXListenResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:722: warning: 'struct
IHXListenSocket' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:769: warning: 'struct
IHXNetworkServices' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:849: warning: 'struct
IHXNetworkServices2' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:885: warning: 'struct
IHXUDPResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:931: warning: 'struct
IHXUDPSocket'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:1004: warning: 'struct
IHXResolver'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:1051: warning: 'struct
IHXResolverResponse' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1101: warning: 'struct
IHXInterruptSafe' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1158: warning: 'struct
IHXInterruptOnly' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1212: warning: 'struct
IHXAsyncIOSelection' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1280: warning: 'struct
IHXUDPMulticastInit' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1336: warning: 'struct
IHXInterruptState' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1428: warning: 'struct
IHXOptimizedScheduler' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1503: warning: 'struct
IHXOptimizedScheduler2' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1546: warning: 'struct
IHXThreadSafeScheduler' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1617: warning: 'struct
IHXProcessEntryPoint' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1656: warning: 'struct
IHXProcess'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:1700: warning: 'struct
IHXLoadBalancedListen' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1772: warning: 'struct
IHXOverrideDefaultServices' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:1831: warning: 'struct
IHXSetSocketOption' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:1975: warning: 'struct
IHXThreadSafeMethods' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2029: warning: 'struct
IHXMutex' has
virtual functions but non-virtual destructor
../../../common/include/hxengin.h:2114: warning: 'struct
IHXThread'
has virtual functions but non-virtual destructor
../../../common/include/hxengin.h:2178: warning: 'struct
IHXNativeThread' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2209: warning: 'struct
IHXEvent' has
virtual functions but non-virtual destructor
../../../common/include/hxengin.h:2257: warning: 'struct
IHXAsyncTimer' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2310: warning: 'struct
IHXFastPathNetWrite' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2352: warning: 'struct
IHXWouldBlockResponse' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2404: warning: 'struct
IHXWouldBlock' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2449: warning: 'struct
IHXSharedUDPServices' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2498: warning: 'struct
IHXThreadLocal' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2553: warning: 'struct
IHXMemoryServices' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2621: warning: 'struct
IHXSetPrivateSocketOption' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2754: warning: 'struct
IHXNetInterfaces' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:2805: warning: 'struct
IHXNetInterfacesAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2847: warning: 'struct
IHXNetworkInterfaceEnumerator' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2893: warning: 'struct
IHXUDPConnectedSocket' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:2978: warning: 'struct
IHXAutoBWDetection' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:3022: warning: 'struct
IHXAutoBWDetectionAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:3064: warning: 'struct
IHXAutoBWCalibration' has virtual functions but non-virtual
destructor
../../../common/include/hxengin.h:3110: warning: 'struct
IHXAutoBWCalibrationAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:3152: warning: 'struct
IHXConnectionBWAdviseSink' has virtual functions but
non-virtual
destructor
../../../common/include/hxengin.h:3192: warning: 'struct
IHXConnectionBWInfo' has virtual functions but non-virtual
destructor
../../../datatype/tools/dtdriver/engine/pub/ffdriver.h:398:
warning:
'class FFDriver::GetPacketCallback' has virtual functions
but
non-virtual destructor
../../../datatype/tools/dtdriver/engine/pub/ffdriver.h:431:
warning:
'class FFDriver::TimerCallback' has virtual functions but
non-virtual
destructor
../../../datatype/tools/dtdriver/engine/pub/ffdriver.h:176:
warning:
'class FFDriver' has virtual functions but non-virtual
destructor
../../../common/include/ihxfgbuf.h:84: warning: 'struct
IHXEnumFragmentedBuffer' has virtual functions but
non-virtual
destructor
../../../common/include/ihxfgbuf.h:151: warning: 'struct
IHXFragmentedBuffer' has virtual functions but non-virtual
destructor
hxmetadatareader.cpp:71: error: using typedef-name
'SPIHXPlugin2Handler' after 'class'
../../../common/include/hxplugn.h:1513: error:
'SPIHXPlugin2Handler'
has a previous declaration here
hxmetadatareader.cpp:72: error: using typedef-name
'SPIHXCommonClassFactory' after 'class'
../../../common/include/hxcomptr.h:1212: error:
'SPIHXCommonClassFactory' has a previous declaration here
hxmetadatareader.cpp:73: warning: 'class
SPIHXDataTypeDriverResponse::IHXDataTypeDriverResponse_Inter
nalSP' has
virtual functions but non-virtual destructor
hxmetadatareader.cpp:74: warning: 'class
SPIHXSetClientContext::IHXSetClientContext_InternalSP' has
virtual
functions but non-virtual destructor
hxmetadatareader.cpp:75: warning: 'class
SPIHXDataTypeDriver2::IHXDataTypeDriver2_InternalSP' has
virtual
functions but non-virtual destructor
hxmetadatareader.cpp:76: warning: 'class
SPIHXSourceInput::IHXSourceInput_InternalSP' has virtual
functions but
non-virtual destructor
hxmetadatareader.cpp:77: error: using typedef-name
'SPIHXValues' after 'class'
../../../common/include/ihxpckts.h:857: error: 'SPIHXValues'
has a
previous declaration here
hxmetadatareader.cpp:78: error: using typedef-name
'SPIHXBuffer' after 'class'
../../../common/include/ihxpckts.h:852: error: 'SPIHXBuffer'
has a
previous declaration here
hxmetadatareader.cpp:79: error: using typedef-name
'SPIHXPlugin' after 'class'
../../../common/include/hxplugn.h:1503: error: 'SPIHXPlugin'
has a
previous declaration here
hxmetadatareader.cpp:212: warning: unused parameter
'status'
hxmetadatareader.cpp:221: warning: unused parameter
'status'
hxmetadatareader.cpp:230: warning: unused parameter
'status'
hxmetadatareader.cpp:230: warning: unused parameter
'unStreamNumber'
hxmetadatareader.cpp:237: warning: unused parameter
'status'
hxmetadatareader.cpp:237: warning: unused parameter
'pPacket'
hxmetadatareader.cpp:245: warning: unused parameter
'status'
hxmetadatareader.cpp: In function 'void
hx_metadata_reader_terminate(HXMetadataReader*, gboolean)':
hxmetadatareader.cpp:716: warning: passing NULL to
non-pointer
argument 3 of 'void g_signal_emit(void*, guint, GQuark,
...)'
../../../common/container/pub/hxslist.h: At global scope:
../../../common/container/pub/hxslist.h:499: warning: 'int
CHXCompareUINT32(void*, void*)' d


On 5/23/07, Greg Wright <gwrightreal.com> wrote:
> Sarah Cooley wrote:
> > I'm running into missing header files building the
plugin under atlas.
> > I've been using:
> > BIF branch: helix
> > Target(s): player_plugin
> > Profile:
/home/cooleys/build/umakepf/helix-client-OLPC
> >
> > hxmetadatareader.cpp:61:22: error: ffdriver.h: No
such file or directory
> > Basically hxmetadatareader is missing a header
file.  In other
> > branches (hxplay_plugin etc) this file is located
in
> > datatype/tools/dtdriver/engine/pub/ffdriver.h
which doesn't exist in
> > atlas.  It seems other people are running into the
same issue.  Is
> > there something I'm missing during build or some
known fix for this?
>
> I am sure it exists. There is probably just a missing
dependancy
> in the helix.bif file. Perhaps because building the
plugin was
> never tested with the OLPC profile you are using. The
OLPC profile
> I created was for use building the Watch&Listen
media activity.
> I would use helix-client-all-defines instead.
>
> Or, you can just check the code out by hand:
>
> cd datatype
> cvs -d :ext:gwrightcvs.helixcommunity.org:/cvsroot/datatype co
tools/dtdriver
>
> ...
> ...
> U tools/dtdriver/engine/pub/csrcsynchdlr.h
> U tools/dtdriver/engine/pub/csrctrpt.h
> U tools/dtdriver/engine/pub/ffdriver.h
> ...
> ..
>
>
> --greg.
>
> >
> > ~Sarah
> >
> > _______________________________________________
> > Player-dev mailing list
> > Player-devhelixcommunity.org
> > http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
>
>

_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

First Time Building Helix Player Using Atlas Client / Re: Building player/app/plugin on
country flaguser name
United States
2007-05-25 03:30:50
Hi Sarah,

I am able to hack the Helix Player to build to completion
using Atlas 
client and play an Ogg video clip.

All my changes (some are hacks) are attached here for the
player build 
using Atlas, but you need only the bif files and the
nsITimer.h fixes to 
build the Mozilla plugin targeting Atlas.

If you want to check out and build the player Mozilla plugin
often, you 
should probably request the player team to branch the player
source and use 
the 150Cay branch. That way, you will be able to checkin
changes for Atlas. 
Lets us know.


FYI: CR for the firefox issue:
http://lists.helixcommunity.org/piperma
il/common-dev/2006-May/003504.html


Files Modified:
build/bif-cvs/helix/client/build/BIF/realplay_gtk_current.bi
f - inherit 
helix.bif
build/bif-cvs/helix/common/build/BIF/helix.bif   - Added
player_hxclientkit 
dependency
common/import/gecko-sdk/xpcom/include/nsITimer.h - Merge fix
for Firefox 
1.5 timer IID.



common/include/hxplayvelocity.h - Remove multiple definition
by #ifdef out 
hxcomptr.h if INITGUID is defined.

common/util/pub/hxurl.h   - reenable ctor with miniCCF
common/util/hxurl.cpp     - reenable ctor with miniCCF

common/container/pub/hxslist.h - __attribute__((unused)) get
rid of static 
function GCC warning

player/common/gtk/guids.cpp  - Added
IID_IHXFragmentedBuffer.
player/common/gtk/hxmetadatareader.cpp - Replace
hxsmartptr.h with hxcomptr.h
player/installer/archive/make_tempdir  - copy hxmedpltfm.so
and hxmedplyeng.so
player/app/gtk/mainapp.cpp - Disable playlist to avoid
ffdriver crash.




-- 
Daniel Yek


At 04:32 PM 5/23/2007, Sarah Cooley wrote:
>Fair enough.  Checked out ffdriver and
datatype/tools/minicntx since
>it was also missing.  However, as a whole the build
still fails. I'd
>assume most of these are either not updated code from
cayenne_1_5 or
>other little bugs from porting.  Mainly I'm just making
sure the
>issues I'm running into haven't been fixed by others
--why reimplement
>fixes others have made.
>
>Thank you,
>Sarah
>
>../../../common/include/hxplugn.h:1490: warning:
'struct
>IHXPluginNamespace' has virtual functions but
non-virtual destructor
>
>../../../common/include/hxcomptr.h:1205: error:
conflicting
>declaration 'typedef class HXCOMPtr<IUnknown>
SPIUnknown'
>../../../common/include/hxsmartptr.h:459: error: 'class
SPIUnknown'
>has a previous declaration as 'class SPIUnknown'

>hxmetadatareader.cpp:71: error: using typedef-name
>'SPIHXPlugin2Handler' after 'class'
>../../../common/include/hxplugn.h:1513: error:
'SPIHXPlugin2Handler'
>has a previous declaration here
>hxmetadatareader.cpp:72: error: using typedef-name
>'SPIHXCommonClassFactory' after 'class'
>../../../common/include/hxcomptr.h:1212: error:
>'SPIHXCommonClassFactory' has a previous declaration
here



>hxmetadatareader.cpp:77: error: using typedef-name
'SPIHXValues' after 'class'
>../../../common/include/ihxpckts.h:857: error:
'SPIHXValues' has a
>previous declaration here
>hxmetadatareader.cpp:78: error: using typedef-name
'SPIHXBuffer' after 'class'
>../../../common/include/ihxpckts.h:852: error:
'SPIHXBuffer' has a
>previous declaration here
>hxmetadatareader.cpp:79: error: using typedef-name
'SPIHXPlugin' after 'class'
>../../../common/include/hxplugn.h:1503: error:
'SPIHXPlugin' has a
>previous declaration here
>
>
>On 5/23/07, Greg Wright <gwrightreal.com> wrote:
>>Sarah Cooley wrote:
>> > I'm running into missing header files building
the plugin under atlas.
>> > I've been using:
>> > BIF branch: helix
>> > Target(s): player_plugin
>> > Profile:
/home/cooleys/build/umakepf/helix-client-OLPC
>> >
>> > hxmetadatareader.cpp:61:22: error: ffdriver.h:
No such file or directory
>> > Basically hxmetadatareader is missing a header
file.  In other
>> > branches (hxplay_plugin etc) this file is
located in
>> > datatype/tools/dtdriver/engine/pub/ffdriver.h
which doesn't exist in
>> > atlas.  It seems other people are running into
the same issue.  Is
>> > there something I'm missing during build or
some known fix for this?
>>
>>I am sure it exists. There is probably just a
missing dependancy
>>in the helix.bif file. Perhaps because building the
plugin was
>>never tested with the OLPC profile you are using.
The OLPC profile
>>I created was for use building the Watch&Listen
media activity.
>>I would use helix-client-all-defines instead.
>>
>>Or, you can just check the code out by hand:
>>
>>cd datatype
>>cvs -d :ext:gwrightcvs.helixcommunity.org:/cvsroot/datatype co 
>>tools/dtdriver
>>
>>...
>>...
>>U tools/dtdriver/engine/pub/csrcsynchdlr.h
>>U tools/dtdriver/engine/pub/csrctrpt.h
>>U tools/dtdriver/engine/pub/ffdriver.h
>>...
>>..
>>
>>
>>--greg.
>>
>> >
>> > ~Sarah

_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

  
  
  
  
  
First Time Building Helix Player Using Atlas Client / Re: Building player/app/plugin on
country flaguser name
United States
2007-05-25 03:30:50
Hi Sarah,

I am able to hack the Helix Player to build to completion
using Atlas 
client and play an Ogg video clip.

All my changes (some are hacks) are attached here for the
player build 
using Atlas, but you need only the bif files and the
nsITimer.h fixes to 
build the Mozilla plugin targeting Atlas.

If you want to check out and build the player Mozilla plugin
often, you 
should probably request the player team to branch the player
source and use 
the 150Cay branch. That way, you will be able to checkin
changes for Atlas. 
Lets us know.


FYI: CR for the firefox issue:
http://lists.helixcommunity.org/piperma
il/common-dev/2006-May/003504.html


Files Modified:
build/bif-cvs/helix/client/build/BIF/realplay_gtk_current.bi
f - inherit 
helix.bif
build/bif-cvs/helix/common/build/BIF/helix.bif   - Added
player_hxclientkit 
dependency
common/import/gecko-sdk/xpcom/include/nsITimer.h - Merge fix
for Firefox 
1.5 timer IID.



common/include/hxplayvelocity.h - Remove multiple definition
by #ifdef out 
hxcomptr.h if INITGUID is defined.

common/util/pub/hxurl.h   - reenable ctor with miniCCF
common/util/hxurl.cpp     - reenable ctor with miniCCF

common/container/pub/hxslist.h - __attribute__((unused)) get
rid of static 
function GCC warning

player/common/gtk/guids.cpp  - Added
IID_IHXFragmentedBuffer.
player/common/gtk/hxmetadatareader.cpp - Replace
hxsmartptr.h with hxcomptr.h
player/installer/archive/make_tempdir  - copy hxmedpltfm.so
and hxmedplyeng.so
player/app/gtk/mainapp.cpp - Disable playlist to avoid
ffdriver crash.




-- 
Daniel Yek


At 04:32 PM 5/23/2007, Sarah Cooley wrote:
>Fair enough.  Checked out ffdriver and
datatype/tools/minicntx since
>it was also missing.  However, as a whole the build
still fails. I'd
>assume most of these are either not updated code from
cayenne_1_5 or
>other little bugs from porting.  Mainly I'm just making
sure the
>issues I'm running into haven't been fixed by others
--why reimplement
>fixes others have made.
>
>Thank you,
>Sarah
>
>../../../common/include/hxplugn.h:1490: warning:
'struct
>IHXPluginNamespace' has virtual functions but
non-virtual destructor
>
>../../../common/include/hxcomptr.h:1205: error:
conflicting
>declaration 'typedef class HXCOMPtr<IUnknown>
SPIUnknown'
>../../../common/include/hxsmartptr.h:459: error: 'class
SPIUnknown'
>has a previous declaration as 'class SPIUnknown'

>hxmetadatareader.cpp:71: error: using typedef-name
>'SPIHXPlugin2Handler' after 'class'
>../../../common/include/hxplugn.h:1513: error:
'SPIHXPlugin2Handler'
>has a previous declaration here
>hxmetadatareader.cpp:72: error: using typedef-name
>'SPIHXCommonClassFactory' after 'class'
>../../../common/include/hxcomptr.h:1212: error:
>'SPIHXCommonClassFactory' has a previous declaration
here



>hxmetadatareader.cpp:77: error: using typedef-name
'SPIHXValues' after 'class'
>../../../common/include/ihxpckts.h:857: error:
'SPIHXValues' has a
>previous declaration here
>hxmetadatareader.cpp:78: error: using typedef-name
'SPIHXBuffer' after 'class'
>../../../common/include/ihxpckts.h:852: error:
'SPIHXBuffer' has a
>previous declaration here
>hxmetadatareader.cpp:79: error: using typedef-name
'SPIHXPlugin' after 'class'
>../../../common/include/hxplugn.h:1503: error:
'SPIHXPlugin' has a
>previous declaration here
>
>
>On 5/23/07, Greg Wright <gwrightreal.com> wrote:
>>Sarah Cooley wrote:
>> > I'm running into missing header files building
the plugin under atlas.
>> > I've been using:
>> > BIF branch: helix
>> > Target(s): player_plugin
>> > Profile:
/home/cooleys/build/umakepf/helix-client-OLPC
>> >
>> > hxmetadatareader.cpp:61:22: error: ffdriver.h:
No such file or directory
>> > Basically hxmetadatareader is missing a header
file.  In other
>> > branches (hxplay_plugin etc) this file is
located in
>> > datatype/tools/dtdriver/engine/pub/ffdriver.h
which doesn't exist in
>> > atlas.  It seems other people are running into
the same issue.  Is
>> > there something I'm missing during build or
some known fix for this?
>>
>>I am sure it exists. There is probably just a
missing dependancy
>>in the helix.bif file. Perhaps because building the
plugin was
>>never tested with the OLPC profile you are using.
The OLPC profile
>>I created was for use building the Watch&Listen
media activity.
>>I would use helix-client-all-defines instead.
>>
>>Or, you can just check the code out by hand:
>>
>>cd datatype
>>cvs -d :ext:gwrightcvs.helixcommunity.org:/cvsroot/datatype co 
>>tools/dtdriver
>>
>>...
>>...
>>U tools/dtdriver/engine/pub/csrcsynchdlr.h
>>U tools/dtdriver/engine/pub/csrctrpt.h
>>U tools/dtdriver/engine/pub/ffdriver.h
>>...
>>..
>>
>>
>>--greg.
>>
>> >
>> > ~Sarah

_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

  
  
  
  
  
[1-9]

about | contact  Other archives ( Real Estate discussion Medical topics )