This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build fails of ncurses-5.3 with patches up to ncurses-5.3-20031025.patch.gz


Hi;

  Attempting to build an arm9 native ncurses-5.3 (patched up to 
ncurses-5.3-20031025.patch.gz) fails.  The cross compiler environment was 
created using Dan Kegel's crosstool (http://www.kegel.com/crosstool/).  The 
failure occurs when trying to build ada examples (?).  The bzip2'd output 
file is attached, along with the script used to initiate the ncurses-5.3 
build.

  The tail end of the build:

***************************************
...
gcc -c -I./ -I../../../ncurses-5.3/Ada95/samples -I../src 
-I../../../ncurses-5.3/Ada95/samples/../src -O3 -gnatpn 
-I../../../ncurses-5.3/Ada95/samples -I- .
./../../ncurses-5.3/Ada95/samples/sample.adb
sample.adb:45:06: file "terminal_interface-curses.ads" not found
sample.adb:45:06: "Sample (body)" depends on "Terminal_Interface.Curses 
(body)"
sample.adb:45:06: "Terminal_Interface.Curses (body)" depends on 
"Terminal_Interface.Curses (spec)"
sample.adb:46:06: file "terminal_interface-curses-panels.ads" not found
sample.adb:46:06: "Sample (body)" depends on "Terminal_Interface.Curses.Panels 
(body)"
sample.adb:46:06: "Terminal_Interface.Curses.Panels (body)" depends on 
"Terminal_Interface.Curses.Panels (spec)"
sample.adb:47:06: file "terminal_interface-curses-menus.ads" not found
sample.adb:47:06: "Sample (body)" depends on "Terminal_Interface.Curses.Menus 
(body)"
sample.adb:47:06: "Terminal_Interface.Curses.Menus (body)" depends on 
"Terminal_Interface.Curses.Menus (spec)"
sample.adb:48:06: file "terminal_interface-curses-menus-menu_user_data.ads" 
not found
sample.adb:48:06: "Sample (body)" depends on 
"Terminal_Interface.Curses.Menus.Menu_User_Data (body)"
sample.adb:48:06: "Terminal_Interface.Curses.Menus.Menu_User_Data (body)" 
depends on "Terminal_Interface.Curses.Menus.Menu_User_Data (spec)"
sample.adb:49:06: file "terminal_interface-curses-menus-item_user_data.ads" 
not found
sample.adb:49:06: "Sample (body)" depends on 
"Terminal_Interface.Curses.Menus.Item_User_Data (body)"
sample.adb:49:06: "Terminal_Interface.Curses.Menus.Item_User_Data (body)" 
depends on "Terminal_Interface.Curses.Menus.Item_User_Data (spec)"
gnatmake: "../../../ncurses-5.3/Ada95/samples/sample.adb" compilation error
make[2]: *** [tour] Error 4
make[2]: Leaving directory 
`/tuba_local/ncurses_src/ncurses-demo/Ada95/samples'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tuba_local/ncurses_src/ncurses-demo/Ada95'
make: *** [all] Error 2
***************************************

Thank you,
Ken Wolcott

Attachment: run_tic.log.bz2
Description: BZip2 compressed data

Attachment: run_tic.sh
Description: application/shellscript

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]