[Mono-list] Internal Compile Error - Monodevelop on Mac

oplus oplusplus@cox.net
Fri, 28 May 2004 07:09:58 -0400


--Apple-Mail-1-61216565
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=WINDOWS-1252;
	delsp=yes;
	format=flowed

Hi,

I have been trying to follow the install/build instructions on =20
http://www.jepstone.net.

	=95 	Install Fink.
	=95 	 Configure Fink to use the unstable repository.
	=95 	 Install mono, gtk-sharp, gecko-sharp, =
gtksourceview-sharp, and =20
probably a bunch of other stuff (monodevelop will let you know what's =20=

needed when you run ./configure) using "fink install". When you come to =20=

gtk-sharp, you might have a problem with a gtk+2 dependency, so if this =20=

happens, edit =20
/sw/fink/10.3/unstable/main/finkinfo/graphics/gtk-sharp.info and change =20=

all occurrences of "gtk+2 (>=3D 2.2.4-3)" to "gtk+2 (>=3D 2.2.4-2)"
	=95 	 Install mozilla with fink. This will take a veeeery =
long time if =20
you do it from source, so if you don't mind mixing source/binary =20
installations, just do "sudo apt-get install mozilla". If you don't =20
have mozilla installed, the monodevelop script will appear to hang =20
("cat `which mozilla`" turns into "cat") when you launch it.
	=95 	 Download MonoDevelop 0.3, extract it, set =
CPPFLAGS=3D-I/sw/include, =20
CFLAGS=3D-I/sw/include, and LDFLAGS=3D-L/sw/lib, and then run =
./configure =20
in the top-level directory.
	=95 	 Edit Main/Base/Makefile and change CSC =3D mcs /debug =
to CSC =3D mcs. =20
This prevented a NullReferenceException while compiling that part of =20
the code.
	=95 	 make and then sudo make install
	=95 	Mono seems to be a little confused about how to handle =
DllImport on =20
Mac OS X, so we need to help it. You'll need to make the following =20
symlinks:
$ cd /sw/lib
$ sudo ln -s libgtk-x11-2.0.dylib libgtk-x11-2.0.so.0
$ sudo ln -s libgnomevfs-2.dylib libgnomevfs-2.so
$ sudo ln -s libgtksourceview-1.0.dylib libgtksourceview-1.0.so
$ sudo ln -s libglib-2.0.dylib libglib-2.0.so
# Update 5/18/2004:
$ sudo ln -s libglib-2.0.dylib libglib-2.0.so.0

$ cd /usr/local/lib/monodevelop/bin/
$ sudo ln -s libgdldock.dylib libgdldock.so
$ sudo ln -s libmonodevelop.dylib libmonodevelop.so

	=95 	 Open up X11, start an xterm, and run =
/usr/local/bin/monodevelop.

I have also run PKG_CONFIG_PATH=3D/sw/lib/pkgconfig


I am getting the following error when i run make- any ideas?
  .....> snip start<----
Making all in Base
mcs -codepage:utf8 /out:MonoDevelop.Base.dll /target:library =20
/r:System.Drawing /r:ICSharpCode.SharpZipLib.dll =20
/r:../../../build/bin/ICSharpCode.SharpRefactory.dll =20
/r:../../../build/bin/MonoDevelop.Core.dll =20
/r:../../../build/bin/ICSharpCode.SharpAssembly.dll =20
/r:../../../build/bin/MonoDevelop.Gui.Utils.dll =20
/r:../../../build/bin/MonoDevelop.Gui.Widgets.dll /r:System.Data =20
/r:System.Web.Services -r:glib-sharp -r:pango-sharp -r:atk-sharp =20
-r:gdk-sharp -r:gtk-sharp -lib:/sw/lib/mono/gtk-sharp =20
/r:../../../build/bin/gdl-sharp.dll -r:glade-sharp =20
-lib:/sw/lib/mono/gtk-sharp -r:gnome-sharp -lib:/sw/lib/mono/gtk-sharp =20=

-r:gtkhtml-sharp -lib:/sw/lib/mono/gtk-sharp -r:gecko-sharp.dll =20
-lib:/sw/lib/mono/gecko-sharp   /lib:/sw/lib/mono/gtk-sharp /r:monodoc  =20=

  \
/resource:./../../../data/resources/glade/Base.glade,Base.glade \
  \
././Gui/Pads/ProjectBrowser/ProjectBrowserView.cs =20
././Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs =20
././Gui/Pads/ProjectBrowser/NodeBuilder/IProjectNodeBuilder.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/ProjectBrowserNode.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/FolderNode.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/AbstractBrowserNode.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/ReferenceNode.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/DragDropUtil.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/DirectoryNode.cs =20
././Gui/Pads/ProjectBrowser/BrowserNode/NamedFolderNode.cs =20
././Gui/Pads/OpenTaskView.cs ././Gui/Pads/TreeViewMemento.cs =20
././Gui/Pads/FileScout/FileList.cs =20
././Gui/Pads/FileScout/FileListItem.cs =20
././Gui/Pads/FileScout/FileScout.cs =20
././Gui/Pads/PropertyPad/PropertyPadCommands.cs =20
././Gui/Pads/PropertyPad/PropertyPad.cs =20
././Gui/Pads/ClassScout/ClassScout.cs =20
././Gui/Pads/ClassScout/NodeBuilder/=20
DefaultDotNetClassScoutNodeBuilder.cs =20
././Gui/Pads/ClassScout/NodeBuilder/IClassScoutNodeBuilder.cs =20
././Gui/Pads/ClassScout/BrowserNode/AbstractClassScoutNode.cs =20
././Gui/Pads/HelpBrowser/MonodocTreePad.cs =20
././Gui/Pads/HelpBrowser/HelpViewer.cs ././Gui/Pads/SideBarView.cs =20
././Gui/AbstractPadContent.cs ././Gui/ISecondaryViewContent.cs =20
././Gui/IViewContent.cs ././Gui/AbstractViewContent.cs =20
././Gui/Components/SdMenuSeparator.cs =20
././Gui/Components/SharpMessageBox.cs =20
././Gui/Components/StatusBar/AxStatusBar.cs =20
././Gui/Components/StatusBar/SdStatusBar.cs =20
././Gui/Components/StatusBar/AxStatusBarPanel.cs =20
././Gui/Components/LocalizedPropertyGrid/LocalizedPropertyDescriptor.cs =20=

././Gui/Components/LocalizedPropertyGrid/LocalizedObject.cs =20
././Gui/Components/LocalizedPropertyGrid/LocalizedPropertyAttribute.cs =20=

././Gui/Components/SideBar/AxSideTabItem.cs =20
././Gui/Components/SideBar/AxSideTab.cs =20
././Gui/Components/SideBar/SharpDevelopSideTabItem.cs =20
././Gui/Components/SideBar/SharpDevelopSideBar.cs =20
././Gui/Components/SideBar/AxSideBar.cs ././Gui/Components/SdMenu.cs =20
././Gui/Components/SdMenuCheckBox.cs =20
././Gui/Components/SdMenuCommand.cs =20
././Gui/Components/SdToolbarCommand.cs ././Gui/IProgressMonitor.cs =20
././Gui/WorkbenchWindowCollection.cs ././Gui/WorkbenchSingleton.cs =20
././Gui/IMementoCapable.cs ././Gui/Dialogs/ViewGPLDialog.cs =20
././Gui/Dialogs/CommonAboutDialog.cs =20
././Gui/Dialogs/OptionPanels/ProjectOptions/=20
CompileFileProjectOptions.cs =20
././Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs =20
././Gui/Dialogs/OptionPanels/ProjectOptions/GeneralProjectOptions.cs =20
././Gui/Dialogs/OptionPanels/IDEOptions/BuildPanel.cs =20
././Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs =20
././Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs =20
././Gui/Dialogs/OptionPanels/IDEOptions/CodeGenerationPanel.cs =20
././Gui/Dialogs/OptionPanels/IDEOptions/SelectCulturePanel.cs =20
././Gui/Dialogs/OptionPanels/EditTemplateDialog.cs =20
././Gui/Dialogs/OptionPanels/ExternalToolPanel.cs =20
././Gui/Dialogs/OptionPanels/PropertyGridPanel.cs =20
././Gui/Dialogs/TreeViewOptions.cs ././Gui/Dialogs/WordCountDialog.cs =20=

././Gui/Dialogs/SharpDevelopAboutPanels.cs =20
././Gui/Dialogs/SplashScreen.cs ././Gui/Dialogs/Wizard/WizardDialog.cs =20=

././Gui/Dialogs/Wizard/CurrentPanelPanel.cs =20
././Gui/Dialogs/Wizard/StatusPanel.cs =20
././Gui/Dialogs/Wizard/IWizardPanel.cs =20
././Gui/Dialogs/Wizard/AbstractWizardPanel.cs =20
././Gui/Dialogs/CombineConfiguration/CombineConfigurationPanel.cs =20
././Gui/Dialogs/CombineConfiguration/CombineDependencyPanel.cs =20
././Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs =20
././Gui/Dialogs/CombineConfiguration/ConfigurationManager.cs =20
././Gui/Dialogs/FusionNative.cs ././Gui/Dialogs/NewProjectDialog.cs =20
././Gui/Dialogs/AbstractOptionPanel.cs =20
././Gui/Dialogs/ReferenceDialog/COMReferencePanel.cs =20
././Gui/Dialogs/ReferenceDialog/WebReference.cs =20
././Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs =20
././Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs =20
././Gui/Dialogs/ReferenceDialog/AddWebReferenceDialog.cs =20
././Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs =20
././Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs =20
././Gui/Dialogs/TabbedOptions.cs ././Gui/Dialogs/DirtyFilesDialog.cs =20
././Gui/Dialogs/TipOfTheDay.cs ././Gui/Dialogs/InputBox.cs =20
././Gui/Dialogs/NewFileDialog.cs =20
././Gui/Dialogs/ProjectOptionsDialog.cs =20
././Gui/Dialogs/NewLayoutDialog.cs =20
././Gui/ContentInterfaces/IBookmarkOperations.cs =20
././Gui/ContentInterfaces/IClipboardHandler.cs =20
././Gui/ContentInterfaces/IPrintable.cs =20
././Gui/ContentInterfaces/IPositionable.cs =20
././Gui/ContentInterfaces/ICustomizedCommands.cs =20
././Gui/ContentInterfaces/IEditable.cs =20
././Gui/ContentInterfaces/IParseInformationListener.cs =20
././Gui/ContentInterfaces/IParsableContent.cs =20
././Gui/XmlForms/SharpDevelopStringValueFilter.cs =20
././Gui/XmlForms/BaseSharpDevelopForm.cs =20
././Gui/XmlForms/SharpDevelopPropertyValueCreator.cs =20
././Gui/XmlForms/BaseSharpDevelopUserControl.cs =20
././Gui/XmlForms/SharpDevelopObjectCreator.cs =20
././Gui/IBaseViewContent.cs ././Gui/ErrorDialogs/LoadingError.cs =20
././Gui/IWorkbenchLayout.cs ././Gui/ErrorHandlers/GenericError.cs =20
././Gui/ErrorHandlers/CombineLoadError.cs ././Gui/IWorkbench.cs =20
././Gui/BrowserDisplayBinding/AxSHDocVw.cs =20
././Gui/BrowserDisplayBinding/HtmlViewPane.cs =20
././Gui/BrowserDisplayBinding/BrowserDisplayBinding.cs =20
././Gui/BrowserDisplayBinding/HTMLInterfaces.cs =20
././Gui/BrowserDisplayBinding/SHDocVw.cs ././Gui/IPadContent.cs =20
././Gui/AbstractBaseViewContent.cs ././Gui/PadContentCollection.cs =20
././Gui/PixbufList.cs ././Gui/AbstractSecondaryViewContent.cs =20
././Gui/CompletionDatabaseWizard/CreateDBGenerator.cs =20
././Gui/CompletionDatabaseWizard/DownloadGenerator.cs =20
././Gui/CompletionDatabaseWizard/CreatingGenerator.cs =20
././Gui/CompletionDatabaseWizard/GenerateDatabase.cs =20
././Gui/CompletionDatabaseWizard/druid.cs =20
././Gui/CompletionDatabaseWizard/Exceptions.cs =20
././Gui/CompletionDatabaseWizard/IDatabaseGenerator.cs =20
././Gui/CompletionDatabaseWizard/UseExistingGenerator.cs =20
././Gui/ViewContentCollection.cs ././Gui/IWorkbenchWindow.cs =20
././Gui/HtmlControl/IHTMLDocument2.cs =20
././Gui/HtmlControl/IHTMLElement.cs ././Gui/HtmlControl/IWebBrowser.cs =20=

././Gui/HtmlControl/MozillaControl.cs =20
././Gui/Workbench/Layouts/SdiWorkspaceWindow.cs =20
././Gui/Workbench/Layouts/SdiWorkspaceLayout.cs =20
././Gui/Workbench/WorkbenchMemento.cs =20
././Gui/Workbench/DefaultWorkbench.cs =20
././Commands/ClassBrowserCommands/ClassBrowserCommands.cs =20
././Commands/FileCommands.cs ././Commands/HelpCommands.cs =20
././Commands/CustomStringTagProvider.cs ././Commands/RunCommands.cs =20
././Commands/ProjectBrowserCommands/FolderNodeCommands.cs =20
././Commands/ProjectBrowserCommands/ReferenceFolderNodeCommands.cs =20
././Commands/ProjectBrowserCommands/GeneralNodeCommands.cs =20
././Commands/ProjectBrowserCommands/CombineNodeCommands.cs =20
././Commands/ProjectBrowserCommands/ResourceFolderNodeCommands.cs =20
././Commands/ProjectBrowserCommands/ProjectNodeCommands.cs =20
././Commands/ProjectCommands.cs =20
././Commands/VBConverter/ConvertProject.cs =20
././Commands/VBConverter/ConvertBuffer.cs =20
././Commands/SideBarCommands.cs ././Commands/ProjectOptionsCommands.cs =20=

././Commands/EditCommands.cs ././Commands/WindowCommands.cs =20
././Commands/AutostartCommands.cs ././Commands/ToolsCommands.cs =20
././Commands/MenuItemBuilders.cs ././Services/File/IFileService.cs =20
././Services/File/DefaultFileService.cs =20
././Services/File/FileEventArgs.cs ././Services/File/RingBuffer.cs =20
././Services/File/RecentOpen.cs ././Services/MenuService/MenuService.cs =20=

././Services/DisplayBinding/DisplayBindingService.cs =20
././Services/LanguageBinding/LanguageBindingService.cs =20
././Services/Tasks/TaskService.cs ././Services/Tasks/Task.cs =20
././Services/AmbienceService/AmbienceService.cs =20
././Services/AmbienceService/AmbienceReflectionDecorator.cs =20
././Services/AmbienceService/AbstractAmbience.cs =20
././Services/AmbienceService/CodeDOMGeneratorUtility.cs =20
././Services/AmbienceService/NetAmbience.cs =20
././Services/AmbienceService/IAmbience.cs =20
././Services/Project/ProjectEventArgs.cs =20
././Services/Project/IProjectService.cs =20
././Services/Project/ProjectRenameEventArgs.cs =20
././Services/Project/DefaultProjectService.cs =20
././Services/Project/ParseInformationEventHandler.cs =20
././Services/Project/CombineEventArgs.cs ././Services/IconService.cs =20
././Services/StatusBar/DefaultStatusBarService.cs =20
././Services/StatusBar/IStatusBarService.cs =20
././Services/Language/LanguageService.cs =20
././Services/Language/Language.cs =20
././Services/ClassBrowserIcons/ClassBrowserIconsService.cs =20
././Services/ResourceNotFoundException.cs =20
././Services/ParserService/DefaultParserService.cs =20
././Services/ParserService/ClassProxyCollection.cs =20
././Services/ParserService/IParserService.cs =20
././Services/ParserService/ClassProxy.cs =20
././Services/ParserService/AssemblyInformation.cs =20
././Services/ParserService/ParseInformation.cs =20
././Services/ResourceService.cs ././Services/StockIcons.cs =20
././Services/MessageService.cs ././Services/Toolbar/ToolbarService.cs =20=

././Services/MonodocService.cs ././Services/IDebuggerService.cs =20
././Internal/Undo/IUndoableOperation.cs ././Internal/Undo/UndoStack.cs =20=

././Internal/Undo/UndoQueue.cs =20
././Internal/Conditions/OwnerStateCondition.cs =20
././Internal/Conditions/ProjectActiveCondition.cs =20
././Internal/Conditions/WindowActiveCondition.cs =20
././Internal/Conditions/WindowOpenCondition.cs =20
././Internal/Conditions/CombineOpenCondition.cs =20
././Internal/Conditions/ProjectOpenCondition.cs =20
././Internal/Conditions/WorkbenchContextCondition.cs =20
././Internal/Codons/DisplayBinding/IDisplayBinding.cs =20
././Internal/Codons/DisplayBinding/ISubDisplayBinding.cs =20
././Internal/Codons/DisplayBinding/DisplayBindingCodon.cs =20
././Internal/Codons/LanguageBinding/ICompilerResult.cs =20
././Internal/Codons/LanguageBinding/FileFilterCodon.cs =20
././Internal/Codons/LanguageBinding/ILanguageBinding.cs =20
././Internal/Codons/LanguageBinding/LanguageBindingCodon.cs =20
././Internal/Codons/LanguageBinding/DefaultCompilerResult.cs =20
././Internal/Codons/DefaultDialogPanelDescriptor.cs =20
././Internal/Codons/Toolbars/ToolbarItemCodon.cs =20
././Internal/Codons/IDialogPanel.cs =20
././Internal/Codons/DialogPanelCodon.cs =20
././Internal/Codons/IDialogPanelDescriptor.cs =20
././Internal/Codons/MenuItems/AbstractCheckableMenuCommand.cs =20
././Internal/Codons/MenuItems/ISubmenuBuilder.cs =20
././Internal/Codons/MenuItems/IMenuCommand.cs =20
././Internal/Codons/MenuItems/AbstractMenuCommand.cs =20
././Internal/Codons/MenuItems/ICheckableMenuCommand.cs =20
././Internal/Codons/MenuItems/MenuItemCodon.cs =20
././Internal/DataStructures/PriorityQueue.cs =20
././Internal/Parser/IRegion.cs =20
././Internal/Parser/ICompilationUnitBase.cs =20
././Internal/Parser/IEvent.cs =20
././Internal/Parser/Collections/PropertyCollection.cs =20
././Internal/Parser/Collections/TypedCSharpCollection.cs =20
././Internal/Parser/Collections/IUsingCollection.cs =20
././Internal/Parser/Collections/TagCollection.cs =20
././Internal/Parser/Collections/ClassCollection.cs =20
././Internal/Parser/Collections/EventCollection.cs =20
././Internal/Parser/Collections/AttributeCollection.cs =20
././Internal/Parser/Collections/MethodCollection.cs =20
././Internal/Parser/Collections/CommentCollection.cs =20
././Internal/Parser/Collections/ParameterCollection.cs =20
././Internal/Parser/Collections/FieldCollection.cs =20
././Internal/Parser/Collections/AttributeSectionCollection.cs =20
././Internal/Parser/ParameterModifier.cs =20
././Internal/Parser/ClassType.cs ././Internal/Parser/IParser.cs =20
././Internal/Parser/Implementations/AbstractField.cs =20
././Internal/Parser/Implementations/AbstractDecoration.cs =20
././Internal/Parser/Implementations/AbstractCompilationUnit.cs =20
././Internal/Parser/Implementations/AbstractParameter.cs =20
././Internal/Parser/Implementations/AbstractProperty.cs =20
././Internal/Parser/Implementations/AbstractIndexer.cs =20
././Internal/Parser/Implementations/AbstractAttribute.cs =20
././Internal/Parser/Implementations/AbstractEvent.cs =20
././Internal/Parser/Implementations/DefaultRegion.cs =20
././Internal/Parser/Implementations/AbstractComment.cs =20
././Internal/Parser/Implementations/AbstractNamedEntity.cs =20
././Internal/Parser/Implementations/AbstractMember.cs =20
././Internal/Parser/Implementations/AbstractUsing.cs =20
././Internal/Parser/Implementations/AbstractClass.cs =20
././Internal/Parser/Implementations/AbstractMethod.cs =20
././Internal/Parser/Implementations/AbstractReturnType.cs =20
././Internal/Parser/Tag.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyIndexer.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs =20
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs =20
././Internal/Parser/IReturnType.cs ././Internal/Parser/IUsing.cs =20
././Internal/Parser/IClass.cs ././Internal/Parser/IParameter.cs =20
././Internal/Parser/IIndexer.cs ././Internal/Parser/IAttribute.cs =20
././Internal/Parser/ReflectionLayer/ReflectionReturnType.cs =20
././Internal/Parser/ReflectionLayer/ReflectionProperty.cs =20
././Internal/Parser/ReflectionLayer/ReflectionClass.cs =20
././Internal/Parser/ReflectionLayer/ReflectionIndexer.cs =20
././Internal/Parser/ReflectionLayer/ReflectionMethod.cs =20
././Internal/Parser/ReflectionLayer/ReflectionField.cs =20
././Internal/Parser/ReflectionLayer/ReflectionParameter.cs =20
././Internal/Parser/ReflectionLayer/ReflectionEvent.cs =20
././Internal/Parser/IDecoration.cs ././Internal/Parser/Comment.cs =20
././Internal/Parser/ModifierEnum.cs ././Internal/Parser/IMember.cs =20
././Internal/Parser/IExpressionFinder.cs ././Internal/Parser/IField.cs =20=

././Internal/Parser/IProperty.cs =20
././Internal/Parser/PersistenceLayer/PersistentIndexer.cs =20
././Internal/Parser/PersistenceLayer/PersistentField.cs =20
././Internal/Parser/PersistenceLayer/PersistentMethod.cs =20
././Internal/Parser/PersistenceLayer/PersistentReturnType.cs =20
././Internal/Parser/PersistenceLayer/PersistentEvent.cs =20
././Internal/Parser/PersistenceLayer/PersistentProperty.cs =20
././Internal/Parser/PersistenceLayer/PersistentParameter.cs =20
././Internal/Parser/PersistenceLayer/PersistentClass.cs =20
././Internal/Parser/IMethod.cs ././Internal/Parser/IComment.cs =20
././Internal/Parser/ICompilationUnit.cs =20
././Internal/Project/Attributes/XmlNodeNameAttribute.cs =20
././Internal/Project/Attributes/ConvertToRelativePathAttribute.cs =20
././Internal/Project/Attributes/XmlSetAttribute.cs =20
././Internal/Project/Attributes/XmlAttributeAttribute.cs =20
././Internal/Project/Project/Deployment/DeployInformation.cs =20
././Internal/Project/Project/Deployment/AssemblyDeploy.cs =20
././Internal/Project/Project/Deployment/ScriptDeploy.cs =20
././Internal/Project/Project/Deployment/IDeploymentStrategy.cs =20
././Internal/Project/Project/Deployment/FileDeploy.cs =20
././Internal/Project/Project/Collections/ProjectFileCollection.cs =20
././Internal/Project/Project/Collections/ProjectReferenceCollection.cs =20=

././Internal/Project/Project/UnknownProjectVersionException.cs =20
././Internal/Project/Project/TypelibImporter.cs =20
././Internal/Project/Project/AbstractProjectConfiguration.cs =20
././Internal/Project/Project/AbstractProject.cs =20
././Internal/Project/Project/ProjectReference.cs =20
././Internal/Project/Project/ConvertXml.cs =20
././Internal/Project/Project/IncludeFilesDialog.cs =20
././Internal/Project/Project/IConfiguration.cs =20
././Internal/Project/Project/ProjectFile.cs =20
././Internal/Project/Project/AbstractConfiguration.cs =20
././Internal/Project/Project/IProject.cs =20
././Internal/Project/Combine/Combine.cs =20
././Internal/Project/Combine/CombineExecuteDefinition.cs =20
././Internal/Project/Combine/CyclicBuildOrderException.cs =20
././Internal/Project/Combine/CombineConfiguration.cs =20
././Internal/Project/Combine/NoStartupCombineDefinedException.cs =20
././Internal/Project/Combine/CombineEntry.cs =20
././Internal/Templates/FileDescriptionTemplate.cs =20
././Internal/Templates/CodeTemplate.cs =20
././Internal/Templates/CodeTemplateGroup.cs =20
././Internal/Templates/FileTemplate.cs =20
././Internal/Templates/TextTemplate.cs =20
././Internal/Templates/CodeTemplateLoader.cs =20
././Internal/Templates/INewFileCreator.cs =20
././Internal/Templates/ProjectTemplates/ProjectTemplate.cs =20
././Internal/Templates/ProjectTemplates/ProjectDescriptor.cs =20
././Internal/Templates/ProjectTemplates/CombineDescriptor.cs =20
././Internal/Templates/ProjectTemplates/ProjectCreateInformation.cs =20
././Internal/CollectionUtilities/DiffUtility.cs =20
././Internal/CollectionUtilities/SortUtilityBase.cs =20
././Internal/CollectionUtilities/SortUtility.cs =20
././Internal/CollectionUtilities/Comparers.cs =20
././Internal/ExternalTool/ToolLoader.cs =20
././Internal/ExternalTool/ExternalTool.cs ././AssemblyInfo.cs \
&& cp MonoDevelop.Base.dll ../../../build/bin/.
Internal() warning CS0162: Unreachable code detected
Exception caught by the compiler while compiling:
    Block that caused the problem begin at: =20
././Internal/Parser/PersistenceLayer/PersistentProperty.cs: (34)
                      Block being compiled: =20
[././Internal/Parser/PersistenceLayer/PersistentProperty.cs: =20
(38),Internal: (1)]
System.NullReferenceException: Object reference not set to an instance =20=

of an object
         in String.Concat (string, string, string)
         in TypeManager.GetMethod (System.Type, string, System.Type[], =20=

bool, bool)
         in Binary.DoResolve (Mono.CSharp.EmitContext)
         in Expression.Resolve (Mono.CSharp.EmitContext, =20
Mono.CSharp.ResolveFlags)
         in Expression.Resolve (Mono.CSharp.EmitContext)
         in Binary.DoResolve (Mono.CSharp.EmitContext)
         in Expression.Resolve (Mono.CSharp.EmitContext, =20
Mono.CSharp.ResolveFlags)
         in Expression.Resolve (Mono.CSharp.EmitContext)
         in Cast.DoResolve (Mono.CSharp.EmitContext)
         in Expression.Resolve (Mono.CSharp.EmitContext, =20
Mono.CSharp.ResolveFlags)
         in Expression.Resolve (Mono.CSharp.EmitContext)
         in InvocationOrCast.DoResolve (Mono.CSharp.EmitContext)
         in Expression.Resolve (Mono.CSharp.EmitContext, =20
Mono.CSharp.ResolveFlags)
         in Expression.Resolve (Mono.CSharp.EmitContext)
         in Assign.DoResolve (Mono.CSharp.EmitContext)
         in Expression.Resolve (Mono.CSharp.EmitContext, =20
Mono.CSharp.ResolveFlags)
         in Expression.Resolve (Mono.CSharp.EmitContext)
         in ExpressionStatement.ResolveStatement =20
(Mono.CSharp.EmitContext)
         in StatementExpression.Resolve (Mono.CSharp.EmitContext)
         in Block.Resolve (Mono.CSharp.EmitContext)
         in Block.Resolve (Mono.CSharp.EmitContext)
         in EmitContext.EmitTopBlock (Mono.CSharp.Block, =20
Mono.CSharp.InternalParameters, Mono.CSharp.Location)

make[3]: *** [MonoDevelop.Base.dll] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

--Apple-Mail-1-61216565
Content-Transfer-Encoding: quoted-printable
Content-Type: text/enriched;
	charset=WINDOWS-1252

Hi,


I have been trying to follow the install/build instructions on
http://www.jepstone.net.


=
<fontfamily><param>Verdana</param><color><param>3333,3333,3333</param><sma=
ller>	=95
	Install
=
</smaller></color><smaller>Fink<color><param>3333,3333,3333</param>.</colo=
r>

<color><param>3333,3333,3333</param>	=95 =09
</color>Configure<color><param>3333,3333,3333</param> Fink to use the
unstable repository.</color>

<color><param>3333,3333,3333</param>	=95 	 Install mono, =
gtk-sharp,
gecko-sharp, gtksourceview-sharp, and probably a bunch of other stuff
(monodevelop will let you know what's needed when you run ./configure)
using "fink install". When you come to gtk-sharp, you might have a
problem with a gtk+2 dependency, so if this happens, edit
=
</color></smaller></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller>/sw/fink/10.3/unstable/main/finkinfo/g=
raphics/gtk-sharp.info</smaller></color></fontfamily><fontfamily><param>Ve=
rdana</param><color><param>3333,3333,3333</param><smaller>
and change all occurrences of "gtk+2 (>=3D 2.2.4-3)" to "gtk+2 (>=3D
2.2.4-2)"</smaller></color><smaller>

<color><param>3333,3333,3333</param>	=95 	 Install mozilla with =
fink.
This will take a veeeery long time if you do it from source, so if you
don't mind mixing source/binary installations, just do "sudo apt-get
install mozilla". If you don't have mozilla installed, the monodevelop
script will appear to hang ("cat `which mozilla`" turns into "cat")
when you launch it.</color>

<color><param>3333,3333,3333</param>	=95 	 Download
</color>MonoDevelop<color><param>3333,3333,3333</param> 0.3, extract
it, set
=
</color></smaller></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller>CPPFLAGS=3D-I/sw/include</smaller></co=
lor></fontfamily><fontfamily><param>Verdana</param><color><param>3333,3333=
,3333</param><smaller>,
=
</smaller></color></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller>CFLAGS=3D-I/sw/include</smaller></colo=
r></fontfamily><fontfamily><param>Verdana</param><color><param>3333,3333,3=
333</param><smaller>,
and
=
</smaller></color></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller>LDFLAGS=3D-L/sw/lib</smaller></color><=
/fontfamily><fontfamily><param>Verdana</param><color><param>3333,3333,3333=
</param><smaller>,
and then run ./configure in the top-level =
directory.</smaller></color><smaller>

<color><param>3333,3333,3333</param>	=95 	 Edit Main/Base/Makefile =
and
change
=
</color></smaller></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller>CSC
=3D mcs
=
/debug</smaller></color></fontfamily><fontfamily><param>Verdana</param><co=
lor><param>3333,3333,3333</param><smaller> to
=
</smaller></color></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller>CSC
=3D =
mcs</smaller></color></fontfamily><fontfamily><param>Verdana</param><color=
><param>3333,3333,3333</param><smaller>.
This prevented a NullReferenceException while compiling that part of
the code.</smaller></color><smaller>

<color><param>3333,3333,3333</param>	=95 =09
=
</color></smaller></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller>make</smaller></color></fontfamily><fo=
ntfamily><param>Verdana</param><color><param>3333,3333,3333</param><smalle=
r>
and then
=
</smaller></color></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller>sudo
make
=
install</smaller></color></fontfamily><fontfamily><param>Verdana</param><c=
olor><param>3333,3333,3333</param><smaller> </smaller></color><smaller>

<color><param>3333,3333,3333</param>	=95 	Mono seems to be a =
little
confused about how to handle DllImport on Mac OS X, so we need to help
it. You'll need to make the following symlinks:</color>

=
</smaller></fontfamily><fontfamily><param>Courier</param><color><param>333=
3,3333,3333</param><smaller>$
cd /sw/lib

$ sudo ln -s libgtk-x11-2.0.dylib libgtk-x11-2.0.so.0

$ sudo ln -s libgnomevfs-2.dylib libgnomevfs-2.so

$ sudo ln -s libgtksourceview-1.0.dylib libgtksourceview-1.0.so

$ sudo ln -s libglib-2.0.dylib libglib-2.0.so

# Update 5/18/2004:

$ sudo ln -s libglib-2.0.dylib libglib-2.0.so.0


$ cd /usr/local/lib/monodevelop/bin/

$ sudo ln -s libgdldock.dylib libgdldock.so

$ sudo ln -s libmonodevelop.dylib libmonodevelop.so

</smaller></color><smaller>

=
</smaller></fontfamily><fontfamily><param>Verdana</param><color><param>333=
3,3333,3333</param><smaller>	=95
	=
</smaller></color></fontfamily><fontfamily><param>Courier</param><color><p=
aram>3333,3333,3333</param><smaller> =
</smaller></color></fontfamily><fontfamily><param>Verdana</param><color><p=
aram>3333,3333,3333</param><smaller>Open
up X11, start an xterm, and run /usr/local/bin/monodevelop.


I have also run PKG_CONFIG_PATH=3D/sw/lib/pkgconfig


</smaller></color></fontfamily>

I am getting the following error when i run make- any ideas?

 .....> snip start<<----

Making all in Base

mcs -codepage:utf8 /out:MonoDevelop.Base.dll /target:library
/r:System.Drawing /r:ICSharpCode.SharpZipLib.dll
/r:../../../build/bin/ICSharpCode.SharpRefactory.dll
/r:../../../build/bin/MonoDevelop.Core.dll
/r:../../../build/bin/ICSharpCode.SharpAssembly.dll
/r:../../../build/bin/MonoDevelop.Gui.Utils.dll
/r:../../../build/bin/MonoDevelop.Gui.Widgets.dll /r:System.Data
/r:System.Web.Services -r:glib-sharp -r:pango-sharp -r:atk-sharp
-r:gdk-sharp -r:gtk-sharp -lib:/sw/lib/mono/gtk-sharp
/r:../../../build/bin/gdl-sharp.dll -r:glade-sharp
-lib:/sw/lib/mono/gtk-sharp -r:gnome-sharp -lib:/sw/lib/mono/gtk-sharp
-r:gtkhtml-sharp -lib:/sw/lib/mono/gtk-sharp -r:gecko-sharp.dll
-lib:/sw/lib/mono/gecko-sharp   /lib:/sw/lib/mono/gtk-sharp /r:monodoc   =
\

/resource:./../../../data/resources/glade/Base.glade,Base.glade \

 \

././Gui/Pads/ProjectBrowser/ProjectBrowserView.cs
././Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs
././Gui/Pads/ProjectBrowser/NodeBuilder/IProjectNodeBuilder.cs
././Gui/Pads/ProjectBrowser/BrowserNode/ProjectBrowserNode.cs
././Gui/Pads/ProjectBrowser/BrowserNode/FolderNode.cs
././Gui/Pads/ProjectBrowser/BrowserNode/AbstractBrowserNode.cs
././Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs
././Gui/Pads/ProjectBrowser/BrowserNode/ReferenceNode.cs
././Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs
././Gui/Pads/ProjectBrowser/BrowserNode/DragDropUtil.cs
././Gui/Pads/ProjectBrowser/BrowserNode/DirectoryNode.cs
././Gui/Pads/ProjectBrowser/BrowserNode/NamedFolderNode.cs
././Gui/Pads/OpenTaskView.cs ././Gui/Pads/TreeViewMemento.cs
././Gui/Pads/FileScout/FileList.cs
././Gui/Pads/FileScout/FileListItem.cs
././Gui/Pads/FileScout/FileScout.cs
././Gui/Pads/PropertyPad/PropertyPadCommands.cs
././Gui/Pads/PropertyPad/PropertyPad.cs
././Gui/Pads/ClassScout/ClassScout.cs
=
././Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs
././Gui/Pads/ClassScout/NodeBuilder/IClassScoutNodeBuilder.cs
././Gui/Pads/ClassScout/BrowserNode/AbstractClassScoutNode.cs
././Gui/Pads/HelpBrowser/MonodocTreePad.cs
././Gui/Pads/HelpBrowser/HelpViewer.cs ././Gui/Pads/SideBarView.cs
././Gui/AbstractPadContent.cs ././Gui/ISecondaryViewContent.cs
././Gui/IViewContent.cs ././Gui/AbstractViewContent.cs
././Gui/Components/SdMenuSeparator.cs
././Gui/Components/SharpMessageBox.cs
././Gui/Components/StatusBar/AxStatusBar.cs
././Gui/Components/StatusBar/SdStatusBar.cs
././Gui/Components/StatusBar/AxStatusBarPanel.cs
././Gui/Components/LocalizedPropertyGrid/LocalizedPropertyDescriptor.cs
././Gui/Components/LocalizedPropertyGrid/LocalizedObject.cs
././Gui/Components/LocalizedPropertyGrid/LocalizedPropertyAttribute.cs
././Gui/Components/SideBar/AxSideTabItem.cs
././Gui/Components/SideBar/AxSideTab.cs
././Gui/Components/SideBar/SharpDevelopSideTabItem.cs
././Gui/Components/SideBar/SharpDevelopSideBar.cs
././Gui/Components/SideBar/AxSideBar.cs ././Gui/Components/SdMenu.cs
././Gui/Components/SdMenuCheckBox.cs
././Gui/Components/SdMenuCommand.cs
././Gui/Components/SdToolbarCommand.cs ././Gui/IProgressMonitor.cs
././Gui/WorkbenchWindowCollection.cs ././Gui/WorkbenchSingleton.cs
././Gui/IMementoCapable.cs ././Gui/Dialogs/ViewGPLDialog.cs
././Gui/Dialogs/CommonAboutDialog.cs
././Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs
././Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs
././Gui/Dialogs/OptionPanels/ProjectOptions/GeneralProjectOptions.cs
././Gui/Dialogs/OptionPanels/IDEOptions/BuildPanel.cs
././Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs
././Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs
././Gui/Dialogs/OptionPanels/IDEOptions/CodeGenerationPanel.cs
././Gui/Dialogs/OptionPanels/IDEOptions/SelectCulturePanel.cs
././Gui/Dialogs/OptionPanels/EditTemplateDialog.cs
././Gui/Dialogs/OptionPanels/ExternalToolPanel.cs
././Gui/Dialogs/OptionPanels/PropertyGridPanel.cs
././Gui/Dialogs/TreeViewOptions.cs ././Gui/Dialogs/WordCountDialog.cs
././Gui/Dialogs/SharpDevelopAboutPanels.cs
././Gui/Dialogs/SplashScreen.cs ././Gui/Dialogs/Wizard/WizardDialog.cs
././Gui/Dialogs/Wizard/CurrentPanelPanel.cs
././Gui/Dialogs/Wizard/StatusPanel.cs
././Gui/Dialogs/Wizard/IWizardPanel.cs
././Gui/Dialogs/Wizard/AbstractWizardPanel.cs
././Gui/Dialogs/CombineConfiguration/CombineConfigurationPanel.cs
././Gui/Dialogs/CombineConfiguration/CombineDependencyPanel.cs
././Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs
././Gui/Dialogs/CombineConfiguration/ConfigurationManager.cs
././Gui/Dialogs/FusionNative.cs ././Gui/Dialogs/NewProjectDialog.cs
././Gui/Dialogs/AbstractOptionPanel.cs
././Gui/Dialogs/ReferenceDialog/COMReferencePanel.cs
././Gui/Dialogs/ReferenceDialog/WebReference.cs
././Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs
././Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs
././Gui/Dialogs/ReferenceDialog/AddWebReferenceDialog.cs
././Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs
././Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs
././Gui/Dialogs/TabbedOptions.cs ././Gui/Dialogs/DirtyFilesDialog.cs
././Gui/Dialogs/TipOfTheDay.cs ././Gui/Dialogs/InputBox.cs
././Gui/Dialogs/NewFileDialog.cs
././Gui/Dialogs/ProjectOptionsDialog.cs
././Gui/Dialogs/NewLayoutDialog.cs
././Gui/ContentInterfaces/IBookmarkOperations.cs
././Gui/ContentInterfaces/IClipboardHandler.cs
././Gui/ContentInterfaces/IPrintable.cs
././Gui/ContentInterfaces/IPositionable.cs
././Gui/ContentInterfaces/ICustomizedCommands.cs
././Gui/ContentInterfaces/IEditable.cs
././Gui/ContentInterfaces/IParseInformationListener.cs
././Gui/ContentInterfaces/IParsableContent.cs
././Gui/XmlForms/SharpDevelopStringValueFilter.cs
././Gui/XmlForms/BaseSharpDevelopForm.cs
././Gui/XmlForms/SharpDevelopPropertyValueCreator.cs
././Gui/XmlForms/BaseSharpDevelopUserControl.cs
././Gui/XmlForms/SharpDevelopObjectCreator.cs
././Gui/IBaseViewContent.cs ././Gui/ErrorDialogs/LoadingError.cs
././Gui/IWorkbenchLayout.cs ././Gui/ErrorHandlers/GenericError.cs
././Gui/ErrorHandlers/CombineLoadError.cs ././Gui/IWorkbench.cs
././Gui/BrowserDisplayBinding/AxSHDocVw.cs
././Gui/BrowserDisplayBinding/HtmlViewPane.cs
././Gui/BrowserDisplayBinding/BrowserDisplayBinding.cs
././Gui/BrowserDisplayBinding/HTMLInterfaces.cs
././Gui/BrowserDisplayBinding/SHDocVw.cs ././Gui/IPadContent.cs
././Gui/AbstractBaseViewContent.cs ././Gui/PadContentCollection.cs
././Gui/PixbufList.cs ././Gui/AbstractSecondaryViewContent.cs
././Gui/CompletionDatabaseWizard/CreateDBGenerator.cs
././Gui/CompletionDatabaseWizard/DownloadGenerator.cs
././Gui/CompletionDatabaseWizard/CreatingGenerator.cs
././Gui/CompletionDatabaseWizard/GenerateDatabase.cs
././Gui/CompletionDatabaseWizard/druid.cs
././Gui/CompletionDatabaseWizard/Exceptions.cs
././Gui/CompletionDatabaseWizard/IDatabaseGenerator.cs
././Gui/CompletionDatabaseWizard/UseExistingGenerator.cs
././Gui/ViewContentCollection.cs ././Gui/IWorkbenchWindow.cs
././Gui/HtmlControl/IHTMLDocument2.cs
././Gui/HtmlControl/IHTMLElement.cs ././Gui/HtmlControl/IWebBrowser.cs
././Gui/HtmlControl/MozillaControl.cs
././Gui/Workbench/Layouts/SdiWorkspaceWindow.cs
././Gui/Workbench/Layouts/SdiWorkspaceLayout.cs
././Gui/Workbench/WorkbenchMemento.cs
././Gui/Workbench/DefaultWorkbench.cs
././Commands/ClassBrowserCommands/ClassBrowserCommands.cs
././Commands/FileCommands.cs ././Commands/HelpCommands.cs
././Commands/CustomStringTagProvider.cs ././Commands/RunCommands.cs
././Commands/ProjectBrowserCommands/FolderNodeCommands.cs
././Commands/ProjectBrowserCommands/ReferenceFolderNodeCommands.cs
././Commands/ProjectBrowserCommands/GeneralNodeCommands.cs
././Commands/ProjectBrowserCommands/CombineNodeCommands.cs
././Commands/ProjectBrowserCommands/ResourceFolderNodeCommands.cs
././Commands/ProjectBrowserCommands/ProjectNodeCommands.cs
././Commands/ProjectCommands.cs
././Commands/VBConverter/ConvertProject.cs
././Commands/VBConverter/ConvertBuffer.cs
././Commands/SideBarCommands.cs ././Commands/ProjectOptionsCommands.cs
././Commands/EditCommands.cs ././Commands/WindowCommands.cs
././Commands/AutostartCommands.cs ././Commands/ToolsCommands.cs
././Commands/MenuItemBuilders.cs ././Services/File/IFileService.cs
././Services/File/DefaultFileService.cs
././Services/File/FileEventArgs.cs ././Services/File/RingBuffer.cs
././Services/File/RecentOpen.cs
././Services/MenuService/MenuService.cs =
././Services/DisplayBinding/DisplayBindingService.cs
././Services/LanguageBinding/LanguageBindingService.cs
././Services/Tasks/TaskService.cs ././Services/Tasks/Task.cs
././Services/AmbienceService/AmbienceService.cs
././Services/AmbienceService/AmbienceReflectionDecorator.cs
././Services/AmbienceService/AbstractAmbience.cs
././Services/AmbienceService/CodeDOMGeneratorUtility.cs
././Services/AmbienceService/NetAmbience.cs
././Services/AmbienceService/IAmbience.cs
././Services/Project/ProjectEventArgs.cs
././Services/Project/IProjectService.cs
././Services/Project/ProjectRenameEventArgs.cs
././Services/Project/DefaultProjectService.cs
././Services/Project/ParseInformationEventHandler.cs
././Services/Project/CombineEventArgs.cs ././Services/IconService.cs
././Services/StatusBar/DefaultStatusBarService.cs
././Services/StatusBar/IStatusBarService.cs
././Services/Language/LanguageService.cs
././Services/Language/Language.cs
././Services/ClassBrowserIcons/ClassBrowserIconsService.cs
././Services/ResourceNotFoundException.cs
././Services/ParserService/DefaultParserService.cs
././Services/ParserService/ClassProxyCollection.cs
././Services/ParserService/IParserService.cs
././Services/ParserService/ClassProxy.cs
././Services/ParserService/AssemblyInformation.cs
././Services/ParserService/ParseInformation.cs
././Services/ResourceService.cs ././Services/StockIcons.cs
././Services/MessageService.cs ././Services/Toolbar/ToolbarService.cs
././Services/MonodocService.cs ././Services/IDebuggerService.cs
././Internal/Undo/IUndoableOperation.cs ././Internal/Undo/UndoStack.cs
././Internal/Undo/UndoQueue.cs
././Internal/Conditions/OwnerStateCondition.cs
././Internal/Conditions/ProjectActiveCondition.cs
././Internal/Conditions/WindowActiveCondition.cs
././Internal/Conditions/WindowOpenCondition.cs
././Internal/Conditions/CombineOpenCondition.cs
././Internal/Conditions/ProjectOpenCondition.cs
././Internal/Conditions/WorkbenchContextCondition.cs
././Internal/Codons/DisplayBinding/IDisplayBinding.cs
././Internal/Codons/DisplayBinding/ISubDisplayBinding.cs
././Internal/Codons/DisplayBinding/DisplayBindingCodon.cs
././Internal/Codons/LanguageBinding/ICompilerResult.cs
././Internal/Codons/LanguageBinding/FileFilterCodon.cs
././Internal/Codons/LanguageBinding/ILanguageBinding.cs
././Internal/Codons/LanguageBinding/LanguageBindingCodon.cs
././Internal/Codons/LanguageBinding/DefaultCompilerResult.cs
././Internal/Codons/DefaultDialogPanelDescriptor.cs
././Internal/Codons/Toolbars/ToolbarItemCodon.cs
././Internal/Codons/IDialogPanel.cs
././Internal/Codons/DialogPanelCodon.cs
././Internal/Codons/IDialogPanelDescriptor.cs
././Internal/Codons/MenuItems/AbstractCheckableMenuCommand.cs
././Internal/Codons/MenuItems/ISubmenuBuilder.cs
././Internal/Codons/MenuItems/IMenuCommand.cs
././Internal/Codons/MenuItems/AbstractMenuCommand.cs
././Internal/Codons/MenuItems/ICheckableMenuCommand.cs
././Internal/Codons/MenuItems/MenuItemCodon.cs
././Internal/DataStructures/PriorityQueue.cs
././Internal/Parser/IRegion.cs
././Internal/Parser/ICompilationUnitBase.cs
././Internal/Parser/IEvent.cs
././Internal/Parser/Collections/PropertyCollection.cs
././Internal/Parser/Collections/TypedCSharpCollection.cs
././Internal/Parser/Collections/IUsingCollection.cs
././Internal/Parser/Collections/TagCollection.cs
././Internal/Parser/Collections/ClassCollection.cs
././Internal/Parser/Collections/EventCollection.cs
././Internal/Parser/Collections/AttributeCollection.cs
././Internal/Parser/Collections/MethodCollection.cs
././Internal/Parser/Collections/CommentCollection.cs
././Internal/Parser/Collections/ParameterCollection.cs
././Internal/Parser/Collections/FieldCollection.cs
././Internal/Parser/Collections/AttributeSectionCollection.cs
././Internal/Parser/ParameterModifier.cs
././Internal/Parser/ClassType.cs ././Internal/Parser/IParser.cs
././Internal/Parser/Implementations/AbstractField.cs
././Internal/Parser/Implementations/AbstractDecoration.cs
././Internal/Parser/Implementations/AbstractCompilationUnit.cs
././Internal/Parser/Implementations/AbstractParameter.cs
././Internal/Parser/Implementations/AbstractProperty.cs
././Internal/Parser/Implementations/AbstractIndexer.cs
././Internal/Parser/Implementations/AbstractAttribute.cs
././Internal/Parser/Implementations/AbstractEvent.cs
././Internal/Parser/Implementations/DefaultRegion.cs
././Internal/Parser/Implementations/AbstractComment.cs
././Internal/Parser/Implementations/AbstractNamedEntity.cs
././Internal/Parser/Implementations/AbstractMember.cs
././Internal/Parser/Implementations/AbstractUsing.cs
././Internal/Parser/Implementations/AbstractClass.cs
././Internal/Parser/Implementations/AbstractMethod.cs
././Internal/Parser/Implementations/AbstractReturnType.cs
././Internal/Parser/Tag.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyIndexer.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs
././Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs
././Internal/Parser/IReturnType.cs ././Internal/Parser/IUsing.cs
././Internal/Parser/IClass.cs ././Internal/Parser/IParameter.cs
././Internal/Parser/IIndexer.cs ././Internal/Parser/IAttribute.cs
././Internal/Parser/ReflectionLayer/ReflectionReturnType.cs
././Internal/Parser/ReflectionLayer/ReflectionProperty.cs
././Internal/Parser/ReflectionLayer/ReflectionClass.cs
././Internal/Parser/ReflectionLayer/ReflectionIndexer.cs
././Internal/Parser/ReflectionLayer/ReflectionMethod.cs
././Internal/Parser/ReflectionLayer/ReflectionField.cs
././Internal/Parser/ReflectionLayer/ReflectionParameter.cs
././Internal/Parser/ReflectionLayer/ReflectionEvent.cs
././Internal/Parser/IDecoration.cs ././Internal/Parser/Comment.cs
././Internal/Parser/ModifierEnum.cs ././Internal/Parser/IMember.cs
././Internal/Parser/IExpressionFinder.cs ././Internal/Parser/IField.cs
././Internal/Parser/IProperty.cs
././Internal/Parser/PersistenceLayer/PersistentIndexer.cs
././Internal/Parser/PersistenceLayer/PersistentField.cs
././Internal/Parser/PersistenceLayer/PersistentMethod.cs
././Internal/Parser/PersistenceLayer/PersistentReturnType.cs
././Internal/Parser/PersistenceLayer/PersistentEvent.cs
././Internal/Parser/PersistenceLayer/PersistentProperty.cs
././Internal/Parser/PersistenceLayer/PersistentParameter.cs
././Internal/Parser/PersistenceLayer/PersistentClass.cs
././Internal/Parser/IMethod.cs ././Internal/Parser/IComment.cs
././Internal/Parser/ICompilationUnit.cs
././Internal/Project/Attributes/XmlNodeNameAttribute.cs
././Internal/Project/Attributes/ConvertToRelativePathAttribute.cs
././Internal/Project/Attributes/XmlSetAttribute.cs
././Internal/Project/Attributes/XmlAttributeAttribute.cs
././Internal/Project/Project/Deployment/DeployInformation.cs
././Internal/Project/Project/Deployment/AssemblyDeploy.cs
././Internal/Project/Project/Deployment/ScriptDeploy.cs
././Internal/Project/Project/Deployment/IDeploymentStrategy.cs
././Internal/Project/Project/Deployment/FileDeploy.cs
././Internal/Project/Project/Collections/ProjectFileCollection.cs
././Internal/Project/Project/Collections/ProjectReferenceCollection.cs
././Internal/Project/Project/UnknownProjectVersionException.cs
././Internal/Project/Project/TypelibImporter.cs
././Internal/Project/Project/AbstractProjectConfiguration.cs
././Internal/Project/Project/AbstractProject.cs
././Internal/Project/Project/ProjectReference.cs
././Internal/Project/Project/ConvertXml.cs
././Internal/Project/Project/IncludeFilesDialog.cs
././Internal/Project/Project/IConfiguration.cs
././Internal/Project/Project/ProjectFile.cs
././Internal/Project/Project/AbstractConfiguration.cs
././Internal/Project/Project/IProject.cs
././Internal/Project/Combine/Combine.cs
././Internal/Project/Combine/CombineExecuteDefinition.cs
././Internal/Project/Combine/CyclicBuildOrderException.cs
././Internal/Project/Combine/CombineConfiguration.cs
././Internal/Project/Combine/NoStartupCombineDefinedException.cs
././Internal/Project/Combine/CombineEntry.cs
././Internal/Templates/FileDescriptionTemplate.cs
././Internal/Templates/CodeTemplate.cs
././Internal/Templates/CodeTemplateGroup.cs
././Internal/Templates/FileTemplate.cs
././Internal/Templates/TextTemplate.cs
././Internal/Templates/CodeTemplateLoader.cs
././Internal/Templates/INewFileCreator.cs
././Internal/Templates/ProjectTemplates/ProjectTemplate.cs
././Internal/Templates/ProjectTemplates/ProjectDescriptor.cs
././Internal/Templates/ProjectTemplates/CombineDescriptor.cs
././Internal/Templates/ProjectTemplates/ProjectCreateInformation.cs
././Internal/CollectionUtilities/DiffUtility.cs
././Internal/CollectionUtilities/SortUtilityBase.cs
././Internal/CollectionUtilities/SortUtility.cs
././Internal/CollectionUtilities/Comparers.cs
././Internal/ExternalTool/ToolLoader.cs
././Internal/ExternalTool/ExternalTool.cs ././AssemblyInfo.cs \

&& cp MonoDevelop.Base.dll ../../../build/bin/.

Internal() warning CS0162: Unreachable code detected

Exception caught by the compiler while compiling:

   Block that caused the problem begin at:
././Internal/Parser/PersistenceLayer/PersistentProperty.cs: (34)

                     Block being compiled:
[././Internal/Parser/PersistenceLayer/PersistentProperty.cs:
(38),Internal: (1)]

System.NullReferenceException: Object reference not set to an instance
of an object

        in String.Concat (string, string, string)

        in TypeManager.GetMethod (System.Type, string, System.Type[],
bool, bool)

        in Binary.DoResolve (Mono.CSharp.EmitContext)

        in Expression.Resolve (Mono.CSharp.EmitContext,
Mono.CSharp.ResolveFlags)

        in Expression.Resolve (Mono.CSharp.EmitContext)

        in Binary.DoResolve (Mono.CSharp.EmitContext)

        in Expression.Resolve (Mono.CSharp.EmitContext,
Mono.CSharp.ResolveFlags)

        in Expression.Resolve (Mono.CSharp.EmitContext)

        in Cast.DoResolve (Mono.CSharp.EmitContext)

        in Expression.Resolve (Mono.CSharp.EmitContext,
Mono.CSharp.ResolveFlags)

        in Expression.Resolve (Mono.CSharp.EmitContext)

        in InvocationOrCast.DoResolve (Mono.CSharp.EmitContext)

        in Expression.Resolve (Mono.CSharp.EmitContext,
Mono.CSharp.ResolveFlags)

        in Expression.Resolve (Mono.CSharp.EmitContext)

        in Assign.DoResolve (Mono.CSharp.EmitContext)

        in Expression.Resolve (Mono.CSharp.EmitContext,
Mono.CSharp.ResolveFlags)

        in Expression.Resolve (Mono.CSharp.EmitContext)

        in ExpressionStatement.ResolveStatement
(Mono.CSharp.EmitContext)

        in StatementExpression.Resolve (Mono.CSharp.EmitContext)

        in Block.Resolve (Mono.CSharp.EmitContext)

        in Block.Resolve (Mono.CSharp.EmitContext)

        in EmitContext.EmitTopBlock (Mono.CSharp.Block,
Mono.CSharp.InternalParameters, Mono.CSharp.Location)


make[3]: *** [MonoDevelop.Base.dll] Error 1

make[2]: *** [all-recursive] Error 1

make[1]: *** [all-recursive] Error 1

make: *** [all-recursive] Error 1


--Apple-Mail-1-61216565--