Matěj Cepl | 14 May 2012 16:01
Picon
Favicon
Gravatar

Re: What's wrong with my OFX file?

On 21.3.2012 04:39, Benoit Grégoire wrote:
> git clone git://libofx.git.sourceforge.net/gitroot/libofx/libofx
>
> cd libofx
>
> ./autogen.sh
>
> make

Trying to build commit 5f7d38c on what's essentially Fedora 17 and I am 
getting

make[2]: Entering directory `/home/matej/build/Extras/libofx/libofx/ofxdump'
make[2]: *** No rule to make target `cmdline.c', needed by `cmdline.o'. 
   Stop.
make[2]: Leaving directory `/home/matej/build/Extras/libofx/libofx/ofxdump'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matej/build/Extras/libofx/libofx'
make: *** [all] Error 2
chyba: Špatný návratový kód z /var/tmp/rpm-tmp.l87fwz (%build)

(complete build log is attached).

Any ideas what to do?

Best,

Matěj
--

-- 
http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz
(Continue reading)

Matej Cepl | 15 May 2012 09:00
Picon
Favicon
Gravatar

Re: compile error

On 2.11.2007 00:55, Benoit Grégoire wrote:
> You need gengetopt to build from CVS (it's not needed when building from the
> tarball).

The same here on Fedora 17. How come both ./autogen.sh and ./configure 
succeeded without any problem? IMHO, they shouldn't.

Matěj

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libofx-devel mailing list
Libofx-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libofx-devel
Benoit Grégoire | 15 May 2012 22:44
Picon

[SCM] libofx branch master updated. 4ae8113624623d4024171b8f2fdc91b9102ded43

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libofx".

The branch, master has been updated
       via  4ae8113624623d4024171b8f2fdc91b9102ded43 (commit)
      from  5f7d38c8d74e3335379e5df22220e186d8d7b987 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4ae8113624623d4024171b8f2fdc91b9102ded43
Author: Benoit Grégoire <benoitg <at> coeus.ca>
Date:   Tue May 15 16:44:20 2012 -0400

    Make configure fail if gengetopt is missing and generated files are not present (as is the case when we
checkout from git)

-----------------------------------------------------------------------

Summary of changes:
 configure.in |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

hooks/post-receive
--

-- 
libofx

(Continue reading)

Matěj Cepl | 14 May 2012 15:59
Picon
Favicon
Gravatar

Re: What's wrong with my OFX file?

On 21.3.2012 04:39, Benoit Grégoire wrote:
> git clone git://libofx.git.sourceforge.net/gitroot/libofx/libofx
>
> cd libofx
>
> ./autogen.sh
>
> make

Trying to build commit 5f7d38c on what's essentially Fedora 17 and I am 
getting

make[2]: Entering directory `/home/matej/build/Extras/libofx/libofx/ofxdump'
make[2]: *** No rule to make target `cmdline.c', needed by `cmdline.o'. 
  Stop.
make[2]: Leaving directory `/home/matej/build/Extras/libofx/libofx/ofxdump'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matej/build/Extras/libofx/libofx'
make: *** [all] Error 2
chyba: Špatný návratový kód z /var/tmp/rpm-tmp.l87fwz (%build)

(complete build log is attached).

Any ideas what to do?

Best,

Matěj
--

-- 
http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz
(Continue reading)

Matěj Cepl | 15 May 2012 23:21
Picon
Favicon
Gravatar

Re: compile error

On 15.5.2012 22:45, Benoit Grégoire wrote:
> On May 15, 2012 09:00:10 AM Matej Cepl wrote:
>> On 2.11.2007 00:55, Benoit Grégoire wrote:
>>> You need gengetopt to build from CVS (it's not needed when building from
>>> the tarball).
>>
>> The same here on Fedora 17. How come both ./autogen.sh and ./configure
>> succeeded without any problem? IMHO, they shouldn't.
>
> Ok, fixed in git.

Better, but apparently not there yet (or is it too new gcc?):

make[2]: Entering directory 
`/home/matej/archiv/knihovna/repos/tmp/libofx/ofxconnect'
gengetopt --unamed-opts < cmdline.ggo
gcc -DHAVE_CONFIG_H -I. -I..  -I../inc -I/usr/include/libxml++-2.6 
-I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 
-I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include 
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
'-DCMDLINE_PARSER_PACKAGE="ofxconnect"'   -DIN_LIBOFX 
-fvisibility=hidden -g -O2 -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo 
-c -o cmdline.o cmdline.c
mv -f .deps/cmdline.Tpo .deps/cmdline.Po
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc -I/usr/include/libxml++-2.6 
-I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 
-I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include 
-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
(Continue reading)

Benoit Grégoire | 15 May 2012 23:43
Picon

[SCM] libofx branch master updated. 4fcd2b94a197e43b00e5b35ff15178d06270faab

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libofx".

The branch, master has been updated
       via  4fcd2b94a197e43b00e5b35ff15178d06270faab (commit)
      from  4ae8113624623d4024171b8f2fdc91b9102ded43 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4fcd2b94a197e43b00e5b35ff15178d06270faab
Author: Benoit Grégoire <benoitg <at> coeus.ca>
Date:   Tue May 15 17:42:51 2012 -0400

    Replace unlink() with remove() to fix compile problems with gcc 4.7

-----------------------------------------------------------------------

Summary of changes:
 ofxconnect/ofxconnect.cpp |    2 +-
 ofxconnect/ofxpartner.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

hooks/post-receive
--

-- 
libofx

(Continue reading)

Benoit Grégoire | 15 May 2012 23:43
X-Face
Picon
Gravatar

Re: compile error

On May 15, 2012 11:21:23 PM Matěj Cepl wrote:
> error: ‘unlink’ was not declared in this scope

Indeed, gcc 4.7 related.  I don't have it installed, but can you try git 
again?
--

-- 
Benoit Grégoire, ing., PMP, PSM

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libofx-devel mailing list
Libofx-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libofx-devel

Gmane