From: Manuel D. <man...@te...> - 2007-03-02 17:08:45
|
Thank you Kristian, you find the problem. This problem disappears but appears another one with squashfs. Sorry, I don't like to send so many questions but it's the first time that I use buildroot: toolchain/patch-kernel.sh /home/astlinux/trunk/build_i586/squashfs3.2-r2 target/squashfs/ squashfs\*.patch touch /home/astlinux/trunk/build_i586/squashfs3.2-r2/.unpacked make -j2 -C /home/astlinux/trunk/build_i586/squashfs3.2-r2/squashfs-tools; make[1]: Entering directory `/home/astlinux/trunk/build_i586/squashfs3.2-r2/squashfs-tools' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -c -o mksquashfs.o mksquashfs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -c -o read_fs.o read_fs.c mksquashfs.c:38:18: zlib.h: No such file or directory read_fs.c:35:18: zlib.h: No such file or directory read_fs.c: In function `read_block': read_fs.c:88: error: `Z_OK' undeclared (first use in this function) read_fs.c:88: error: (Each undeclared identifier is reported only once read_fs.c:88: error: for each function it appears in.) read_fs.c:89: error: `Z_MEM_ERROR' undeclared (first use in this function) read_fs.c:91: error: `Z_BUF_ERROR' undeclared (first use in this function) mksquashfs.c:562: error: syntax error before '*' token mksquashfs.c: In function `mangle2': mksquashfs.c:566: error: `z_stream' undeclared (first use in this function) mksquashfs.c:566: error: (Each undeclared identifier is reported only once mksquashfs.c:566: error: for each function it appears in.) mksquashfs.c:566: error: `stream' undeclared (first use in this function) mksquashfs.c:566: error: `strm' undeclared (first use in this function) mksquashfs.c:568: error: `uncompressed' undeclared (first use in -----Mensaje original----- De: ast...@li... [mailto:ast...@li...] En nombre de Kristian Kielhofner Enviado el: viernes, 02 de marzo de 2007 17:18 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Compile errors On 3/2/07, Manuel Dominguez <man...@te...> wrote: > Hi all, > > I have the same packages version that Thorsten. I have compiled 0.4 without > problems but my problem appears in trunk. Always has an error trying to > compile fakeroot. Somebody knows what happens? It's possible to disable > fakeroot? The package is not selected in my astlinux.config. Please, I need > to begin to test with Astlinux trunk. > > Here is the error: > ..snipped.. > checking for g++... no > checking for c++... no > checking for gpp... no > checking for aCC... no > checking for CC... no > checking for cxx... no > checking for cc++... no > checking for cl... no > checking for FCC... no > checking for KCC... no > checking for RCC... no > checking for xlC_r... no > checking for xlC... no > checking whether we are using the GNU C++ compiler... no > checking whether g++ accepts -g... no > checking dependency style of g++... none > checking how to run the C++ preprocessor... /lib/cpp > configure: error: C++ preprocessor "/lib/cpp" fails sanity check > See `config.log' for more details. > make: > Script done on Thu 01 Mar 2007 08:16:48 PM EST Manuel, You need to install a C++ compiler on your host. How to do this varies greatly by distro but usually it is something like g++, c++-devel, etc. -- Kristian Kielhofner ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |