> -----Original Message----- > From: Juan Jose Pablos [mailto:jua...@apertus.es] > Sent: woensdag 11 februari 2009 10:39 > To: Werner Maes; unattended-devel@lists.sourceforge.net > Subject: Re: > > Werner Maes escribió: > > 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 ! > > > > it is a .libs directory.
Yes, I had seen that folder too. but that folder doesn't contain the files .libs]# ls libexpat.a libexpat.la libexpat.lai libexpat.so libexpat.so.1 libexpat.so.1.5.2 expat.h & expat_external.h are in the lib directory, not in .libs ! 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