Re: [gedit-list] Runtime Errors On Windows
- From: "Steven Zimmer" <stevenlzimmer gmail com>
- To: gedit-list gnome org
- Subject: Re: [gedit-list] Runtime Errors On Windows
- Date: Sat, 29 Mar 2008 00:42:37 -0600
Actually i've solved my own problem, gedit was just looking for
gedit-ui.xml like the warning says. I have a really hacked version of
gedit running in windows now! I will now work on coding in the missing
bits to bring up the functionality fully. Is there a command line
argument to tell gedit where to look for its gedit-ui.xml file?
I will be updating the wiki with instructions either tonight or
tomorrow evening.
How exciting i finally get to code rather that try to build the damn thing!
On Fri, Mar 28, 2008 at 11:54 PM, Steven Zimmer <stevenlzimmer gmail com> wrote:
> Hello,
>
> I was hoping you guys would be able to help me out now that I've
> actually got gedit to compile....
> For now i would just like to be able to see a basic gedit window, and
> work from there.
>
> Here are some of the things that i've had to do to get gedit to compile...
>
> i've basically had to comment out huge portions of code in the following files:
> (I'm assuming gedit should at least start up even though these
> funtions are all commented out pretty much)
>
> bacon-message.c
> gedit-mmap-document-loader.c
> gedit-print.c
>
> in these files i've commented out a bit less:
> gedit.c
> //if (startup_timestamp <= 0)
> // startup_timestamp = gdk_x11_get_server_time (GTK_WIDGET (window)->window);
>
> //gdk_x11_window_set_user_time (GTK_WIDGET (window)->window,
> //
>
> gedit-app.c (windows doesnt support fork type functions)
> static gchar *
> gen_role (void)
> {
> time_t t;
> static gint serial;
>
> t = time (NULL);
>
> //return g_strdup_printf ("gedit-window-%d-%d-%d-%ld-%d %s",
> // getpid (),
> // getgid (),
> // getppid (),
> // (long) t,
> // serial++,
> // g_get_host_name ());
> return 0;
> }
>
> Here are the error messages i'm getting when i attempt to run gedit (I
> do not even get to a main screen):
>
> ** (gedit:600): WARNING **: Error opening directory
> 'C:/msys/1.0/local/lib/gedit-2/plugins': No s
> uch file or directory
>
> ** (gedit:600): WARNING **: Could not merge gedit-ui.xml: Failed to
> open file 'C:/msys/1.0/local/
> share/gedit-2/ui/gedit-ui.xml': No such file or directory
>
> (gedit:600): Gtk-CRITICAL **: gtk_box_pack_start: assertion
> `GTK_IS_WIDGET (child)' failed
>
> (gedit:600): Gtk-CRITICAL **: gtk_box_pack_start: assertion
> `GTK_IS_WIDGET (child)' failed
>
> (gedit:600): Gtk-CRITICAL **: gtk_widget_show: assertion
> `GTK_IS_WIDGET (widget)' failed
>
> (gedit:600): Gtk-CRITICAL **: gtk_toolbar_unset_style: assertion
> `GTK_IS_TOOLBAR (toolbar)' faile
> d
>
> Any help you could provide would be greatly appreciated.
>
> --
> Thanks,
> Steve Zimmer
>
--
Thanks,
Steve Zimmer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]