M
MadAxeMan
Guest
OK, installed VS2003.NET, DirectX SDK and downloaded source via WinCVS (both non tagged and most recently a clean 0.1.0.0.7 version). Any which way I seem to be getting the same compile errors where it is failing to find a namespace:
I'm more at homw with VS6 and C++, so this is a bit new, so it's probably a simple fix (hopefully?). Anyone?
Code:
------ Build started: Project: Core, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
The project is up-to-date.
Building satellite assemblies...
------ Build started: Project: Databases, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
The project is up-to-date.
Building satellite assemblies...
------ Build started: Project: TVCapture, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
c:\development\mediaportal\tvcapture\dvbsections.cs(1576,9): warning CS0219: The variable 'a' is assigned but its value is never used
c:\development\mediaportal\tvcapture\dvbsections.cs(1836,18): error CS1501: No overload for method 'GetSatChannelName' takes '2' arguments
c:\DEVELOPMENT\mediaportal\TVCapture\bin\Debug\Databases.dll: (Related file)
c:\development\mediaportal\tvcapture\dvbsections.cs(1852,18): error CS1501: No overload for method 'GetSatChannelName' takes '2' arguments
c:\DEVELOPMENT\mediaportal\TVCapture\bin\Debug\Databases.dll: (Related file)
c:\development\mediaportal\tvcapture\dvbsections.cs(1884,21): error CS1501: No overload for method 'GetSatChannelName' takes '2' arguments
c:\DEVELOPMENT\mediaportal\TVCapture\bin\Debug\Databases.dll: (Related file)
c:\development\mediaportal\tvcapture\dvbsections.cs(1905,23): error CS1501: No overload for method 'GetSatChannelName' takes '2' arguments
c:\DEVELOPMENT\mediaportal\TVCapture\bin\Debug\Databases.dll: (Related file)
C:\DEVELOPMENT\mediaportal\TVCapture\DVBSkyStar2Helper.cs(523,10): warning CS0219: The variable 'b' is assigned but its value is never used
C:\DEVELOPMENT\mediaportal\TVCapture\DVBTeletext.cs(432,4): warning CS0168: The variable 'ex' is declared but never used
C:\DEVELOPMENT\mediaportal\TVCapture\DVBTeletext.cs(434,9): warning CS0219: The variable 'a' is assigned but its value is never used
Build complete -- 4 errors, 4 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is missing.
------ Build started: Project: WindowPlugins, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\FormOSD.cs(9,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUIFullscreenTeletext.cs(13,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUIFullScreenTV.cs(12,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUIRecordedTV.cs(8,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUIRecordedTVChannel.cs(8,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUIRecordedTVGenre.cs(8,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVGuide.cs(13,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVHome.cs(13,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVMSNOSD.cs(8,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVOSD.cs(8,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVOverlay.cs(7,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVScheduler.cs(8,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVSearch.cs(8,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVTeletext.cs(13,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUIVideoFiles\GUIVideoMSNOSD.cs(8,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUITVTeletext.cs(37,3): error CS0246: The type or namespace name 'DVBTeletext' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\WindowPlugins\GUITV\GUIFullscreenTeletext.cs(31,3): error CS0246: The type or namespace name 'DVBTeletext' could not be found (are you missing a using directive or an assembly reference?)
Build complete -- 17 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is missing.
------ Build started: Project: TagReaderPlugins, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
------ Build started: Project: TVGuideScheduler, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
------ Build started: Project: ProcessPlugins, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
C:\DEVELOPMENT\mediaportal\ProcessPlugins\NVPPowerScheduler\NVPPowerScheduler.cs(5,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
Build complete -- 1 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is missing.
------ Build started: Project: ExternalPlayers, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
------ Build started: Project: SubtitlePlugins, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
------ Build started: Project: MediaPortal.Configuration, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
C:\DEVELOPMENT\mediaportal\Configuration\Sections\DVBSSS2.cs(9,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\Sections\TVCaptureCards.cs(11,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
c:\development\mediaportal\configuration\analogtvtuningform.cs(13,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
c:\development\mediaportal\configuration\analogtvtuningform.cs(14,7): error CS0246: The type or namespace name 'TVCapture' could not be found (are you missing a using directive or an assembly reference?)
c:\development\mediaportal\configuration\analogtvtuningform.cs(22,63): error CS0246: The type or namespace name 'AutoTuneCallback' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\EditCaptureCardForm.cs(11,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\EditCaptureCardForm.cs(13,7): error CS0246: The type or namespace name 'TVCapture' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\EditCaptureCardForm.cs(22,10): error CS0246: The type or namespace name 'CaptureCardDefinitions' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\EditCaptureCardForm.cs(1299,35): error CS0246: The type or namespace name 'TVCaptureDevice' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\EditCaptureCardForm.cs(1604,10): error CS0246: The type or namespace name 'TVCaptureDevice' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\EditCaptureCardForm.cs(2022,10): error CS0246: The type or namespace name 'TVCaptureDevice' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\EditCaptureCardForm.cs(2024,29): error CS0246: The type or namespace name 'TVCaptureDevice' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\EditCaptureCardForm.cs(2029,9): error CS0246: The type or namespace name 'TVCaptureDevice' could not be found (are you missing a using directive or an assembly reference?)
c:\development\mediaportal\configuration\analogtvtuningform.cs(34,3): error CS0246: The type or namespace name 'ITuning' could not be found (are you missing a using directive or an assembly reference?)
c:\development\mediaportal\configuration\analogtvtuningform.cs(38,3): error CS0246: The type or namespace name 'TVCaptureDevice' could not be found (are you missing a using directive or an assembly reference?)
c:\development\mediaportal\configuration\analogtvtuningform.cs(237,10): error CS0246: The type or namespace name 'ITuning' could not be found (are you missing a using directive or an assembly reference?)
c:\development\mediaportal\configuration\analogtvtuningform.cs(244,10): error CS0246: The type or namespace name 'TVCaptureDevice' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\Sections\TVCaptureCards.cs(62,31): error CS0246: The type or namespace name 'TVCaptureDevice' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\Sections\DVBSSS2.cs(131,11): error CS0246: The type or namespace name 'DVBSections' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\Sections\DVBSSS2.cs(132,11): error CS0246: The type or namespace name 'DVBSkyStar2Helper' could not be found (are you missing a using directive or an assembly reference?)
C:\DEVELOPMENT\mediaportal\Configuration\Sections\DVBSSS2.cs(133,11): error CS0246: The type or namespace name 'DVBSections' could not be found (are you missing a using directive or an assembly reference?)
Build complete -- 21 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is missing.
------ Build started: Project: MediaPortal, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
C:\DEVELOPMENT\mediaportal\xbmc\MediaPortal.cs(27,22): error CS0234: The type or namespace name 'Recording' does not exist in the class or namespace 'MediaPortal.TV' (are you missing an assembly reference?)
Build complete -- 1 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is missing.
---------------------- Done ----------------------
Build: 6 succeeded, 5 failed, 0 skipped
I'm more at homw with VS6 and C++, so this is a bit new, so it's probably a simple fix (hopefully?). Anyone?