[MonoDevelop] Failing to compile on Linux in last few days - %(Culture)
Jesse Litton
monodevelop-list at eternaldusk.com
Wed Aug 27 18:04:06 UTC 2014
Has anyone noticed problems building MonoDevelop from git on Linux
within the last week or so? I build the current version regularly with
no issues, but for the last couple of days I've been seeing:
-------------------
...
Build FAILED.
Errors:
/home/evil/src/monodevelop/main/Main.sln (default targets) ->
(Build target) ->
/home/evil/src/monodevelop/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj
(default targets) ->
/opt/mono/lib/mono/4.5/Microsoft.Common.targets (DeployOutputFiles
target) ->
/opt/mono/lib/mono/4.5/Microsoft.Common.targets: error : Cannot
copy
/home/evil/src/monodevelop/main/src/addins/MonoDevelop.Gettext/obj/Debug/%(Culture)/MonoDevelop.Gettext.resources.dll
to
/home/evil/src/monodevelop/main/build/AddIns/DisplayBindings/Gettext/MonoDevelop.Gettext.resources.dll,
as the source file doesn't exist.
...
------------------
The specified DLL *does* exist within
/home/evil/src/monodevelop/main/src/addins/MonoDevelop.Gettext/obj/Debug/am,
and is owned by my userid:group. So, I'm not sure where the actual
problem lies unless it's not properly translating %(Culture).
I've attempted 'make clean', 'make distclean', and even checking the
source out from scratch again - but am seeing the same error.
-J
More information about the Monodevelop-list
mailing list