On Saturday 23 October 2010 19:12:14 bv wrote: > > Part of one of the instructions at > > http://neo-technical.wikispaces.com/emc2-ubuntu > > is > > sed -i 's/pci_find_device/pci_get_device/g' *.c > > thanks the sed allowed progress. > > However I had also passed the following line to configure:- > --enable-build-documentation=html > > ############# AND make now ends like so:- > > LD [M] $SOURCES/emc2-2.4.4/src/xor2.ko > make[1]: Leaving directory `/usr/src/linux-2.6nv' > WARNING: "asin" [$SOURCES/emc2-2.4.4/src/genserkins.ko] undefined! > WARNING: "cbrt" [$SOURCES/emc2-2.4.4/src/genserkins.ko] undefined! > cp *.ko ../rtlib/ > python ../docs/src/lyxtree.py --imagedir=../docs/html -o > objects/code_Code_Notes.xml ../docs/src/code/Code_Notes.lyx > ../docs/src/lyxtree.py:20: DeprecationWarning: the sha module is > deprecated; use the hashlib module instead > import sha > Traceback (most recent call last): > File "../docs/src/lyxtree.py", line 771, in <module> > doc, outfile = parse(sys.argv[1:]) > File "../docs/src/lyxtree.py", line 726, in parse > infile = getlyx(infile) > File "../docs/src/lyxtree.py", line 47, in getlyx > stdin=infile, stdout=subprocess.PIPE) > File "/usr/lib/python2.6/subprocess.py", line 621, in __init__ > errread, errwrite) > File "/usr/lib/python2.6/subprocess.py", line 1126, in _execute_child > raise child_exception > OSError: [Errno 2] No such file or directory > make: *** [objects/code_Code_Notes.xml] Error 1 > make: Leaving directory `$SOURCES/emc2-2.4.4/src > ############# >
I found a fix. Passing --enable-build-documentation=pdf works thanks ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
