<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Workbench on Linux</title>
	<atom:link href="http://www.bytebot.net/blog/archives/2008/09/20/workbench-on-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bytebot.net/blog/archives/2008/09/20/workbench-on-linux</link>
	<description>A permanent record for what's interesting today - this is my live journal</description>
	<lastBuildDate>Fri, 09 Jul 2010 02:09:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Danny D'Amours</title>
		<link>http://www.bytebot.net/blog/archives/2008/09/20/workbench-on-linux/comment-page-1#comment-136384</link>
		<dc:creator>Danny D'Amours</dc:creator>
		<pubDate>Tue, 07 Oct 2008 14:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=1045#comment-136384</guid>
		<description>Any update on getting a patch to allow MySQL Workbench to install on Fedora without a lot of pain?

Even if it is still alpha, I&#039;m looking forward to getting it up and running.</description>
		<content:encoded><![CDATA[<p>Any update on getting a patch to allow MySQL Workbench to install on Fedora without a lot of pain?</p>
<p>Even if it is still alpha, I&#8217;m looking forward to getting it up and running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byte</title>
		<link>http://www.bytebot.net/blog/archives/2008/09/20/workbench-on-linux/comment-page-1#comment-136167</link>
		<dc:creator>byte</dc:creator>
		<pubDate>Sun, 21 Sep 2008 06:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=1045#comment-136167</guid>
		<description>Yes, gcc 4.3 is stricter, and there are some fixes. I have a preliminary patch that works against Fedora 9, currently I&#039;m just stuck with one thing that I can&#039;t get fixed, so waiting till I fix that and will publish the patch

Another problem with an RPM spec file is cairo... Cairo in Fedora 9 isn&#039;t built with glitz enabled by default. Cairo needs rebuilding, which I&#039;ll have to speak with the cairo maintainer to see if it makes sense... (glitz = marked experimental)

And if you look at configure.in, there are options to build a &quot;standard edition&quot; and an &quot;oss edition&quot;. Its unclear what the future path is in terms of what sources we will build from. The standard edition costs $, so surely it can&#039;t just be a build-time option.</description>
		<content:encoded><![CDATA[<p>Yes, gcc 4.3 is stricter, and there are some fixes. I have a preliminary patch that works against Fedora 9, currently I&#8217;m just stuck with one thing that I can&#8217;t get fixed, so waiting till I fix that and will publish the patch</p>
<p>Another problem with an RPM spec file is cairo&#8230; Cairo in Fedora 9 isn&#8217;t built with glitz enabled by default. Cairo needs rebuilding, which I&#8217;ll have to speak with the cairo maintainer to see if it makes sense&#8230; (glitz = marked experimental)</p>
<p>And if you look at configure.in, there are options to build a &#8220;standard edition&#8221; and an &#8220;oss edition&#8221;. Its unclear what the future path is in terms of what sources we will build from. The standard edition costs $, so surely it can&#8217;t just be a build-time option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.bytebot.net/blog/archives/2008/09/20/workbench-on-linux/comment-page-1#comment-136161</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 20 Sep 2008 21:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=1045#comment-136161</guid>
		<description>Tried to compile on Fedora, did not work well.

Fedora 9 has gcc 4.3 which is stricter and better.

Don&#039;t understand why the code is developed on
such a old developement platform as ubuntu .8.04.

Some initial spec file work:

Some initialSummary:        Visual database design tool for MySQL
Name:           mysql-workbench
Version:        5.1.1
Release:        1%{?dist}
Group:          Applications/Databases
License:        GPLv2
URL:            http://dev.mysql.com/workbench/
Source0:        ftp://ftp.mysql.com/pub/mysql/download/gui-tools/%{name}-%{version}-alpha-linux.tar.gz
BuildRequires:  automake autoconf libtool mysql-devel uuid-devel
BuildRequires:  cairo-devel ctemplate-devel glib2-devel glitz-glx-devel gtkmm24-devel
BuildRequires:  llibglade2-devel libgnome-devel ibsigc++20-devel lua-devel pcre-devel

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
Visual database design tool for MySQL.

%prep
%setup -q

%build
./autogen.sh
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc ChangeLog COPYING README

%changelog</description>
		<content:encoded><![CDATA[<p>Tried to compile on Fedora, did not work well.</p>
<p>Fedora 9 has gcc 4.3 which is stricter and better.</p>
<p>Don&#8217;t understand why the code is developed on<br />
such a old developement platform as ubuntu .8.04.</p>
<p>Some initial spec file work:</p>
<p>Some initialSummary:        Visual database design tool for MySQL<br />
Name:           mysql-workbench<br />
Version:        5.1.1<br />
Release:        1%{?dist}<br />
Group:          Applications/Databases<br />
License:        GPLv2<br />
URL:            <a href="http://dev.mysql.com/workbench/" rel="nofollow">http://dev.mysql.com/workbench/</a><br />
Source0:        <a href="ftp://ftp.mysql.com/pub/mysql/download/gui-tools/%" rel="nofollow">ftp://ftp.mysql.com/pub/mysql/download/gui-tools/%</a>{name}-%{version}-alpha-linux.tar.gz<br />
BuildRequires:  automake autoconf libtool mysql-devel uuid-devel<br />
BuildRequires:  cairo-devel ctemplate-devel glib2-devel glitz-glx-devel gtkmm24-devel<br />
BuildRequires:  llibglade2-devel libgnome-devel ibsigc++20-devel lua-devel pcre-devel</p>
<p>BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)<br />
%description<br />
Visual database design tool for MySQL.</p>
<p>%prep<br />
%setup -q</p>
<p>%build<br />
./autogen.sh<br />
%configure<br />
%{__make} %{?_smp_mflags}</p>
<p>%install<br />
%{__rm} -rf %{buildroot}<br />
%{__make} install DESTDIR=%{buildroot}</p>
<p>%clean<br />
%{__rm} -rf %{buildroot}</p>
<p>%files<br />
%defattr(-, root, root, -)<br />
%doc ChangeLog COPYING README</p>
<p>%changelog</p>
]]></content:encoded>
	</item>
</channel>
</rss>
