InstallationGuide (How to install Juniper) Wiki page commented on by james.d.taylor
- @manwe.pl
Line 48: "message_dialog = GTK_MESSAGE_DIALOG(gtk_message_dialog_new(window, GTK_DIALOG_MODAL, type, buttons, title));"
should be:
message_dialog = GTK_MESSAGE_DIALOG(gtk_message_dialog_new(window, GTK_DIALOG_MODAL, type, buttons, "%s", title));
@manwe.pl
Line 48: "message_dialog = GTK_MESSAGE_DIALOG(gtk_message_dialog_new(window, GTK_DIALOG_MODAL, type, buttons, title));"
should be:
message_dialog = GTK_MESSAGE_DIALOG(gtk_message_dialog_new(window, GTK_DIALOG_MODAL, type, buttons, "%s", title));
Jul 25, 2009
issue 14
(Freshly compiled juniper crashes at start) commented on by przemyslaw.sitek
- Hi, i have found solution to this problem, and created a patch. This patch also fixed
build on Ubuntu Jaunty with gcc-4.3.3
Hi, i have found solution to this problem, and created a patch. This patch also fixed
build on Ubuntu Jaunty with gcc-4.3.3
Jul 13, 2009
InstallationGuide (How to install Juniper) Wiki page commented on by petr999
- I should port this to FreeBSD but still can't try it out...
===
+ gcc -pipe -Wall -pedantic -Werror -DDEBUG -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/webkit-1.0 -I/usr/local/include/webkit-1.0/webkit -c juniper.c -o ../juniper.o
cc1: warnings being treated as errors
In file included from juniper-db.h:6,
from juniper.c:7:
/usr/local/include/sqlite3.h:225: warning: ISO C90 does not support 'long long'
/usr/local/include/sqlite3.h:226: warning: ISO C90 does not support 'long long'
$ cc -v
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]
===
freebsd-7.1 as of January, 2009
I should port this to FreeBSD but still can't try it out...
===
+ gcc -pipe -Wall -pedantic -Werror -DDEBUG -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/webkit-1.0 -I/usr/local/include/webkit-1.0/webkit -c juniper.c -o ../juniper.o
cc1: warnings being treated as errors
In file included from juniper-db.h:6,
from juniper.c:7:
/usr/local/include/sqlite3.h:225: warning: ISO C90 does not support 'long long'
/usr/local/include/sqlite3.h:226: warning: ISO C90 does not support 'long long'
$ cc -v
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]
===
freebsd-7.1 as of January, 2009
Apr 20, 2009
issue 14
(Freshly compiled juniper crashes at start) reported by mlandisberg
- What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
From svn. On Fedora 9
Please provide any additional information below.
In some days, after i recompile WebKit from svn, then juniper, it works. At
some other days, when I do the same, it always crashes at startup.
GLib-ERROR **: The thread system is not yet initialized.
aborting...
[marina@localhost juniper]$ juniper
(juniper:10653): libglade-WARNING **: could not find signal handler
'juniper_view_source_current_tab'.
GLib-ERROR **: The thread system is not yet initialized.
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
From svn. On Fedora 9
Please provide any additional information below.
In some days, after i recompile WebKit from svn, then juniper, it works. At
some other days, when I do the same, it always crashes at startup.
GLib-ERROR **: The thread system is not yet initialized.
aborting...
[marina@localhost juniper]$ juniper
(juniper:10653): libglade-WARNING **: could not find signal handler
'juniper_view_source_current_tab'.
GLib-ERROR **: The thread system is not yet initialized.