Re: No package 'abiword-2.8' found

From: Daniel Carvalho <idnael_at_gmail.com>
Date: Mon Dec 28 2009 - 15:24:26 CET

I compiled ABI-2-8-0-STABLE-abiword...

[
only one small problem:
make
#make[2]: *** No rule to make target `abiword.1', needed by `all-am'. Stop.
touch abiword.1 # : )
make # ok
]

The py examples run but I still have to create the links "2.7"...
(haven't tried Jean patch yet)

Anyway there are many differences between 2.8 stable and 2.9
development? I ask because maybe some bugs (I have reported here ) are
solved only in 2.9...

2009/12/28 J.M. Maurer <uwog@uwog.net>:
> Wait, you are doing it wrong :-P
>
> Please remove everything (abiword related) you have in /usr/local, and
> then use the following code branches:
>
> abiword 2.8:
> http://svn.abisource.com/abiword/branches/ABI-2-8-0-STABLE/
>
> pyabiword 0.8:
> http://svn.abisource.com/pyabiword/branches/ABI-2-8-0-STABLE/
>
> Then try again. You should not see abiword 2.7 or 2.9 anywhere.
>
>  Marc
>
>
> On Mon, 2009-12-28 at 11:45 +0000, Daniel Carvalho wrote:
>> I still got the same error... I thought it was because the configure
>> script was looking for 2.8 but the installed files where 2.9, so I
>> renamed all the abiword files in /usrc/local/lib to "2.8".
>>
>> And then the pyabiword compilation succeded!
>>
>>
>> But when I tried to run the Advanced example, I got
>> """ImportError: libabiword-2.7.so: não é possível abrir objecto
>> partilhado: Ficheiro ou directoria inexistente"""
>>
>> So I made symbolic links from 2.7 to 2.8...
>> ln -s /usr/local/lib/libabiword-2.8.so /usr/local/lib/libabiword-2.7.so
>> ln -s /usr/local/lib/libabiword-2.8.la /usr/local/lib/libabiword-2.7.la
>>
>> And now it runs ... It seems everything is working. But I believe this
>> is not the most beautiful solution!!! : )
>>
>>
>>
>>
>>
>> 2009/12/27 J.M. Maurer <uwog@uwog.net>:
>> > On Fri, 2009-12-25 at 17:08 +0000, Daniel Carvalho wrote:
>> >> hi
>> >> I was trying to compile libabiword+pyabiword (my python programs that
>> >> use abiwidget stop working after I upgrade to ubuntu9.10)
>> >>
>> >>
>> >> In compiling pyabiword I always get this error
>> >> ./configure --prefix=/usr/local
>> >>
>> >> """checking for ABIWORD... configure: error: Package requirements
>> >> ("abiword-2.8 >= 2.8.0") were not met:
>> >> No package 'abiword-2.8' found
>> >> Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> >> installed software in a non-standard prefix."""
>> >
>> > Run this, and try to configure again:
>> >
>> >  export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
>> >
>> > Cheers!
>> >  Marc
>> >
>> >
>
>
>
Received on Mon Dec 28 15:24:45 2009

This archive was generated by hypermail 2.1.8 : Mon Dec 28 2009 - 15:24:45 CET