Date: Sat, 30 Mar 2002 16:27:50 +0100 From: Wouter Vijvers <woutje@chello.nl> To: Salvo Bartolotta <bartequi@neomedia.it> Cc: freebsd-questions@freebsd.org Subject: Re: A bunch of questions (long) Message-ID: <3CA5D976.10007@chello.nl> References: <1017482226.3ca58bf2c3652@webmail.neomedia.it>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Salvo, Thanks a lot for your reply. Salvo Bartolotta wrote >I am not quite sure what is happening down there. I suppose you've taken a >look at the (on-line) FAQ entries. > I have, but that didn't give me a solution. Today I tried it again and it worked! I was very tired last night, so I might have done something wrong. But today (after a long night of sleep :) it worked. I think I have put in "Disc 2" instead of "Disc 1" last night, because that's also the only one that doesn't work right now. What is the "Live filesystem and Fix-it CD" anyway? I couldn't find it or mount it to see what on it. Is it normal that I can't mount it or do I have a corrupt CD? >Someone else will give you 'minimalist' advice: I have full sources >installed. :-) BTW, a suggestion can be found in the FAQ. > This is the reason I don't want the full sources: -- kees# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s3a 97M 56M 33M 63% / /dev/ad0s3f 1.4G 1.2G 101M 92% /usr /dev/ad0s3e 19M 4.4M 13M 25% /var procfs 4.0K 4.0K 0B 100% /proc /dev/ad0s5 5.0G 4.0G 971M 81% /fat32 /dev/acd1c 636M 636M 0B 100% /cdrom1 -- Just not enough room.... I now did -- #./install.sh include #./install.sh contrib -- in /cdrom1/src, but I still get this error: -- c++ -DPACKAGE=\"libsidplay\" -DVERSION=\"1.36.50\" -DSIZEOF_CHAR=1 -DSIZEOF_SHORT_INT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG_INT=4 -DSTDC_HEADERS=1 -DHAVE_LONG_FILE_NAMES=1 -DHAVE_DLFCN_H=1 -I. -I. -I.. -O -pipe -c sidtune.cpp -fPIC -DPIC -o .libs/sidtune.lo In file included from sidtune.cpp:34: fformat.h:12: sstream: No such file or directory In file included from sidtune.cpp:34: fformat.h:37: `istringstream' was not declared in this scope fformat.h:37: `parseStream' was not declared in this scope fformat.h:37: warning: `readHex' initialized and declared `extern' fformat.h:41: `istringstream' was not declared in this scope fformat.h:41: `parseStream' was not declared in this scope fformat.h:41: warning: `readDec' initialized and declared `extern' fformat.h:48: `istringstream' was not declared in this scope fformat.h:48: `parseStream' was not declared in this scope fformat.h:48: warning: `skipToEqu' initialized and declared `extern' fformat.h:48: variable or field `skipToEqu' declared void *** Error code 1 -- Somehow it still can't find the header-files in /usr/src/contrib and /usr/src/include. Libsidplay only looks in /usr/local/include, so it seems. Do I have to specify the include dir with -Idir? Or do I have to change the Makefile? Or do I need even more from the CD? Thanks and greets, Wouter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CA5D976.10007>