| View previous topic :: View next topic |
| Author |
Message |
bitozoid n00b

Joined: 20 Apr 2008 Posts: 67
|
Posted: Sat Jun 05, 2010 7:04 pm Post subject: beagle: SQLiteErrorCode does not exist [solved] |
|
|
I'm trying to compile beagle.
However, I get this error:
| Code: | /usr/bin/gmcs -debug -nowarn:0169,0414 -unsafe -out:Util.dll -target:library -define:OS_LINUX -define:DOTNET2 -define:ENABLE_AVAHI -define:ENABLE_INOTIFY F-Spot/Imaging/Bim.cs F-Spot/Imaging/Ciff.cs F-Spot/Imaging/DCRawFile.cs F-Spot/Imaging/Exif.cs F-Spot/Imaging/ImageFile.cs F-Spot/Imaging/IptcFile.cs F-Spot/Imaging/JpegFile.cs F-Spot/Imaging/JpegHeader.cs F-Spot/Imaging/MrwFile.cs F-Spot/Imaging/OrderedWriter.cs F-Spot/Imaging/PngFile.cs F-Spot/Imaging/PnmFile.cs F-Spot/Imaging/RafFile.cs F-Spot/Imaging/SvgFile.cs F-Spot/Imaging/Tiff.cs F-Spot/Imaging/X3fFile.cs F-Spot/Imaging/XmpFile.cs F-Spot/BitConverter.cs F-Spot/MetadataStore.cs F-Spot/PixbufUtils.cs ArrayFu.cs BatteryMonitor.cs BetterBitArray.cs camel.cs Config.cs DateTimeUtil.cs Debug.cs DelayedTextWriter.cs DigikamTags.cs DirectoryWalker.cs Evolution.cs ExceptionHandlingThread.cs ExtendedAttribute.cs FileAdvise.cs FileNameMarshaler.cs FileSystem.cs FrequencyStatistics.cs FSpotTools.cs GuidFu.cs HtmlRemovingReader.cs ICalParser.cs ImBuddy.cs Inotify.cs KdeUtils.cs KonqHistoryUtil.cs LineReader.cs Log.cs Logger.cs MultiReader.cs NautilusTools.cs NetworkService.cs Note.cs OperaHistory.cs Password.cs PathFinder.cs PullingReader.cs ReflectionFu.cs SafeProcess.cs Scheduler.cs SmallIntArray.cs Stopwatch.cs StringFu.cs StringMatcher.cs SystemInformation.cs SystemPriorities.cs TeeTextWriter.cs ThreadPond.cs Timeline.cs TopScores.cs TypeCacheAttribute.cs UnclosableStream.cs UriFu.cs VersionFu.cs XdgMime.cs XmlFu.cs Hal/AccessControl.cs Hal/CPUFreq.cs Hal/Context.cs Hal/Device.cs Hal/IAccessControl.cs Hal/ICPUFreq.cs Hal/IDevice.cs Hal/IKillSwitch.cs Hal/ILaptopPanel.cs Hal/ILightSensor.cs Hal/IManager.cs Hal/IStorage.cs Hal/ISystemPowerManagement.cs Hal/IVolume.cs Hal/IVolumeCrypto.cs Hal/KillSwitch.cs Hal/LaptopPanel.cs Hal/LightSensor.cs Hal/Manager.cs Hal/PropertyModification.cs Hal/Storage.cs Hal/SystemPowerManagement.cs Hal/Volume.cs Hal/VolumeCrypto.cs SemWeb/NamespaceManager.cs SemWeb/Util.cs SemWeb/UriMap.cs SemWeb/Resource.cs SemWeb/Statement.cs SemWeb/Interfaces.cs SemWeb/Store.cs SemWeb/MemoryStore.cs SemWeb/RdfReader.cs SemWeb/RdfXmlReader.cs SemWeb/N3Reader.cs SemWeb/RdfWriter.cs SemWeb/RdfXmlWriter.cs SemWeb/N3Writer.cs SemWeb/Query.cs SemWeb/LiteralFilters.cs SemWeb/GraphMatch.cs SemWeb/Inference.cs SemWeb/RDFS.cs SemWeb/SpecialRelations.cs SemWeb/Algos.cs SemWeb/SparqlClient.cs SemWeb/XPathSemWebNavigator.cs QueryKeywordMapping.cs Thunderbird.cs AvahiBrowser.cs ChmFile.cs ExternalStringsHack.cs -r:/usr/lib/mono/gmime-sharp/gmime-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib/mono/gtk-sharp/gsf-sharp.dll -r:/usr/lib/mono/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll -r:/usr/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll -r:Mono.Data.Sqlite -r:Mono.Posix -r:ICSharpCode.SharpZipLib -r:/usr/lib/mono/avahi-sharp/avahi-sharp.dll
F-Spot/Imaging/Ciff.cs(272,39): warning CS0219: The variable `e' is assigned but its value is never used
F-Spot/Imaging/JpegHeader.cs(338,24): warning CS0219: The variable `name' is assigned but its value is never used
F-Spot/Imaging/MrwFile.cs(134,67): warning CS0168: The variable `e' is declared but never used
F-Spot/Imaging/MrwFile.cs(246,59): warning CS0168: The variable `e' is declared but never used
F-Spot/Imaging/PngFile.cs(106,75): warning CS0168: The variable `e' is declared but never used
F-Spot/Imaging/Tiff.cs(471,37): warning CS0219: The variable `c' is assigned but its value is never used
F-Spot/Imaging/Tiff.cs(970,67): warning CS0168: The variable `exc' is declared but never used
F-Spot/Imaging/Tiff.cs(982,67): warning CS0168: The variable `ex' is declared but never used
F-Spot/Imaging/Tiff.cs(994,67): warning CS0168: The variable `ex' is declared but never used
F-Spot/Imaging/Tiff.cs(1086,67): warning CS0168: The variable `ex' is declared but never used
F-Spot/Imaging/Tiff.cs(1512,59): warning CS0168: The variable `e' is declared but never used
F-Spot/Imaging/XmpFile.cs(92,51): warning CS0168: The variable `e' is declared but never used
SemWeb/Store.cs(33,44): warning CS0219: The variable `euler' is assigned but its value is never used
ExceptionHandlingThread.cs(72,32): warning CS0219: The variable `thread_name' is assigned but its value is never used
FileAdvise.cs(55,39): warning CS0618: `System.IO.FileStream.Handle' is obsolete: `Use SafeFileHandle instead'
FSpotTools.cs(89,92): error CS0103: The name `SQLiteErrorCode' does not exist in the current context
Compilation failed: 1 error(s), 15 warnings |
Full output here:
http://pastebin.com/raw.php?i=ZXxjeXmA
I tried with beagle-0.3.9-r1, r2 and r3 (I'm aware of https://bugs.gentoo.org/show_bug.cgi?id=306313)
Anyone having the same error?
Last edited by bitozoid on Tue Jun 15, 2010 10:42 pm; edited 1 time in total |
|
| Back to top |
|
 |
ggoebel n00b


Joined: 18 Apr 2003 Posts: 17
|
Posted: Mon Jun 14, 2010 2:51 pm Post subject: me too |
|
|
Yes. I get this too. I'm in the midst of upgrading a system which hasn't been sync'd or updated since early 2008. I'm not sure if that is significant or not. _________________ life is like and egg... better scrambled than fried |
|
| Back to top |
|
 |
KeteTabz n00b


Joined: 28 Apr 2008 Posts: 25
|
Posted: Mon Jun 14, 2010 6:31 pm Post subject: |
|
|
Hello,
Which version of mono you use?
If you installed old version of mono(mono-2.4.x) you must upgrade to 2.6.
When you emerge mono-2.6 this problem fix and compile with any bugs.
I had this problem too. But when I upgrade mono it compiles without errors.
Good Luck |
|
| Back to top |
|
 |
bitozoid n00b

Joined: 20 Apr 2008 Posts: 67
|
Posted: Tue Jun 15, 2010 10:41 pm Post subject: |
|
|
Right. It compiled without errors with mono-2.6.
Thanks a lot. |
|
| Back to top |
|
 |
KeteTabz n00b


Joined: 28 Apr 2008 Posts: 25
|
Posted: Wed Jun 16, 2010 3:34 pm Post subject: |
|
|
Your Welcome  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|