[gedit-list] Runtime Errors On Windows



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]