
I just got an error while building the latest trunk revision of inkscape.
Configure Options were: ./configure --prefix=$HOME/INKSCAPE --with-gnome-vfs --enable-binreloc --enable-inkboard --with-python --disable-lcms
gc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I../cxxtest -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -MT extension/internal/ps.o -MD -MP -MF "extension/internal/.deps/ps.Tpo" -c -o extension/internal/ps.o `test -f 'extension/internal/ps.cpp' || echo './'`extension/internal/ps.cpp; \ then mv -f "extension/internal/.deps/ps.Tpo" "extension/internal/.deps/ps.Po"; else rm -f "extension/internal/.deps/ps.Tpo"; exit 1; fi extension/internal/ps.cpp:46:36: error: gtk/gtkprintunixdialog.h: Datei oder Verzeichnis nicht gefunden extension/internal/ps.cpp:108: error: variable or field 'unix_print_complete' declared void extension/internal/ps.cpp:108: error: 'GtkPrintJob' was not declared in this scope extension/internal/ps.cpp:108: error: 'print_job' was not declared in this scope extension/internal/ps.cpp:109: error: expected primary-expression before 'user_data' extension/internal/ps.cpp:110: error: expected primary-expression before '*' token extension/internal/ps.cpp:110: error: 'error' was not declared in this scope extension/internal/ps.cpp:110: error: initializer expression list treated as compound expression extension/internal/ps.cpp:111: error: expected ',' or ';' before '{' token extension/internal/ps.cpp: In function 'void Inkscape::Extension::Internal::unix_print_dialog(const gchar*, const gchar*)': extension/internal/ps.cpp:118: error: 'gtk_print_unix_dialog_new' was not declared in this scope extension/internal/ps.cpp:129: error: 'GtkPrinter' was not declared in this scope extension/internal/ps.cpp:129: error: 'printer' was not declared in this scope extension/internal/ps.cpp:129: error: 'GTK_PRINT_UNIX_DIALOG' was not declared in this scope extension/internal/ps.cpp:129: error: 'gtk_print_unix_dialog_get_selected_printer' was not declared in this scope extension/internal/ps.cpp:131: error: 'gtk_printer_get_name' was not declared in this scope extension/internal/ps.cpp:133: error: 'gtk_printer_accepts_ps' was not declared in this scope extension/internal/ps.cpp:134: error: 'GtkPrintJob' was not declared in this scope extension/internal/ps.cpp:134: error: 'job' was not declared in this scope extension/internal/ps.cpp:135: error: 'gtk_print_unix_dialog_get_settings' was not declared in this scope extension/internal/ps.cpp:136: error: 'gtk_print_unix_dialog_get_page_setup' was not declared in this scope extension/internal/ps.cpp:136: error: 'gtk_print_job_new' was not declared in this scope extension/internal/ps.cpp:140: error: 'gtk_print_job_set_source_file' was not declared in this scope extension/internal/ps.cpp:142: error: 'gtk_print_job_send' was not declared in this scope extension/internal/ps.cpp: At global scope: extension/internal/ps.cpp:116: warning: 'void Inkscape::Extension::Internal::unix_print_dialog(const gchar*, const gchar*)' defined but not used make[2]: *** [extension/internal/ps.o] Fehler 1 make[2]: Leaving directory `/home/loi/src/inkscape/inkscape/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/loi/src/inkscape/inkscape' make: *** [all] Fehler 2

Thanks for the report. I understand some work is going on in implementing a new print dialog, which requires gtk 2.10. What version of gtk do you have installed?
Bryce
On Tue, Feb 06, 2007 at 05:54:41PM +0100, Loi wrote:
I just got an error while building the latest trunk revision of inkscape.
Configure Options were: ./configure --prefix=$HOME/INKSCAPE --with-gnome-vfs --enable-binreloc --enable-inkboard --with-python --disable-lcms
gc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I../cxxtest -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -MT extension/internal/ps.o -MD -MP -MF "extension/internal/.deps/ps.Tpo" -c -o extension/internal/ps.o `test -f 'extension/internal/ps.cpp' || echo './'`extension/internal/ps.cpp; \ then mv -f "extension/internal/.deps/ps.Tpo" "extension/internal/.deps/ps.Po"; else rm -f "extension/internal/.deps/ps.Tpo"; exit 1; fi extension/internal/ps.cpp:46:36: error: gtk/gtkprintunixdialog.h: Datei oder Verzeichnis nicht gefunden extension/internal/ps.cpp:108: error: variable or field 'unix_print_complete' declared void extension/internal/ps.cpp:108: error: 'GtkPrintJob' was not declared in this scope extension/internal/ps.cpp:108: error: 'print_job' was not declared in this scope extension/internal/ps.cpp:109: error: expected primary-expression before 'user_data' extension/internal/ps.cpp:110: error: expected primary-expression before '*' token extension/internal/ps.cpp:110: error: 'error' was not declared in this scope extension/internal/ps.cpp:110: error: initializer expression list treated as compound expression extension/internal/ps.cpp:111: error: expected ',' or ';' before '{' token extension/internal/ps.cpp: In function 'void Inkscape::Extension::Internal::unix_print_dialog(const gchar*, const gchar*)': extension/internal/ps.cpp:118: error: 'gtk_print_unix_dialog_new' was not declared in this scope extension/internal/ps.cpp:129: error: 'GtkPrinter' was not declared in this scope extension/internal/ps.cpp:129: error: 'printer' was not declared in this scope extension/internal/ps.cpp:129: error: 'GTK_PRINT_UNIX_DIALOG' was not declared in this scope extension/internal/ps.cpp:129: error: 'gtk_print_unix_dialog_get_selected_printer' was not declared in this scope extension/internal/ps.cpp:131: error: 'gtk_printer_get_name' was not declared in this scope extension/internal/ps.cpp:133: error: 'gtk_printer_accepts_ps' was not declared in this scope extension/internal/ps.cpp:134: error: 'GtkPrintJob' was not declared in this scope extension/internal/ps.cpp:134: error: 'job' was not declared in this scope extension/internal/ps.cpp:135: error: 'gtk_print_unix_dialog_get_settings' was not declared in this scope extension/internal/ps.cpp:136: error: 'gtk_print_unix_dialog_get_page_setup' was not declared in this scope extension/internal/ps.cpp:136: error: 'gtk_print_job_new' was not declared in this scope extension/internal/ps.cpp:140: error: 'gtk_print_job_set_source_file' was not declared in this scope extension/internal/ps.cpp:142: error: 'gtk_print_job_send' was not declared in this scope extension/internal/ps.cpp: At global scope: extension/internal/ps.cpp:116: warning: 'void Inkscape::Extension::Internal::unix_print_dialog(const gchar*, const gchar*)' defined but not used make[2]: *** [extension/internal/ps.o] Fehler 1 make[2]: Leaving directory `/home/loi/src/inkscape/inkscape/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/loi/src/inkscape/inkscape' make: *** [all] Fehler 2

should we assume GTK 2.1 or GTK 1.5?!
2007/2/6, Bryce Harrington <bryce@...961...>:
Thanks for the report. I understand some work is going on in implementing a new print dialog, which requires gtk 2.10. What version of gtk do you have installed?
Bryce
On Tue, Feb 06, 2007 at 05:54:41PM +0100, Loi wrote:
I just got an error while building the latest trunk revision of
inkscape.
Configure Options were: ./configure --prefix=$HOME/INKSCAPE --with-gnome-vfs --enable-binreloc --enable-inkboard --with-python --disable-lcms
gc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I../cxxtest -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -MT extension/internal/ps.o -MD -MP -MF "extension/internal/.deps/ps.Tpo" -c -o extension/internal/ps.o `test -f 'extension/internal/ps.cpp' || echo './'`extension/internal/ps.cpp; \ then mv -f "extension/internal/.deps/ps.Tpo" "extension/internal/.deps/ps.Po"; else rm -f "extension/internal/.deps/ps.Tpo"; exit 1; fi extension/internal/ps.cpp:46:36: error: gtk/gtkprintunixdialog.h: Datei oder Verzeichnis nicht gefunden extension/internal/ps.cpp:108: error: variable or field 'unix_print_complete' declared void extension/internal/ps.cpp:108: error: 'GtkPrintJob' was not declared in this scope extension/internal/ps.cpp:108: error: 'print_job' was not declared in this scope extension/internal/ps.cpp:109: error: expected primary-expression before 'user_data' extension/internal/ps.cpp:110: error: expected primary-expression before '*' token extension/internal/ps.cpp:110: error: 'error' was not declared in this
scope
extension/internal/ps.cpp:110: error: initializer expression list treated as compound expression extension/internal/ps.cpp:111: error: expected ',' or ';' before '{'
token
extension/internal/ps.cpp: In function 'void Inkscape::Extension::Internal::unix_print_dialog(const gchar*, const gchar*)': extension/internal/ps.cpp:118: error: 'gtk_print_unix_dialog_new' was not declared in this scope extension/internal/ps.cpp:129: error: 'GtkPrinter' was not declared in this scope extension/internal/ps.cpp:129: error: 'printer' was not declared in this scope extension/internal/ps.cpp:129: error: 'GTK_PRINT_UNIX_DIALOG' was not declared in this scope extension/internal/ps.cpp:129: error: 'gtk_print_unix_dialog_get_selected_printer' was not declared in this
scope
extension/internal/ps.cpp:131: error: 'gtk_printer_get_name' was not declared in this scope extension/internal/ps.cpp:133: error: 'gtk_printer_accepts_ps' was not declared in this scope extension/internal/ps.cpp:134: error: 'GtkPrintJob' was not declared in this scope extension/internal/ps.cpp:134: error: 'job' was not declared in this
scope
extension/internal/ps.cpp:135: error: 'gtk_print_unix_dialog_get_settings' was not declared in this scope extension/internal/ps.cpp:136: error: 'gtk_print_unix_dialog_get_page_setup' was not declared in this scope extension/internal/ps.cpp:136: error: 'gtk_print_job_new' was not declared in this scope extension/internal/ps.cpp:140: error: 'gtk_print_job_set_source_file' was not declared in this scope extension/internal/ps.cpp:142: error: 'gtk_print_job_send' was not declared in this scope extension/internal/ps.cpp: At global scope: extension/internal/ps.cpp:116: warning: 'void Inkscape::Extension::Internal::unix_print_dialog(const gchar*, const gchar*)' defined but not used make[2]: *** [extension/internal/ps.o] Fehler 1 make[2]: Leaving directory `/home/loi/src/inkscape/inkscape/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/loi/src/inkscape/inkscape' make: *** [all] Fehler 2
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

Thanks for the report. I understand some work is going on in implementing a new print dialog, which requires gtk 2.10. What version of gtk do you have installed?
I'm running Debian sid. I think, the libgtk2.0-0 and libgtk2.0-dev packages are waht you want to know.
Package: libgtk2.0-0 Priority: optional Section: libs Installed-Size: 4076 Maintainer: Sebastien Bacher <seb128@...153...> Architecture: i386 Source: gtk+2.0 Version: 2.8.20-5 [...]
and
Package: libgtk2.0-dev Priority: optional Section: libdevel Installed-Size: 8160 Maintainer: Sebastien Bacher <seb128@...153...> Architecture: i386 Source: gtk+2.0 Version: 2.8.20-5 [...]
So, it seems that I have only gtk 2.8.20. AFAIK There is no gtk 2.10 (and no gnome 2.16 :-() in Debian yet.
-- Loi

jeje, you Debian users... I use GTK version of Ubuntu 6.10 (according to Synaptic it's v2.10.0). Linux distros are forking way to fast!
2007/2/6, Loi <derloi@...1139...>:
Thanks for the report. I understand some work is going on in implementing a new print dialog, which requires gtk 2.10. What version of gtk do you have installed?
I'm running Debian sid. I think, the libgtk2.0-0 and libgtk2.0-dev packages are waht you want to know.
Package: libgtk2.0-0 Priority: optional Section: libs Installed-Size: 4076 Maintainer: Sebastien Bacher <seb128@...153...> Architecture: i386 Source: gtk+2.0 Version: 2.8.20-5 [...]
and
Package: libgtk2.0-dev Priority: optional Section: libdevel Installed-Size: 8160 Maintainer: Sebastien Bacher <seb128@...153...> Architecture: i386 Source: gtk+2.0 Version: 2.8.20-5 [...]
So, it seems that I have only gtk 2.8.20. AFAIK There is no gtk 2.10 (and no gnome 2.16 :-() in Debian yet.
-- Loi

On Tue, Feb 06, 2007 at 07:44:42PM +0100, Loi wrote:
Thanks for the report. I understand some work is going on in implementing a new print dialog, which requires gtk 2.10. What version of gtk do you have installed?
I'm running Debian sid.
Version: 2.8.20-5
So, it seems that I have only gtk 2.8.20. AFAIK There is no gtk 2.10 (and no gnome 2.16 :-() in Debian yet.
Yup, that'd explain it.
Bryce

Loi scrisse:
So, it seems that I have only gtk 2.8.20. AFAIK There is no gtk 2.10 (and no gnome 2.16 :-() in Debian yet.
This is only a temporary issue. Unstable is quite static recently to better track Etch freeze, so big migration (like libgtk and gnome) are posticipated. You can find gtk 2.10 in experimental. I'm actually using them on my sid and the system is still stable :)
Loi
Cheers, Luca
-- .''`. ** Debian GNU/Linux ** | Luca Bruno : :' : The Universal O.S. | luca.br(AT)uno.it `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Proud Debian GNU/Linux User

So, it seems that I have only gtk 2.8.20. AFAIK There is no gtk 2.10 (and no gnome 2.16 :-() in Debian yet.
This is only a temporary issue. Unstable is quite static recently to better track Etch freeze, so big migration (like libgtk and gnome) are posticipated. You can find gtk 2.10 in experimental. I'm actually using them on my sid and the system is still stable :)
Sure, but Etch ... 2 month behind release termin ... At the moment, I try to compile rev 14054 ... no error so far
-- Loi

Loi scrisse:
I just got an error while building the latest trunk revision of inkscape.
extension/internal/ps.cpp:46:36: error: gtk/gtkprintunixdialog.h: Datei oder Verzeichnis nicht gefunden
I think this is something like "File not found"; it should be provided by libgtk, so please check your gtk headers. I'm still dubious, as latest configure is already checking for gtk-print-unix.
Anyway IIRC gtkprinting was introduced only in gtk 2.10, but looking at bryce's roadmap I can only see gtk 2.8 for our 0.46... So there should be something wrong with it (maybe my statements :)
Ciao, Luca
-- .''`. ** Debian GNU/Linux ** | Luca Bruno : :' : The Universal O.S. | luca.br(AT)uno.it `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Proud Debian GNU/Linux User

Luca Bruno wrote:
Anyway IIRC gtkprinting was introduced only in gtk 2.10, but looking at bryce's roadmap I can only see gtk 2.8 for our 0.46... So there should be something wrong with it (maybe my statements :)
Nothing wrong. Just that we haven't discussed this matter quite yet. The concerns are both for developers and users.
For developers: - win32 libs bundle contains 2.10 - updated Mac OSX build process uses 2.10 - most developers use relatively current linux distros that supply 2.10, correct?
For users: - win32 builds are distributed with 2.10 - judging by the size of the Mac packages, they come with 2.10 - we've been using enterprise distro's a baseline estimate for what is acceptable. RHN lists 2.10 in the packages for RHEL5 beta. Suse 10 has been out for a while and ships with 2.8. Any others worth mentioning?
It appears that the way is pretty clear to requiring GTK 2.10. Upping our GTK requirements are good for the OSS ecosystem.
Aaron Spike

On Tue, 6 Feb 2007, Aaron Spike wrote:
Luca Bruno wrote:
Anyway IIRC gtkprinting was introduced only in gtk 2.10, but looking at bryce's roadmap I can only see gtk 2.8 for our 0.46... So there should be something wrong with it (maybe my statements :)
Nothing wrong. Just that we haven't discussed this matter quite yet. The concerns are both for developers and users.
For users:
- judging by the size of the Mac packages, they come with 2.10
Correct, the Universal Mac package is bundled with gtk+-2.10.9.
Cheers, Michael

On 2007-February-06 , at 22:00 , Michael Wybrow wrote:
On Tue, 6 Feb 2007, Aaron Spike wrote:
Luca Bruno wrote:
Anyway IIRC gtkprinting was introduced only in gtk 2.10, but looking at bryce's roadmap I can only see gtk 2.8 for our 0.46... So there should be something wrong with it (maybe my statements :)
Nothing wrong. Just that we haven't discussed this matter quite yet. The concerns are both for developers and users.
For users:
- judging by the size of the Mac packages, they come with 2.10
Correct, the Universal Mac package is bundled with gtk+-2.10.9.
and the PPC one uses gtk 2.10.6 if that matters.
JiHO --- http://jo.irisson.free.fr/

On 2/6/07, jiho <jo.irisson@...400...> wrote:
and the PPC one uses gtk 2.10.6 if that matters.
It does, because of this:
http://wiki.inkscape.org:8080/wiki/index.php/ReleaseNotes045#Spinbuttons_may...

On 2007-February-06 , at 23:41 , bulia byak wrote:
On 2/6/07, jiho <jo.irisson@...400...> wrote:
and the PPC one uses gtk 2.10.6 if that matters.
It does, because of this:
http://wiki.inkscape.org:8080/wiki/index.php/ ReleaseNotes045#Spinbuttons_may_crash_if_you_have_GTK. 2B_older_than_2.10.7
argh. I am afraid there is not much I can do. I will upgrade GTK as soon as DarwinPorts upgrades it, which should not be to distant in the future I hope. In the meantime, I tested every spinbutton I can think of in Inkscape and it never crashed. Is there any particular circumstances in which this bug is thought to happen?
JiHO --- http://jo.irisson.free.fr/

On 2/7/07, jiho <jo.irisson@...400...> wrote:
argh. I am afraid there is not much I can do. I will upgrade GTK as soon as DarwinPorts upgrades it, which should not be to distant in the future I hope. In the meantime, I tested every spinbutton I can think of in Inkscape and it never crashed. Is there any particular circumstances in which this bug is thought to happen?
It happens when redraw is slow. Draw a large star the size of your screen, blur it 10%, then change the number of star corners via the spinbutton of the star tool => crash. This happens with pretty much any spinbutton when the redraw is slow, so it's really quite a bad bug.

On 2007-February-07 , at 18:50 , bulia byak wrote:
On 2/7/07, jiho <jo.irisson@...400...> wrote:
argh. I am afraid there is not much I can do. I will upgrade GTK as soon as DarwinPorts upgrades it, which should not be to distant in the future I hope. In the meantime, I tested every spinbutton I can think of in Inkscape and it never crashed. Is there any particular circumstances in which this bug is thought to happen?
It happens when redraw is slow. Draw a large star the size of your screen, blur it 10%, then change the number of star corners via the spinbutton of the star tool => crash. This happens with pretty much any spinbutton when the redraw is slow, so it's really quite a bad bug.
OK, I tested it and the build had from this bug indeed. There is a new mac PPC package uploading now. Should be on sourceforge any minute. Thanks for pointing this (set reminder: *I should really read release notes*)
Cheers,
JiHO --- http://jo.irisson.free.fr/

Why not just draw an *?! Isn't drawing a shape the size of the screen the bug?!
The user have to scroll! Why not ad a full-screen edit?
2007/2/7, bulia byak <buliabyak@...400...>:
On 2/7/07, jiho <jo.irisson@...400...> wrote:
argh. I am afraid there is not much I can do. I will upgrade GTK as soon as DarwinPorts upgrades it, which should not be to distant in the future I hope. In the meantime, I tested every spinbutton I can think of in Inkscape and it never crashed. Is there any particular circumstances in which this bug is thought to happen?
It happens when redraw is slow. Draw a large star the size of your screen, blur it 10%, then change the number of star corners via the spinbutton of the star tool => crash. This happens with pretty much any spinbutton when the redraw is slow, so it's really quite a bad bug.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

On 2007-February-06 , at 23:41 , bulia byak wrote:
On 2/6/07, jiho <jo.irisson@...400...> wrote:
and the PPC one uses gtk 2.10.6 if that matters.
It does, because of this:
http://wiki.inkscape.org:8080/wiki/index.php/ ReleaseNotes045#Spinbuttons_may_crash_if_you_have_GTK. 2B_older_than_2.10.7
sorry for the e-mail pollution, I should have checked before: DarwinPorts provides GTK+ 2.10.7 now so I will upgrade. but: - GTKmm is still at 2.10.6, is this a problem? - is this crash frequent? i.e. should I rebuild 0.45 and post a new package with 2.10.7 or is it not worth the trouble?
Thanks in advance and sorry again.
JiHO --- http://jo.irisson.free.fr/

On Tue, Feb 06, 2007 at 07:22:19PM +0100, Luca Bruno wrote:
Anyway IIRC gtkprinting was introduced only in gtk 2.10, but looking at bryce's roadmap I can only see gtk 2.8 for our 0.46... So there should be something wrong with it (maybe my statements :)
Well, there was a discussion on IRC yesterday, and there is a strong desire to move to 2.10 for 0.46, in order to use the new gtk print dialog. Indeed, from a packaging point of view, I've been told both enterprise distros ship 2.10, and for Win32 and OSX we ship binaries linked against 2.10 already, iirc. So there seems to be little reason *not* to shift to 2.10 for 0.46, however since it was only discussed on IRC, no firm decisions were made, except that it should be proposed on the mailing list first. That's why the roadmap is still showing 2.8.
Bryce

To be clear with this versioning: those Inkscape uses the:
0.n
when n is 2*somenumber it's a stable release (in Spanish: "Par" ie: 2) when n is (2*somenumber)+1 it's an unstable release (in Spanish: "ImPar" ie: 1)
2007/2/6, Bryce Harrington <bryce@...961...>:
On Tue, Feb 06, 2007 at 07:22:19PM +0100, Luca Bruno wrote:
Anyway IIRC gtkprinting was introduced only in gtk 2.10, but looking at bryce's roadmap I can only see gtk 2.8 for our 0.46... So there should be something wrong with it (maybe my statements :)
Well, there was a discussion on IRC yesterday, and there is a strong desire to move to 2.10 for 0.46, in order to use the new gtk print dialog. Indeed, from a packaging point of view, I've been told both enterprise distros ship 2.10, and for Win32 and OSX we ship binaries linked against 2.10 already, iirc. So there seems to be little reason *not* to shift to 2.10 for 0.46, however since it was only discussed on IRC, no firm decisions were made, except that it should be proposed on the mailing list first. That's why the roadmap is still showing 2.8.
Bryce
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

Esteban Barahona wrote:
To be clear with this versioning: those Inkscape uses the:
0.n
when n is 2*somenumber it's a stable release (in Spanish: "Par" ie: 2) when n is (2*somenumber)+1 it's an unstable release (in Spanish: "ImPar" ie: 1)
Inkscape does not follow this convention.
Aaron Spike

Hi Loi,
On Tue, Feb 06, 2007 at 05:54:41PM +0100, Loi wrote:
I just got an error while building the latest trunk revision of inkscape.
extension/internal/ps.cpp:46:36: error: gtk/gtkprintunixdialog.h: Datei oder Verzeichnis nicht gefunden
Sorry, this was my fault; I incorrectly #ifdef'd some new features that appear in GTK 2.10. I've committed some fixes. Can you try the build again now?
Thanks reporting the issue!

Hi,
I just got an error while building the latest trunk revision of inkscape.
extension/internal/ps.cpp:46:36: error: gtk/gtkprintunixdialog.h: Datei oder Verzeichnis nicht gefunden
Sorry, this was my fault; I incorrectly #ifdef'd some new features that appear in GTK 2.10. I've committed some fixes. Can you try the build again now?
Now (rev. 14054), it compiled without a fatal error. And after installing, it works great.
While compiling, I get some other errors, just for info:
Somewhere in the C++, I just noticed this by acident:
./pedro/pedroconfig.h: In copy constructor 'Pedro::XmppConfig::XmppConfig(const Pedro::XmppConfig&)': ./pedro/pedroconfig.h:181: warning: base class 'class Pedro::XmppEventTarget' should be explicitly initialized in the copy constructor
And while the work on the .po:
Merging translations into inkscape.desktop. eo.po: Unmatched closing </b>: #: ../src/gradient-drag.cpp:678 #, c-format msgid "Gradient point shared by <b>%d</b> gradient; drag with <b>Shift</b> to separate" msgid_plural "Gradient point shared by <b>%d</b> gradients; drag with <b>Shift</b> to separate" msgstr[0] "Punkto de gradiento kunhavita kun <b>%d</b> gradientoj; trenu kun b>Åvkl</b> por disigi" msgstr[1] "Punkto de gradiento kunhavita kun <b>%d</b> gradientoj; trenu kun b>Åvkl</b> por disigi"
eo.po: unclosed <b>: #: ../src/tools-switch.cpp:139 msgid "<b>Drag</b> to create a rectangle. <b>Drag controls</b> to round corners and resize. <b>Click</b> to select." msgstr "<b>Trenu</b> por krei rektangulon. <b>Trenu regilojn/b> por rondigi angulojnkaj readapti. <b>Klaku</b> por elekti."
eo.po: unclosed <b>: #: ../src/tools-switch.cpp:145 msgid "<b>Drag</b> to create an ellipse. <b>Drag controls</b> to make an arc or segment. <b>Click</b> to select." msgstr "<b>Trenu</b> por krei elipson. <b>Trenu regilojn/b> por krei arkon aÅ segmenton. <b>Klaku</b> por elekti."
eo.po: unclosed <b>: #: ../src/tools-switch.cpp:151 msgid "<b>Drag</b> to create a star. <b>Drag controls</b> to edit the star shape. <b>Click</b> to select." msgstr "<b>Trenu</b> por krei stelon. <b>Trenu regilojn/b> por redakti la formon de la stelo. <b>Klaku</b> por elekti."
eo.po: unclosed <b>: #: ../src/tools-switch.cpp:157 msgid "<b>Drag</b> to create a spiral. <b>Drag controls</b> to edit the spiral shape. <b>Click</b> to select." msgstr "<<b>Trenu</b> por krei spiralon. <b>Trenu regilojn/b> por redakti la formon de la spiralo. <b>Klaku</b> por elekti."
eo.po: parsing error for `> aÅ <': #: ../src/ui/dialog/inkscape-preferences.cpp:183 msgid "Pressing > or < scales selection up or down by this increment (in px units)" msgstr "Per premo de > aÅ <, vi povas laÅskale aranÄi elekton je Äi kvanto (en bilderoj)"
WARNING: Bad markup found in translations. Please consider fixing the above problems. make[2]: Leaving directory `/home/loi/src/inkscape/inkscape' make[1]: Leaving directory `/home/loi/src/inkscape/inkscape'
Thanks reporting the issue!
No problem ... I like to do such things ...
-- Loi

why we keep calling Computer=Desktop? They are NOT the same! /home/usr/Desktop!? Isn't it the same as /home/Desktop!
/* Damn, Unix+ won. It's bulletproof, Windows beware. */
+Unix doesn't treat the user as an idiot, for that I'm grateful to Unix wizards (I'm not a hacker of bits)
// from now on I will try to keep my OWN computers Windows-free (only Mac OS X, Ubuntu Linux or Solaris, BSD, ...).
2007/2/6, Colin Marquardt <colin@...384...>:
Loi <derloi@...1139...> writes:
Merging translations into inkscape.desktop. eo.po: Unmatched closing </b>:
Okay, fixed.
Cheers Colin
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (10)
-
Aaron Spike
-
Bryce Harrington
-
bulia byak
-
Colin Marquardt
-
Esteban Barahona
-
jiho
-
Kees Cook
-
Loi
-
Luca Bruno
-
Michael Wybrow