Installing Monodevelop from the SVN on Ubuntu 10.04 -


I wrote the following script to install the svn version of MonoDevelop

  #! / Usr / Bin / env bash PREFIX = / opt / local check_errs () {if [[$ $? -a 0]]; Then exit "$ {1}" Download 1 FIC () {if [! -d $ {1}] So svn cum http://anonsvn.mono-project.com/source/trunk/$ {1} and (cd $ {1}; svn update) fi} Download Mono Download MCS Download Libgdiplus ( CD mono ./autogen.sh prefix = $ pREFIX makeup set check_errs) (CD libgdiplus ./autogen.sh prefix = $ pREFIX makeup set check_errs) Download monodevelop export PKG_CONFIG_PATH = $ {pREFIX} / lib / pkgconfig (Cd monodevelop. / Configure --prefix = $ PREFIX - make check_errs a check_arls)  

Everything works fine until making the last step for monodequal packak, where the script error The release is:

  ./ MonoDevelop.WebReferences / MoonlightChannelBaseExtension.cs (320,82): error CS1061: Type `System.ServiceModel.Description.OperationContractGenerationContext and '' a definition for SyncMethod included could not be found 'no extension method' Sinkmeth 'of Prkar` System.ServiceModel.Description.OperationContract GenerationContext' (if you are missing instructions using one or an assembly reference?) ./MonoDevelop.WebReferences/ MoonlightChannelBaseExtension.cs (32549): Error CS1061: Type `System.ServiceModel.Description.OperationContractGenerationContext 'does not include an' SyncMethod 'and no Istar is Vidhi` SyncMethod 'type can be found in the definition of `System.ServiceModel.Description.OperationContractGenerationContext' (If you are missing instructions using one or an assembly reference?) ./MonoDevelop.WebReferences/MoonlightChannelBaseExtension.cs (345 115): error CS1061: type `System.ServiceModel.Description.OperationContractGenerationContext and no detail Vidhi` 'type` System.ServiceModel.Description.OperationContractGenerationContext of' SyncMethod ' `SyncMethod a definition can not be found involved (for You're missing a directive or assembly Using Rb?) ./MonoDevelop.WebReferences/MoonlightChannelBaseExtension.cs (365,82): error CS1061: `writing type System.ServiceModel.D. Operation Contract Generation Contains There is no definition for 'Benampition' and '`System. There is no method of type of service model 'extension method'. Are you using the system? 4 error (error), create 1 warning [4]: ​​*** [../../../build/AddIns/MonoDevelop.WebReferences/MonoDevelop.WebReferences.dll] 1 Error Making [4]: Making directory `/home/drufat/Desktop/Checkout/mono/monodevelop/main/src/addins/MonoDevelop.WebReferences' [3]: *** [Sub-recursive] Making error 1 [3]: Directory / Home / draft / desktop / checkout / mono / Monodakvel / main / src / addins make [2]: *** [all-recursive] error 1 make [2]: directory `/ home / DD / desktop / checkout / mono / Monodavel / Main / src 'create [1]: *** [sub-recursive] Making error 1 [1]: By creating the directory `/ home / draft / desktop / checkout / mono / monodeback / main ': *** [all -Researchive] error 1  

fix it Any thoughts about doing? I feel that the building is mixed with the default installation of Mono in Ubuntu, and is looking for a symbol that is not present there.

My creation configuration looks like this:

  1 [x] main 2. [] Extra / Java binding 3. [] Extras / Boobing 4. [X] Extras / WallBinding 5. [] Extras / ASPnet Edit 6. [] Extras / Gickcobbrozer 7. [] Extra / WebKitBabrox 8. [] Extra / MonoDevelop.Database 9. [] Extra / 10 Extra / MonoDevelop. AddinAuthoring 11. [] Extra MonoDevelop.Profiling / MonoDevelop.CodeAnalysis 12. [] Extras / Mono Develop.Debugger.Mdb 13. [] Extras / MonoDevelop.Debugger.Gdb 14. [] Extra / PyBinding 15. [] Extra / MonoDevelop.IPhone 16. [] Extra / MonoDevelop.MeeGo  

You should set up one.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -