chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: [Chicken-hackers] Eggs that don't build on Ubuntu


From: Kon Lovett
Subject: [Chicken-users] Re: [Chicken-hackers] Eggs that don't build on Ubuntu
Date: Sat, 10 Feb 2007 14:09:15 -0800

On Feb 10, 2007, at 1:07 PM, Matthew Welland wrote:

I've tested the installation of a few eggs on Ubuntu (not using the
salmonella egg yet but will) and exposted a few possible problems with
various eggs:

bb -- Ubuntu doesn't create the links to FL_*, should bb
                    be relying on those links?
bloom-filter   -- see log below

Umm, it probably does build but the repository path is not automatically searched by 'include'. So "Make sure the `chicken-setup -R` is part of your "CHICKEN_INCLUDE_PATH" enviroment variable before compiling."

Sorry.

softscheme   -- see log below
openal           -- installed libopenal-dev but still failed to build
japi -- installed japitools but something else must be needed
levenshtein   -- utf8 should be added to needs

Fixed. Thanks.


*** openal ***

al.c:485: warning: pointer targets in passing argument 2 of ‘alGetBooleanv’
differ in signedness
  /usr/local/bin/csc -feature compiling-extension -s
alc.scm -O2 -d1 -L "`openal-config --cflags --libs`" -emit-exports
alc.exports
  /usr/local/bin/csc -feature compiling-extension -s
alut.scm -O2 -d1 -L "`freealut-config --cflags --libs`" -emit-exports
alut.exports
sh: freealut-config: command not found
alut.c:16:21: error: AL/alut.h: No such file or directory
alut.c: In function ‘stub131’:
alut.c:45: warning: implicit declaration of function ‘alutLoadWAVMemory’
a

*** bloom-filter ***
bloom-filter-test.scm
word-list
./._hash-primitives-info
hash-primitives-info
executing bloom-filter.setup ...
  cp -r
hash-primitives-info /home/matt/chicken-test/localtesttar/lib/ chicken/1/hash-primitives-info
  /home/matt/chicken-test/localtesttar/bin/csc -feature
compiling-extension -v -s -O2 -d1 bloom-filter.scm -o
bloom-filter.so -check-impor
ts -emit-exports bloom-filter.exports
Error: (open-input-file) during expansion of (include ...) - can not open
file - No such file or directory: "mathh-constants"

        Call history:

        <eval>          (##sys#register-macro (quote fx++) (lambda (V)
(quasiquote (fx+ (unquote V) 1))))
        <eval>          (##sys#register-macro (quote fx--) (lambda (V)
(quasiquote (fx- (unquote V) 1))))

*** softscheme ***

  rm -fr format.egg-dir
downloading softscheme.egg from (www.call-with-current- continuation.org eggs
80) ..
  gunzip -c ../softscheme.egg | tar xf -
  /usr/local/bin/csc -feature compiling-extension
softscheme.scm -O2 -d1 -s -K none -i
Warning: assigned global variable `module' is a macro in line 330
Warning: assigned global variable `and' is a macro in line 1636
Warning: assigned global variable `let*' is a macro in line 1643
Error: syntax error - illegal atomic form `()'
*** Shell command terminated with exit status 1: /usr/local/bin/ chicken
softscheme.scm -output-file softscheme.c -dynamic -feature
chicken-compile-shared -quiet -feature compiling-extension - optimize-level
2 -debug-level 1 -keyword-style none -case-insensitive
Error: shell invocation failed with non-zero return status
"/usr/local/bin/csc -feature compiling-extension
softscheme.scm -O2 -d1 -s -K n...
1


--
http://www.kiatoa.com, a self-governing site where *you* can be the boss!
  You make and choose the stories and the classifieds are always free.
     Also, many "best of" polls. Come join in the ballot stuffing!


_______________________________________________
Chicken-hackers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-hackers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]