[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] bb egg fails
From: |
Brandon J. Van Every |
Subject: |
[Chicken-hackers] bb egg fails |
Date: |
Fri, 08 Dec 2006 23:17:21 -0800 |
User-agent: |
Thunderbird 1.5.0.8 (Windows/20061025) |
It seems that the bb egg is placing an -I flag inappropriately?
E:\devel\mingw>chicken-setup bb
The extension bb does not exist.
Do you want to download it ? (yes/no/abort) [yes] y
Please enter "yes", "no" or "abort".
The extension bb does not exist.
Do you want to download it ? (yes/no/abort) [yes] yes
downloading bb.egg from (www.call-with-current-continuation.org eggs 80) ...
gunzip -c ../bb.egg | tar xf -
g++ -Os -fomit-frame-pointer -c -I bb-support.cpp
g++: no input files
make: Failed to make bb-support.o: shell invocation failed with non-zero
return
status
Error: shell invocation failed with non-zero return status
"g++ -Os -fomit-frame-pointer -c -I bb-support.cpp"
1
E:\devel\mingw>ls
SDL-1.2.11 easyffi.egg hello silex.egg
bb.egg easyffi.egg-dir opengl.egg silex.egg-dir
bb.egg-dir echo opengl.egg-dir
E:\devel\mingw>g++ --version
g++ (GCC) 3.4.5 (mingw special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
E:\devel\mingw>
Cheers,
Brandon Van Every
- [Chicken-hackers] bb egg fails,
Brandon J. Van Every <=