Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Hornet on July 14, 2005, 09:18:19 am

Title: cannot open the file "ogg_static.lib"
Post by: Hornet on July 14, 2005, 09:18:19 am
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.
Title: cannot open the file "ogg_static.lib"
Post by: MatthewPapa on July 14, 2005, 10:20:18 am
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.
Title: cannot open the file "ogg_static.lib"
Post by: Hornet on July 14, 2005, 10:30:00 am
MSVC.net 2003 (7.2) /w VA infact.
Title: cannot open the file "ogg_static.lib"
Post by: Hornet on July 14, 2005, 10:32:36 am
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.
Title: cannot open the file "ogg_static.lib"
Post by: taylor on July 14, 2005, 11:30:41 am
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.
Title: cannot open the file "ogg_static.lib"
Post by: WMCoolmon on July 14, 2005, 04:21:23 pm
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.
Title: cannot open the file "ogg_static.lib"
Post by: Hornet on July 14, 2005, 07:56:58 pm
hehe I fixed the vorbis stuff, that was easy :)

THX for FRED comment. will do shortly.