Fwd: problem using port to install gnucash on mac 10.5
[Sorry, forgot to reply to the list]
On Jan 6, 2008, at 20:36 , Some Guy wrote:
now the problem is with firefox-x11
firefox-x11 is only needed to read the documentation, so you can try to install without it:
sudo port install gnucash +without_docs
Using that option, I managed to install all prerequisites. The gnucash port itself still would not install, though. This is due to a guile problem.
A.
mmm, it says it needs guile 1.6 or later Used port to install guile and it spins out --> Building guile with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_guile/work/guile- 1.8.3" && make all " returned error 2 Command output: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/opt/local/include -D_THREAD_SAFE -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-fports.lo -MD -MP -MF .deps/libguile_la-fports.Tpo -c fports.c -fno-common -DPIC -o .libs/libguile_la-fports.o cc1: warnings being treated as errors fports.c: In function 'scm_open_file': fports.c:364: warning: implicit declaration of function 'open64' fports.c: At top level: fports.c:614: error: syntax error before 'fport_seek_or_seek64' fports.c:614: error: syntax error before 'off64_t' fports.c:615: warning: return type defaults to 'int' fports.c:615: warning: no previous prototype for 'fport_seek_or_seek64' fports.c: In function 'fport_seek_or_seek64': fports.c:616: error: 'port' undeclared (first use in this function) fports.c:616: error: (Each undeclared identifier is reported only once fports.c:616: error: for each function it appears in.) fports.c:618: error: 'off64_t' undeclared (first use in this function) fports.c:618: error: syntax error before 'rv' fports.c:623: error: 'offset' undeclared (first use in this function) fports.c:623: error: 'whence' undeclared (first use in this function) fports.c:626: error: 'result' undeclared (first use in this function) fports.c:626: error: 'rv' undeclared (first use in this function) fports.c:626: warning: implicit declaration of function 'lseek64' fports.c: In function 'fport_seek': fports.c:677: error: 'off64_t' undeclared (first use in this function) fports.c:677: error: syntax error before 'rv' fports.c:678: error: 'rv' undeclared (first use in this function) fports.c: In function 'scm_i_fport_truncate': fports.c:711: warning: implicit declaration of function 'ftruncate64' make[3]: *** [libguile_la-fports.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. On Jan 6, 2008 7:43 PM, Ansgar Esztermann <ansgar@esztermann.de> wrote:
[Sorry, forgot to reply to the list]
On Jan 6, 2008, at 20:36 , Some Guy wrote:
now the problem is with firefox-x11
firefox-x11 is only needed to read the documentation, so you can try to install without it:
sudo port install gnucash +without_docs
Using that option, I managed to install all prerequisites. The gnucash port itself still would not install, though. This is due to a guile problem.
A.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
On Jan 6, 2008, at 21:34 , Some Guy wrote:
mmm, it says it needs guile 1.6 or later
Used port to install guile and it spins out ... Error: Status 1 encountered during processing.
So it does. By the way, the dependency is on guile16, not guile. That port does install fine, but at configure time, gnucash fails to find the necessary files, so it still does not work. A.
It looks like the port file for gnucash needs a look at. I'm a novice at all this so would not have a clue where to start :( I have been told that you can do some kind of linking to make it work but the resulting program is not that stable which, for record keeping is not the best solution. On Jan 6, 2008 8:42 PM, Ansgar Esztermann <ansgar@esztermann.de> wrote:
On Jan 6, 2008, at 21:34 , Some Guy wrote:
mmm, it says it needs guile 1.6 or later
Used port to install guile and it spins out ... Error: Status 1 encountered during processing.
So it does. By the way, the dependency is on guile16, not guile. That port does install fine, but at configure time, gnucash fails to find the necessary files, so it still does not work.
A.
participants (2)
-
Ansgar Esztermann
-
Some Guy