demo project compiling problem

AKS

23-04-2008 08:30:08

Hi all.........
I have download and trying to compile OgreAL but facing a problem to run the demos. Previously OgreAL project was not running. Now I solve that removing all "OgreAL_Export" . It is running now but demos not running. It throwing an error.....the error is like that..........



------ Rebuild All started: Project: OgreAL, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'OgreAL', configuration 'Debug|Win32'
Compiling...
OgreALException.cpp
OgreALListener.cpp
OgreALOggSound.cpp
d:\dev\ogre\ogreal\src\ogrealoggsound.cpp(276) : warning C4018: '<' : signed/unsigned mismatch
OgreALSound.cpp
OgreALSoundManager.cpp
d:\dev\ogre\ogreal\src\ogrealsoundmanager.cpp(574) : warning C4267: 'initializing' : conversion from 'size_t' to 'OgreAL::SourceRef', possible loss of data
OgreALWavSound.cpp
d:\dev\ogre\ogreal\src\ogrealwavsound.cpp(279) : warning C4018: '>' : signed/unsigned mismatch
Generating Code...
Compiling manifest to resources...
Linking...
LINK : D:\Dev\Ogre\OgreAl\lib\Debug\OgreAL_d.dll not found or not built by the last incremental link; performing full link
Embedding manifest...
Performing Post-Build Event...
Copying OgreAL_d.dll to Demos/bin/Debug
1 file(s) copied.
Build log was saved at "file://d:\Dev\Ogre\OgreAl\OgreAL\Debug\BuildLog.htm"
OgreAL - 0 error(s), 3 warning(s)
------ Rebuild All started: Project: Basic_Demo, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'Basic_Demo', configuration 'Debug|Win32'
Compiling...
Listener.cpp
main.cpp
OgreApp.cpp
Generating Code...
Compiling manifest to resources...
Linking...
LINK : fatal error LNK1104: cannot open file 'OgreAL_d.lib'
Build log was saved at "file://d:\Dev\Ogre\OgreAl\Demos\Basic_Demo\Debug\BuildLog.htm"
Basic_Demo - 1 error(s), 0 warning(s)
------ Rebuild All started: Project: ManySources_Demo, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'ManySources_Demo', configuration 'Debug|Win32'
Compiling...
Listener.cpp
main.cpp
OgreApp.cpp
Generating Code...
Compiling manifest to resources...
Linking...
LINK : fatal error LNK1104: cannot open file 'OgreAL_d.lib'
Build log was saved at "file://d:\Dev\Ogre\OgreAl\Demos\Directional_Demo\Debug\BuildLog.htm"
Directional_Demo - 1 error(s), 0 warning(s)


Can anybody help me why it is happening ?? I am really confused in this error. When OgreAL project run then OgreAL_d.dll is created and it is automatically coppied to the directory Demos/bin/Debug. This path is already set to every demo.

pra

23-04-2008 09:46:21

is folder that contains OgreAL_d.lib is in project properties -> Linker -> additional directories?

AKS

23-04-2008 12:05:14

Thanks Pra for reply...
but problem is that how I get the OgreAL_d.lib. When I run the OgreAL project that time OgreAL_d.dll is creating only.