Bugs item #961643, was opened at 2004-05-27 08:22
Message generated for change (Settings changed) made by keescook
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=961643&group_id=93438
Category: Build
Group: None
Status: Closed
Resolution: Works For Me
Priority: 6
Submitted By: Jay (jeroenvanderwal)
>Assigned to: Kees Cook (keescook)
Summary: Build error GDK_Delete
Initial Comment:
The source won't compile unless i change GDK_Delete
into GDK_DELETE in each file.
----------------------------------------------------------------------
Comment By: Kees Cook (nemies)
Date: 2004-07-11 16:48
Message:
Logged In: YES
user_id=26678
I'm closing this since 0.39 will be released soon. If the
problem persists, we can reopen this bug. Let us know if
the current CVS versions don't compile for you.
----------------------------------------------------------------------
Comment By: Kees Cook (nemies)
Date: 2004-07-07 00:34
Message:
Logged In: YES
user_id=26678
Does this still happen to your builds? From the logs it
almost looks like GTK isn't being found quite right.
----------------------------------------------------------------------
Comment By: Jay (jeroenvanderwal)
Date: 2004-06-14 10:08
Message:
Logged In: YES
user_id=1051188
Here's the config.log
----------------------------------------------------------------------
Comment By: Kees Cook (nemies)
Date: 2004-06-14 06:51
Message:
Logged In: YES
user_id=26678
GDK_Delete is a keyboard enum (for pressing the "Del" key),
and GDK_DELETE is a windowing event (when a window is
removed). As such, they are very different things.
Can you attach your config.log file? Each of the files that
have GDK_Delete in them are correctly including
gdkkeysyms.h. If we could narrow down what version of GDK
you have, this would be easier to track down. :)
Thanks!
----------------------------------------------------------------------
Comment By: Bryce Harrington (bryce)
Date: 2004-06-13 22:37
Message:
Logged In: YES
user_id=4782
{bryce@...} ~/src/Inkscape/inkscape (407): grep -sr
"GDK_Delete" .
./src/node-context.cpp: case GDK_Delete:
./src/shortcuts.cpp: sp_shortcut_set (GDK_Delete,
SP_VERB_EDIT_DELETE, true);
./src/slideshow.cpp: case GDK_Delete:
./src/text-context.cpp: case GDK_Delete:
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=961643&group_id=93438
|