idea, how to change PKGBUILD !!??
Search Criteria
Package Details: monodevelop-java 2.9.4-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-02-23)
| Package Base: | monodevelop-java |
|---|---|
| Description: | Java language support for monodevelop |
| Upstream URL: | http://monodevelop.com |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 6 |
| First Submitted: | 2009-12-10 20:12 |
| Last Updated: | 2012-08-24 17:40 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Comment by mrbit
Comment by mrbit
I know...
idea !!!!??
Comment by calrama
Fails with newest mono and monodevelop versions (standard PKGBUILD's from abs, simply newest version):
error CS1705: Assembly `MonoDevelop.Core, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null' references `Mono.Addins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' which has a higher version number than imported assembly `Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [build/JavaBinding.dll] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-cal/aur-monodevelop-java/src/monodevelop-java-2.9.4'
make: *** [all-recursive] Error 1
Comment by adaptee
it fails to build:
./JavaLanguageBinding.cs(31,28): error CS0234: The type or namespace name `Dom' does not exist in the namespace `MonoDevelop.Projects'. Are you missing an assembly reference?
./JavaLanguageBinding.cs(32,28): error CS0234: The type or namespace name `Dom' does not exist in the namespace `MonoDevelop.Projects'. Are you missing an assembly reference?
./JavaLanguageBinding.cs(34,28): error CS0234: The type or namespace name `CodeGeneration' does not exist in the namespace `MonoDevelop.Projects'. Are you missing an assembly reference?
./JavaLanguageBinding.cs(109,24): error CS0246: The type or namespace name `IParser' could not be found. Are you missing a using directive or an assembly reference?
./JavaLanguageBinding.cs(113,24): error CS0246: The type or namespace name `IRefactorer' could not be found. Are you missing a using directive or an assembly reference?