hello

finally I managed to compile (and it worked on my optiplex 760). Although I 
face a new issue. After copying the windows source files, the system no longer 
automatically reboots. Doit.bat ends with exitemu and returns to bash. I now 
have to reboot manually after which the install process runs fine.

other errors in the current Makefile according to me:

728 $(call copy_file,$(expat)/libs/expat.h,fakeinclude/expat.h)
729 $(call 
copy_file,$(expat)/libs/expat_external.h,fakeinclude/expat_external.h)

should be

728 $(call copy_file,$(expat)/lib/expat.h,fakeinclude/expat.h)
729 $(call copy_file,$(expat)/lib/expat_external.h,fakeinclude/expat_external.h)

there is no libs directory in expat-2.0.1 !

and 

adding this for kernel 2.6.28.4 does not work

282     cd $(cwd)/$(linux)&& make INSTALL_HDR_PATH=dest headers_install  
283     cd ..

I got a missing separator error on these lines. So I commented them out and did 
it manually.

update:

kernel 2.6.28.3 ==> 2.6.28.4 !

ps: I was not able to setup a Debian Lenny build environment (chroot on RHEL4). 
When I did apt-get install *-devel packages in this chrooted environment there 
were errors with rm (coreutils)
I did:

installed this rpm: 
http://rpmfind.net//linux/RPM/epel/4ES/i386/debootstrap-1.0.7-2.el4.noarch.html
debootstrap --arch i386 lenny /home/lenny/ 
http://ftp.kulnet.kuleuven.be/debian/ (which installed the base system)
apt-get install gcc make perl libc6-dev mkisofs patch scponly flex bison mtools 
bzip2 gawk uuid-dev g++ libncurses5-dev

==> this last step did not work !

kind regards

werner maes




Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to