Author Topic: cannot open the file "ogg_static.lib"  (Read 1971 times)

0 Members and 1 Guest are viewing this topic.

Offline Hornet

  • 24
cannot open the file "ogg_static.lib"
Hey...

I got a whole funkload of compiler errors and I believe they all stem from the OGG support. I added the OGG SDK and set it up correctly, and it finds it, however it comes back with an error "cannot open ogg_static.lib"

ARRGH

why?

(10 bucks its something silly)

kiiinda fixed it.

Now I cant open libci.lib

(mostly cause i dont think I have it :):) )

//edit No, I dont have it, Infact, I dont have the dxSDk.

Nor do I have this SpeechAPI stuff. Im curious as to what it is and if it will affect me.
« Last Edit: July 14, 2005, 10:07:01 am by 2925 »

 
cannot open the file "ogg_static.lib"
Are you using MSVC? Thats what I use and it works fine. All of the projects are pre set up for visual studio and you might want to get it. You used to be able to order the beta 6 version here http://msdnprod/getthebetas/?Locale=en-us but it appears to not be so anymore.... You might want to try later.

 

Offline Hornet

  • 24
cannot open the file "ogg_static.lib"
MSVC.net 2003 (7.2) /w VA infact.

 

Offline Hornet

  • 24
cannot open the file "ogg_static.lib"
On closer examination, its the Freespace 2 and FRED2 projects that are dieing. It doesent have anything to do with the DX9 SDK...

Im stumped.
//edit
hehe

mr search came along and told me to set libci.lib to ignore...

I feel like a dumba$$

//edit

uhh

whoops. Sorry for double post. I didnt mean to...

//edit
man, how many edits?

Anyway, its down to just FRED2 failing, heres the code:

------ Build started: Project: wxFRED2, Configuration: Debug Win32 ------

Compiling XRC resources...
'"\wxrc.exe"' is not recognized as an internal or external command,
operable program or batch file.
Project : error PRJ0019: A tool returned an error code from "Compiling XRC resources..."
Project : warning PRJ0018 : The following environment variables were not found:
$(WXRC)

I feel another slapping from Mr. search comming on.
« Last Edit: July 14, 2005, 10:44:56 am by 2925 »

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
cannot open the file "ogg_static.lib"
Don't use wxFRED2 yet, it's not even remotely done.  Grab the fred2_open module from CVS since that's what you're going to really want anyway.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
cannot open the file "ogg_static.lib"
Try copying ogg_static.lib into your MSVC libs directory and see if that makes any difference. It may be that the include path variable for MSVC wasn't set properly.
-C

  

Offline Hornet

  • 24
cannot open the file "ogg_static.lib"
hehe I fixed the vorbis stuff, that was easy :)

THX for FRED comment. will do shortly.