Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2001 22:28:03 -0800
From:      "D. Dibble" <djdibble@cast.ucsc.edu>
To:        kuriyama@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: prc-tools-2.0
Message-ID:  <3A668CF3.DD5E6313@cats.ucsc.edu>

next in thread | raw e-mail | index | archive | help
Hi,
I get this error when running make in the install directory for FreeBSD:



su-2.04# make clean
===>  Cleaning for autoconf-2.13
===>  Cleaning for bison-1.28
===>  Cleaning for gettext-0.10.35
===>  Cleaning for gmake-3.79.1
===>  Cleaning for libtool-1.3.4_1
===>  Cleaning for m4-1.4
===>  Cleaning for palmos-sdk-3.5
===>  Cleaning for prc-tools-binutils-2.0
===>  Cleaning for prc-tools-gcc-2.0
===>  Cleaning for prc-tools-2.0
su-2.04# make
===>  Extracting for prc-tools-2.0
>> Checksum OK for prc-tools-2.0.tar.gz.
===>   prc-tools-2.0 depends on file:
/usr/local/pilot/bin/m68k-palmos-gcc - found
===>   prc-tools-2.0 depends on file:
/usr/local/palmdev/sdk-3.5/include/Core/System/NetMgr.h - not found
===>    Verifying install for
/usr/local/palmdev/sdk-3.5/include/Core/System/NetMgr.h in
/usr/ports/palm/palmos-sdk
===>  palmos-sdk-3.5 'You must manually fetch tarball from
http://www.palmos.com/dev/tech/tools/ and place it in
/usr/ports/distfiles then run make again.'.
===>   Returning to build of prc-tools-2.0
===>   prc-tools-2.0 depends on executable: gmake - found
===>   prc-tools-2.0 depends on executable: bison - found
===>  Patching for prc-tools-2.0
/bin/mkdir -p /usr/ports/palm/prc-tools/work/build/empty
===>  Configuring for prc-tools-2.0
creating cache ./config.cache
checking host system type... i386-unknown-freebsdelf
checking target system type... m68k-palmos-coff
checking build system type... i386-unknown-freebsdelf
checking for gcc... cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler...
no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  -O -pipe  ) works... yes
checking whether the C++ compiler (c++  -O -pipe  ) is a
cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g
wheel
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for flex... flex
checking for yywrap in -lfl... yes
checking for bison... bison -y
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for EMX OS/2 environment... no
checking for executable suffix... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating crt/Makefile
creating doc/Makefile
creating libc/Makefile
creating libm/Makefile
creating tools/Makefile
===>  Building for prc-tools-2.0
for dir in crt libc libm; do \
  if [ -f ./${dir}/Makefile ]; then \
    if (cd ${dir} && gmake all); then true; else exit 1; fi; \
  fi; \
done
gmake[1]: Entering directory `/usr/ports/palm/prc-tools/work/build/crt'
m68k-palmos-gcc -O5 -fno-builtin -Wall -W -DSDK_VERSION=35 -palmos3.5
-c -o crt0.o .././../prc-tools-2.0/crt/crt0.c
.././../prc-tools-2.0/crt/crt0.c:11: SystemMgr.h: No such file or
directory
.././../prc-tools-2.0/crt/crt0.c:12: SoundMgr.h: No such file or
directory
gmake[1]: *** [crt0.o] Error 1
gmake[1]: Leaving directory `/usr/ports/palm/prc-tools/work/build/crt'
gmake: *** [all-target] Error 1
*** Error code 2

Stop in /usr/ports/palm/prc-tools.
*** Error code 1

Stop in /usr/ports/palm/prc-tools.
*** Error code 1

Stop in /usr/ports/palm/prc-tools.
su-2.04#




any ideas about what I did wrong??

thanks,
Josh Dibble



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A668CF3.DD5E6313>