Notices


Reply
Thread Tools
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#341
Ah! There, I was forgetting to push the changes online
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#342
Damn! An apt-get update on the ARMEL target broke it... shoot, I shouldn't have done it...
 
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#343
Cool! I will start looking at it tomorrow.

EDIT: So Friday night I installed the Maverick Ubuntu beta and now I cannot boot into Linux. ARRG! I'm working on it.
__________________
Give me immortality or give me death!

Last edited by BruceL; 2010-09-12 at 06:01.
 

The Following User Says Thank You to BruceL For This Useful Post:
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#344
OK, while my laptop won't boot Linux right now I got the code onto my N900 which has gcc, gdb, autoconf, etc. on it.

The problem I am having is that a few files are simlinks to files in scratchbox. In particular, when I try to ./configure it complains that "install-sh" isn't found because it is a simlink. The other files I see that are symlinks are "depcomp" and "missing".

Could you check the 'real' files in to the repo?
__________________
Give me immortality or give me death!
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#345
Oh you can remove them and run dpkg-buildpackage -rfakeroot again, it'll recreate the symlinks correctly for you.
 
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#346
Except that since I cannot get my linux laptop to boot I am trying to build it on the device. I have built many things this way so I know it works. But I don't have scratchbox.

Probably the only one I need is install-sh. Could you email it to me?
__________________
Give me immortality or give me death!
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#347
Weird, you shouldn't need scratchbox to compile it.
What errors do you get on the N900?

I've never actually installed a complete dev set on it, I probably should
 
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#348
I can't get past running ./configure because it wants that file. It probably doesn't need the file but I don't want to go mucking about in the configure file.

I have been looking at the source though. It's looks pretty clean and well designed.

The error is:

configure: error: cannot find install-sh or install.sh...
A simlink named install-sh IS there, but it links to scratchbox. If I just had the actual file I would be on my way.
__________________
Give me immortality or give me death!

Last edited by BruceL; 2010-09-13 at 03:33.
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#349
You need to generate it.

try running this first:

./autogen.sh

usually dpkg-buildpackage takes care of this first.
If you look at the script it's pretty easy.
Just runs a bunch of "auto" tools (autoconf is the one that creates the configure file)

They all gets generated from the .ac files.

Also, as I said before, remove those symlinks.
And check you've got the "autotools" installed on your N900.

Aniello

Last edited by anidel; 2010-09-13 at 03:50.
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#350
Originally Posted by BruceL View Post
I have been looking at the source though. It's looks pretty clean and well designed.
I will pass those compliments to the Xournal author
Unless you speak about the ones I've added
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:36.