IIRC the electrical specs for the I/O pins are different between the 8 and 88. If you use Z-diodes on D+/D-, they HAVE to be 3V6/<= 500mW.
If I take one of my atmega projects and put 1 watt's on there, it will not enumerate. However on the atmega8 it works just fine. The atmega 8 projects should run just fine. Ever single one does for me. In some case I needed to rename the registers to match the atmega168, but if that were the case it woudl not compile. So it its compiling your code is good unless you changed something.
If you still have troubles, Check out
Replacing ATmega8 by ATmega88
http://www.atmel.com/dyn/resources/prod ... oc2553.pdfMigrating between ATmega48, ATmega88 and ATmega168
http://www.atmel.com/dyn/resources/prod ... oc2554.pdfMigrating from ATmega48/88 and ATmega48P/88P to ATmega48PA/88PA
http://www.atmel.com/dyn/resources/prod ... oc8196.pdfI also had an old usbdrvasm.o cause issues for the 168's I had to re download the latest, but I'm guessing you have the latest code an examples?
one other thing I remember is pd2 has an int on it, so if you use that pin make sure its disabled. I dont think any of the examples have the int enabled though.