Opened 11 years ago
Closed 11 years ago
#40271 closed defect (fixed)
Gnumeric @1.12.x cannot configure with libgda...
Reported by: | c.herbig@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | gnumeric |
Description
I have been experimenting with compiling gnumeric against some of the optional packages. I can get --with-psiconv to work, there are code issues for --with-paradox, but the puzzlement is that I can't get the configure phase to use libgda5 (or any other libgda version). Configure simply says
:info:configure checking for GDA... no ... :info:configure Configuration: :info:configure :info:configure Source code location: . :info:configure Compiler: /usr/bin/clang :info:configure Compiler flags: -pipe -Os -arch x86_64 -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Werror=missing-prototypes -Werror=nested-externs -Werror=implicit-function-declaration -Wmissing-declarations -Wno-pointer-sign -Werror=format-security -Wstrict-prototypes :info:configure Floating point type: double :info:configure :info:configure UI: Gtk :info:configure :info:configure Perl Support: yes (using perl) :info:configure Python Support: yes (using /opt/local/bin/python2.7) :info:configure :info:configure GDA support: NO. libgda problem :info:configure GNOME-DB support: no :info:configure Psiconv support: yes :info:configure :info:configure PDF documentation: No, not requested. :info:configure
even though libgda5 is installed. I will also attach the portfile I have been using for the experiment. Any ideas?
Attachments (2)
Change History (6)
Changed 11 years ago by c.herbig@…
Changed 11 years ago by c.herbig@…
comment:1 Changed 11 years ago by c.herbig@…
P.S. You need to configure as gnumeric +database, or it will just configure as the normal gnumeric.
comment:2 Changed 11 years ago by c.herbig@…
This issue has been solved. libgda5 must explicitly state --with-ui, and gtksourceview2 must be changed to gtksourceview3.
comment:3 Changed 11 years ago by c.herbig@…
I filed a new ticket for the libgda5 issue, so this can now be closed.
comment:4 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed by r110546.
My experimental gnumeric portfile