Hello All,
the Windows version of Dia 0.96-pre4 is available now.
Please install GTK+ 2.10 before running the dia installer:
http://downloads.sourceforge.net/gimp-win/gtk%2B-2.10.6-1-setup.zip
Then install Dia:
http://downloads.sourceforge.net/dia-installer/dia-setup-0.96-pre4.zip
The new ins
Hello Wolfgang,
> three pdf files are installed (dia-manual.pdf), which
> seem to be corrupted.
You're right. That's something that should definitely be corrected
for the next release... Thanks!
I've filed bug #334102 to remember this issue.
Regards,
Steffen
___
Hello Steffen,
three pdf files are installed (dia-manual.pdf), which
seem to be corrupted.
Sorry, if these are intended dummy files for now and I
missed the info.
Regards,
Wolfgang
--- Steffen Macke <[EMAIL PROTECTED]> schrieb:
> Hello All,
>
> Prerelease 4 of Dia for Windows is available now:
>
Hello All,
Prerelease 4 of Dia for Windows is available now:
http://dia-installer.sourceforge.net
Regards,
Steffen
___
Dia-list mailing list
Dia-list@gnome.org
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/fa
On 5 Mar 2003, James K. Lowden wrote:
>In writing to the NetBSD pkgsrc folks, I found part of the problem.
>NetBSD's X installation includes /usr/X11R6/bin/freetype-config, which
>when invoked with --cflags yields a nonexistent directory. I had
>installed the freetype2 package, which of course h
On Mon, 3 Mar 2003 22:26:33 -0500, "James K. Lowden"
<[EMAIL PROTECTED]> wrote:
> > On 2 Mar 2003, James K. Lowden wrote:
> >
> > > FreeType 1 wasn't the problem. Enough -I switches was. Eventually,
> > > I read the speech in ft2build.h about what 2.1 would mean (but
> > > evidently didn't). Wha
On Sun, 02 Mar 2003 21:52:41 -0600, Lars Clausen <[EMAIL PROTECTED]>
wrote:
> On 2 Mar 2003, James K. Lowden wrote:
>
> > FreeType 1 wasn't the problem. Enough -I switches was. Eventually, I
> > read the speech in ft2build.h about what 2.1 would mean (but evidently
> > didn't). What's 3 extra in
On 2 Mar 2003, James K. Lowden wrote:
> On Sun, 02 Mar 2003 18:59:43 -0600, Lars Clausen <[EMAIL PROTECTED]>
> wrote:
>> On 2 Mar 2003, James K. Lowden wrote:
>>
>> You have a version of FreeType 1 installed, maybe that is causing
>> confusion?
>
> Lars,
>
> FreeType 1 wasn't the problem. Enou
On Sun, 02 Mar 2003 18:59:43 -0600, Lars Clausen <[EMAIL PROTECTED]>
wrote:
> On 2 Mar 2003, James K. Lowden wrote:
>
> You have a version of FreeType 1 installed, maybe that is causing
> confusion?
Lars,
FreeType 1 wasn't the problem. Enough -I switches was. Eventually, I
read the speech in
On 2 Mar 2003, James K. Lowden wrote:
> What better to do on a rainy Sunday than dig into arcane font stuff, eh?
Indeed:)
> Your explanation was very helpful.
>
> It turns out the message is misleading: config.log showed that freetype.h
> was not found. It was not found because `freetype-conf
On Sun, 02 Mar 2003 14:35:14 -0600, Lars Clausen <[EMAIL PROTECTED]>
wrote:
> On Sun, 2 Mar 2003, James K. Lowden wrote:
> > On Sun, 02 Mar 2003 11:29:36 -0600, Lars Clausen
> > <[EMAIL PROTECTED]> wrote:
> >> On Sun, 2 Mar 2003, James K. Lowden wrote:
> >> >
> >> > configure: error: Need FreeType
On Sun, 2 Mar 2003, James K. Lowden wrote:
> On Sun, 02 Mar 2003 11:29:36 -0600, Lars Clausen <[EMAIL PROTECTED]>
> wrote:
>> On Sun, 2 Mar 2003, James K. Lowden wrote:
>> >
>> > configure: error: Need FreeType library version 2.0.9 or higher
>> >
>> > But I have 2.1.3, which might not be set up
On Sun, 02 Mar 2003 11:29:36 -0600, Lars Clausen <[EMAIL PROTECTED]>
wrote:
> On Sun, 2 Mar 2003, James K. Lowden wrote:
> >
> > configure: error: Need FreeType library version 2.0.9 or higher
> >
> > But I have 2.1.3, which might not be set up right, yet. Does
> > FreeType2 have to be on the cl
On Sun, 2 Mar 2003, James K. Lowden wrote:
> On Sun, 2 Mar 2003 11:14:58 -0500, "James K. Lowden"
> <[EMAIL PROTECTED]> wrote:
> Silly me. No need to patch.
>
> $ LDFLAGS='-Wl,-R/usr/pkg/lib -Wl,--export-dynamic -L/usr/pkg/lib' \
> ../configure --enable-gnome
>
> works fine, as far as it
On Sun, 2 Mar 2003 11:14:58 -0500, "James K. Lowden"
<[EMAIL PROTECTED]> wrote:
> On Sun, 02 Mar 2003 09:01:29 -0600, Lars Clausen <[EMAIL PROTECTED]>
> wrote:
> > On Sun, 2 Mar 2003, James K. Lowden wrote:
> > > checking for FT_Init_FreeType in -lfreetype... no
> > > configure: error: Can't find F
On Sun, 02 Mar 2003 09:01:29 -0600, Lars Clausen <[EMAIL PROTECTED]>
wrote:
> On Sun, 2 Mar 2003, James K. Lowden wrote:
> > checking for FT_Init_FreeType in -lfreetype... no
> > configure: error: Can't find FreeType library
> >
> > $ pkg_info -L freetype2 |grep lib
> > /usr/pkg/include/freetype2/
On Sun, 2 Mar 2003, James K. Lowden wrote:
> On Thu, 27 Feb 2003 14:02:29 -0600, Lars Clausen <[EMAIL PROTECTED]>
> wrote:
>>
>> ... 0.91-pre4.tar.gz ... will hopefully be the final version.
>
> I thought I'd be the first to compile it on NetBSD, but I'm missing
> something, apparently. I h
On Thu, 27 Feb 2003 14:02:29 -0600, Lars Clausen <[EMAIL PROTECTED]>
wrote:
>
> ... 0.91-pre4.tar.gz ... will hopefully be the final version.
I thought I'd be the first to compile it on NetBSD, but I'm missing
something, apparently. I have freetype-2.1.3.
$ ../configure --enable-gnome
..
18 matches
Mail list logo