Hello, I'm having trouble compiling the svn. It will configure okay but when I run make, I get this:
kreuger@kreuger-desktop:~/Downloads/Updates/libcommon$ make Making all in src make[1]: Entering directory `/home/kreuger/Downloads/Updates/libcommon/src' Making all in LibCommon.Core make[2]: Entering directory `/home/kreuger/Downloads/Updates/libcommon/src/LibCommon.Core' mkdir -p /home/kreuger/Downloads/Updates/libcommon/build/ gmcs -keyfile:../libcommon.snk -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG -out:/home/kreuger/Downloads/Updates/libcommon/build/LibCommon.Core.dll -target:library ./AssemblyInfo.cs ./Collections/IProperyComparer.cs ./Collections/ReverseComparer.cs ./Collections/SortedCollection.cs ./Configuration/AbstractConfigurationSection.cs ./Configuration/Configuration.cs ./Configuration/ConfigurationObjectType.cs ./Configuration/IConfigurationSection.cs ./Configuration/Memory/MemoryConfigurationSection.cs ./Configuration/Memory/MemoryObject.cs ./Configuration/Xml/XmlConfigurationSection.cs ./Log/ConsoleLogBackend.cs ./Log/ILogBackend.cs ./Log/LogEventArgs.cs ./Log/LogLevel.cs ./Log/LogUtility.cs ./Search/AbstractSearchAlgorithm.cs ./Search/AhoCorasickSearchAlgorithm.cs ./Search/AsbtractSetSearchAlgorithm.cs ./Search/BoyerMooreSearchAlgorithm.cs ./Search/IndexOfSearchAlgorithm.cs ./Search/ISearchAlgorithm.cs ./Search/ISetSearchAlgorithm.cs ./Search/SearchResult.cs ./Search/SetSearchAlgorithmWrapper.cs ./Sort/AbstractInserter.cs ./Sort/AbstractSorter.cs ./Sort/IInserter.cs ./Sort/ISorter.cs ./Sort/QuickSorter.cs ./Sort/RandomInserter.cs ./Sort/SortedInserter.cs ./Sort/SortOrder.cs ./Sort/SortUtility.cs ./Translation/AbstractGettextTranslationDefinitionLoader.cs ./Translation/AbstractTranslationBackend.cs ./Translation/GettextAssemblyTranslationDefinitionLoader.cs ./Translation/GettextFileSystemTranslationDefinitionLoader.cs ./Translation/IGettextTranslationDefinitionLoader.cs ./Translation/ITranslationBackend.cs ./Translation/ManagedGettextTranslationBackend.cs ./Translation/TranslationUtility.cs -r:System -r:System.Data -r:System.Xml ./Translation/ManagedGettextTranslationBackend.cs(92,29): warning CS0219: The variable `revision' is assigned but its value is never used Compilation succeeded - 1 warning(s) make[2]: Leaving directory `/home/kreuger/Downloads/Updates/libcommon/src/LibCommon.Core' Making all in LibCommon.Gui make[2]: Entering directory `/home/kreuger/Downloads/Updates/libcommon/src/LibCommon.Gui' Makefile:274: *** extraneous `else'. Stop. make[2]: Leaving directory `/home/kreuger/Downloads/Updates/libcommon/src/LibCommon.Gui' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/kreuger/Downloads/Updates/libcommon/src' make: *** [all-recursive] Error 1 kreuger@kreuger-desktop:~/Downloads/Updates/libcommon$
Log in to post a comment.
Hello, I'm having trouble compiling the svn. It will configure okay but when I run make, I get this:
kreuger@kreuger-desktop:~/Downloads/Updates/libcommon$ make
Making all in src
make[1]: Entering directory `/home/kreuger/Downloads/Updates/libcommon/src'
Making all in LibCommon.Core
make[2]: Entering directory `/home/kreuger/Downloads/Updates/libcommon/src/LibCommon.Core'
mkdir -p /home/kreuger/Downloads/Updates/libcommon/build/
gmcs -keyfile:../libcommon.snk -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG -out:/home/kreuger/Downloads/Updates/libcommon/build/LibCommon.Core.dll -target:library ./AssemblyInfo.cs ./Collections/IProperyComparer.cs ./Collections/ReverseComparer.cs ./Collections/SortedCollection.cs ./Configuration/AbstractConfigurationSection.cs ./Configuration/Configuration.cs ./Configuration/ConfigurationObjectType.cs ./Configuration/IConfigurationSection.cs ./Configuration/Memory/MemoryConfigurationSection.cs ./Configuration/Memory/MemoryObject.cs ./Configuration/Xml/XmlConfigurationSection.cs ./Log/ConsoleLogBackend.cs ./Log/ILogBackend.cs ./Log/LogEventArgs.cs ./Log/LogLevel.cs ./Log/LogUtility.cs ./Search/AbstractSearchAlgorithm.cs ./Search/AhoCorasickSearchAlgorithm.cs ./Search/AsbtractSetSearchAlgorithm.cs ./Search/BoyerMooreSearchAlgorithm.cs ./Search/IndexOfSearchAlgorithm.cs ./Search/ISearchAlgorithm.cs ./Search/ISetSearchAlgorithm.cs ./Search/SearchResult.cs ./Search/SetSearchAlgorithmWrapper.cs ./Sort/AbstractInserter.cs ./Sort/AbstractSorter.cs ./Sort/IInserter.cs ./Sort/ISorter.cs ./Sort/QuickSorter.cs ./Sort/RandomInserter.cs ./Sort/SortedInserter.cs ./Sort/SortOrder.cs ./Sort/SortUtility.cs ./Translation/AbstractGettextTranslationDefinitionLoader.cs ./Translation/AbstractTranslationBackend.cs ./Translation/GettextAssemblyTranslationDefinitionLoader.cs ./Translation/GettextFileSystemTranslationDefinitionLoader.cs ./Translation/IGettextTranslationDefinitionLoader.cs ./Translation/ITranslationBackend.cs ./Translation/ManagedGettextTranslationBackend.cs ./Translation/TranslationUtility.cs -r:System -r:System.Data -r:System.Xml
./Translation/ManagedGettextTranslationBackend.cs(92,29): warning CS0219: The variable `revision' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
make[2]: Leaving directory `/home/kreuger/Downloads/Updates/libcommon/src/LibCommon.Core'
Making all in LibCommon.Gui
make[2]: Entering directory `/home/kreuger/Downloads/Updates/libcommon/src/LibCommon.Gui'
Makefile:274: *** extraneous `else'. Stop.
make[2]: Leaving directory `/home/kreuger/Downloads/Updates/libcommon/src/LibCommon.Gui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kreuger/Downloads/Updates/libcommon/src'
make: *** [all-recursive] Error 1
kreuger@kreuger-desktop:~/Downloads/Updates/libcommon$