[Solved]OgreOggSound post build error can i ignore?

deshan

11-12-2009 04:33:32

Hi i am getting a post build error
Error 23 error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." OgreOggSound

Can ignore these?
Since this is postbuild error i have OgreOggSound_d.dll OgreOggSound_d.lib OgreOggSound.dll OgreOggSound.lib.
Please tell me whther i can ignore these and continue with OgreOggSound.

Linking...
Creating library d:\config\OgreOggSound\Debug\OgreOggSound_d.lib and object d:\config\OgreOggSound\Debug\OgreOggSound_d.exp
vorbis_static_d.lib(analysis.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(bitrate.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(block.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(codebook.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(envelope.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(floor0.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(floor1.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(info.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(lpc.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(lsp.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(mapping0.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(mdct.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(psy.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(registry.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(res0.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(sharedbook.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(smallft.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(synthesis.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbis_static_d.lib(window.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
vorbisfile_static_d.lib(vorbisfile.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
ogg_static_d.lib(bitwise.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
ogg_static_d.lib(framing.obj) : warning LNK4204: 'd:\config\OgreOggSound\Debug\vc80.pdb' is missing debugging information for referencing module; linking object as if no debug info
Embedding manifest...
Performing Post-Build Event...
The system cannot find the path specified.
0 file(s) copied.
Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
Build log was saved at "file://d:\config\OgreOggSound\Debug\BuildLog.htm"
OgreOggSound - 1 error(s), 22 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

stickymango

11-12-2009 14:07:20

Yep you can ignore that, in fact the latest version should have fixed that issue, its basically a post-build option which tries to copy the dll into the TestDemo folder, which now no longer exists!

If you go to Project Properties-->Build Events-->Post Build Event-->Exclude from build = Yes

deshan

15-12-2009 12:02:03

Hi
Thanx for replying.
I was late. But glad to hear that i can goahead and work with OgreOggSound.
:)
Thanx agian.