plex86-devel
[Top][All Lists]
Advanced

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

Re: [Plex86-devel] compiling plex86 fails


From: lamann
Subject: Re: [Plex86-devel] compiling plex86 fails
Date: Wed, 27 Nov 2002 10:12:21 +0100

Am 25 Nov 2002 um 11:05 hat Eric Laberge geschrieben:

> Well, it looks like a typo went in the eth_fbsd.cc file and "#include" was 
> replaced by "#inclide".
> I'm not sure if the Linux version should even compile the FreeBSD ethernet. 

How can I disable? Changing #inclide in #include makes some other 
errors.

> You did ./configure, did you?
Yes of course, 
here is my configure script:

./configure --enable-cdrom --enable-sb16=linux --enable-ne2000 \
    --enable-pci \
    --with-linux \
    --with-linux-source=/usr/src/linux/ \
    --with-gui=x

The output is like: see attachment myConfig.sh.log
 
> The plex86.org website is not online anymore, unfortunately :-(
> 
Will it be ever online?

-- Thanks for all your help
Heiner Lamann

checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unsigned char... yes
checking size of unsigned char... 1
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for select... yes
checking for dlopen in -ldl... yes
checking for instrumentation support... yes
checking for CDROM support... yes
checking for Sound Blaster 16 support... linux
checking for split hard disk image support... yes
checking for NE2000 support... yes
checking net/bpf.h usability... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking for linux/netlink.h... yes
checking for linux/if_tun.h... yes
checking for i440FX PCI support... yes
checking for VBE support... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating user/Makefile
config.status: creating user/gui/Makefile
config.status: creating user/plugins/Makefile
config.status: creating user/plugins/shared/Makefile
config.status: creating user/plugins/bochs/Makefile
config.status: creating user/plugins/bochs/iodev/Makefile
config.status: creating user/plugins/ice/Makefile
config.status: creating user/plugins/loader/Makefile
config.status: creating user/plugins/misc/Makefile
config.status: creating user/plugins/write-cache/Makefile
config.status: creating user/plugins/iosniffer/Makefile
config.status: creating user/plugins/bridge/Makefile
config.status: creating bios/Makefile
config.status: creating kernel/Makefile
config.status: creating kernel/emulation/Makefile
config.status: creating kernel/dt/Makefile
config.status: creating kernel/iodev/Makefile
config.status: creating guest/Makefile
config.status: creating guest/virtcode/Makefile
config.status: creating guest/cooperative/Makefile
config.status: creating guest/preemptive/Makefile
config.status: creating guest/paging/Makefile
config.status: creating guest/test/Makefile
config.status: creating dt-testbed/Makefile
config.status: creating dt-testbed/proto0/Makefile
config.status: creating dt-testbed/proto1/Makefile
config.status: creating dt-testbed/proto2/Makefile
config.status: creating dt-testbed/proto3/Makefile
config.status: creating dt-testbed/proto3/codegen/Makefile
config.status: creating dt-testbed/proto3/debug/Makefile
config.status: creating dt-testbed/proto4/Makefile
config.status: creating dt-testbed/proto4/codegen/Makefile
config.status: creating dt-testbed/proto4/debug/Makefile
config.status: creating docs/Makefile
config.status: creating config.h
config.status: config.h is unchanged

reply via email to

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