I meant the oolite-blah.deb package that would be created by the debian build scripts supplied in the SVN trunk (if it built under Etch).Ahruman wrote:... I’m not sure which Debian package you’re referring to, but...
Search found 7 matches
- Sat Sep 29, 2007 8:54 am
- Forum: Oolite-Linux
- Topic: How to compile from source in Linux?
- Replies: 32
- Views: 28058
Re: Ran dpkg-buildpackage in trunk/
- Sat Sep 29, 2007 8:51 am
- Forum: Oolite-Linux
- Topic: How to compile from source in Linux?
- Replies: 32
- Views: 28058
libmozjs-dev under Etch seems too old
I found the file where the missing symbol (JSVERSION_1_7) would be, /usr/include/mozjs/jspubtd.h, and the #define statements only went up to JSVERSION_1_6. So I guess the version supplied with Etch (a.k.a. Debian 4.0) is too old and I should get the scripts used to build the packages to build a copy...
- Wed Sep 26, 2007 5:42 am
- Forum: Oolite-Linux
- Topic: How to compile from source in Linux?
- Replies: 32
- Views: 28058
Re: Ran dpkg-buildpackage in trunk/
Thanks.Ahruman wrote:deps/Cross-platform-deps/jsjynx wrote:So it looks like the JS stuff in the trunk (could you give a path?)
Sorry, wouldn't be what?Ahruman wrote:Well, no, it wouldn’t be.jynx wrote:is not a full version or is not used for the Debian package.
- Sat Sep 22, 2007 5:06 pm
- Forum: Oolite-Linux
- Topic: How to compile from source in Linux?
- Replies: 32
- Views: 28058
Re: Ran dpkg-buildpackage in trunk/
Sorry, more information required. If the headers are there, why would the program build without them? Is there some kind of configuration mechanism run to determine what is compiled in? How do I influence it if so? Presumably it’s getting the headers from somewhere else, such as headers installed o...
- Sat Sep 22, 2007 12:52 pm
- Forum: Oolite-Linux
- Topic: How to compile from source in Linux?
- Replies: 32
- Views: 28058
Re: Ran dpkg-buildpackage in trunk/
libmozjs-dev in Etch is version 1.8.0.13-pre070702 Is this not backwards compatible with 1.7? The symbol causing the problem is related to the JavaScript language version, not the SpiderMonkey library version. OIC. So the relevant files in libmozjs-dev are not being used by the compilation at all? ...
- Thu Sep 20, 2007 12:20 am
- Forum: Oolite-Linux
- Topic: How to compile from source in Linux?
- Replies: 32
- Views: 28058
Ran dpkg-buildpackage in trunk/
It told me I needed gnustep-core-devel and libmozjs-dev, so I ran aptitude install gnustep-core-devel libmozjs-dev Started to compile (with a few warnings), but then I got Compiling file src/Core/Scripting/OOScript.m ... Compiling file src/Core/Scripting/OOJSScript.m ... src/Core/Scripting/OOJSScrip...
- Wed Sep 19, 2007 6:00 pm
- Forum: Oolite-Linux
- Topic: How to compile from source in Linux?
- Replies: 32
- Views: 28058
Don't forget to use apt-get build-dep oolite oolite-data
That'll (in theory) install all the required tools (for 1.65-- have they changed for 1.69.1?) I'm on Debian 4.0 (Etch) on AMD64. The distribution version seems to have built OK, though there were some warnings and I haven't tested if it installs, works, etc. I haven't got the trunk to build yet, but...