From: Holger V. <hol...@un...> - 2008-09-23 23:03:17
|
Hi all, the installation instruction given in my last email was not complete. After a make maintainer-clean autogen.sh $ ./configure --with-windows --enable-maintainer-mode --enable-xspice --enable-cider --disable-debug xspice (especially cmpp.exe) was not made due to a lack of flex and yacc. flex and yacc have been installed into msys/1.0/bin from http://sourceforge.net/project/showfiles.php?group_id=23617 However: ifs_lex.c has been created, but only as an empty file! #define yyin ifs_yyin should be defined there, so an error message occured.. yacc seems to be not working. Removed yacc.exe by yacc.exe renamed to yacc.exe_ added bison.exe (plus dlls) and yacc from http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=22822&release_id=372163 http://downloads.sourceforge.net/gnuwin32/bison-2.1-bin.zip?modtime=1132421651&big_mirror=1 Now after a make make install everthing was created including xspice. Regards Holger Holger Vogt schrieb: > > Paolo, > > > > meanwhile I have set up a fresh mingw which runs and currently builds > > ngspice! > > > > I have been following exactly (step by step, an ugly procedure of you > > are used to Windows installers) the advice given in > > http://www.mingw.org/wiki/msys . > > > > ... |