Re: How to compile assassin?

2008-08-15 Thread arne anka
aclocal and libtool are installed?

maybe the following links are helpful, too:

http://lists.ibiblio.org/pipermail/freetds/2002q3/008897.html
http://article.gmane.org/gmane.comp.gnu.utils.bugs/10527
http://mail.gnome.org/archives/gnumeric-list/1999-October/msg00074.html

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: How to compile assassin?

2008-08-15 Thread Rorschach
On Fri, 15 Aug 2008 07:24:49 +0930
Rod Whitby [EMAIL PROTECTED] wrote:

 Most (if not all) images and packages are cross-compiled on an x86 host.

Okay I installed now the toolchain on my system (ubuntu hardy) and tried to 
compile it there. Now the autogen-part works but configure aborts with an error:

[..]
checking pkg-config is at least version 0.9.0... yes
checking for EDJE... configure: error: Package requirements (edje = 0.5.0) 
were not met:

No package 'edje' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EDJE_CFLAGS
and EDJE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

FATAL: oe_runconf failed



So it says edje is missing but I have installed: libedje-bin, libedje-dev and 
libedje0 . I guess it can't find it? But it's all in a standard-folder:

$ dpkg -L libedje0
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libedje0
/usr/share/doc/libedje0/copyright
/usr/share/doc/libedje0/AUTHORS
/usr/share/doc/libedje0/changelog.Debian.gz
/usr/share/doc/libedje0/README
/usr/lib
/usr/lib/libedje.so.0.9.9
/usr/lib/libedje.so.0
$ dpkg -L libedje-dev
/.
/usr
/usr/include
/usr/include/Edje.h
/usr/include/Edje_Edit.h
/usr/share
/usr/share/doc
/usr/share/doc/libedje-dev
/usr/share/doc/libedje-dev/copyright
/usr/lib
/usr/lib/pkgconfig
/usr/lib/pkgconfig/edje.pc
/usr/lib/libedje.a
/usr/share/doc/libedje-dev/AUTHORS
/usr/share/doc/libedje-dev/changelog.Debian.gz
/usr/share/doc/libedje-dev/README
/usr/lib/libedje.so

I also tried setting PKG_CONFIG_PATH to /usr/lib/pkgconfig or 
/usr/lib/pkgconfig/edje.pc but with no success :( Also setting EDJE_LIBS to 
/usr/lib/libedje.so.0.9.9 has no impact. Always the same error message. Any 
idea?


signature.asc
Description: PGP signature
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: How to compile assassin?

2008-08-15 Thread Rorschach
On Fri, 15 Aug 2008 11:49:55 +0200
arne anka [EMAIL PROTECTED] wrote:

 somewhere in that big heap of output is a line pointing to a config.log.
 in thet log there's the full error and the code of the test program  
 configure tries to build. ususally that helps to track down the missing  
 file.
 check for fail in config log, around that line lives the interesting  
 part.

Yes I know about config.log but this doesn't help me very much because it just 
points to some header-files: http://paste.ubuntuusers.de/391391/ 


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


How to compile assassin?

2008-08-14 Thread Rorschach
Okay I already asked it but noone gave me an answer: how was assassin compiled 
on the neo because I can't. I can't execute ./autgen.sh because of a lot of 
missing dependencies. So do you really have compiled everything by hand?

I mean someone obviously compiled assassin on om2008.8, else we couldn't use 
it. But how did he?


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: How to compile assassin?

2008-08-14 Thread Rorschach
Sorry that I didn't include the information in my first post. I took the 
svn-snapshot of assassin (http://code.google.com/p/om-assassin/source/checkout) 
and patched it. After that I copied the source with scp to my freerunner Now I 
wanna compile it.

Because no usefull information are given at all I needed to figure every 
dependencie by my own. Until now I found out we need: automake, autoconf, 
gettext (contains autopoint), cvs (needed by autopoint) and perl-modules 
(needed by aclocal).

But I'm still getting an error about an undefined macro?? Here the log: 
http://paste.ubuntuusers.de/391376/ .

Any hints or help on this are really appreciated!


signature.asc
Description: PGP signature
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: How to compile assassin?

2008-08-14 Thread Rod Whitby
Rorschach wrote:
 Okay I already asked it but noone gave me an answer: how was assassin 
 compiled on the neo because I can't. I can't execute ./autgen.sh because of a 
 lot of missing dependencies. So do you really have compiled everything by 
 hand?
 
 I mean someone obviously compiled assassin on om2008.8, else we couldn't use 
 it. But how did he?

Most (if not all) images and packages are cross-compiled on an x86 host.

That's not to say you can't (or shouldn't) native compile things on the
neo, just that most people are not doing that, so you can't expect it to
work out of the box.

-- Rod

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support