After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 577127 - Build error
Build error
Status: RESOLVED FIXED
Product: gnome-subtitles
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of GNOME subtitles
Maintainers of GNOME subtitles
Depends on:
Blocks:
 
 
Reported: 2009-03-28 21:04 UTC by Nickolay V. Shmyrev
Modified: 2009-03-29 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nickolay V. Shmyrev 2009-03-28 21:04:27 UTC
./GnomeSubtitles/Ui/View/Subtitles.cs(27,33): error CS0234: The type or namespace name `Core' does not exist in the namespace `SubLib'. Are you missing an assembly reference?

[shmyrev@gnome gnome-subtitles]$ rpm -qa | grep sublib
sublib-devel-0.9-2.fc10.i386
sublib-0.9-2.fc10.i386

If you need some special sublib version, can you please add it as a dependency in configure file?
Comment 1 Pedro Castro 2009-03-29 00:41:44 UTC
Nickolay,

The Gnome Subtitles SVN builds against the SubLib SVN. Only released versions are "configured".

Instructions to build SubLib from the SVN can be found here:
http://sublib.sourceforge.net/development
Comment 2 Nickolay V. Shmyrev 2009-03-29 01:00:27 UTC
Care to mention it in README?
Comment 3 Pedro Castro 2009-03-29 19:09:50 UTC
Of course, fixed in SVN.
Comment 4 Nickolay V. Shmyrev 2009-03-29 19:12:19 UTC
Thanks a lot!