zget compile problems

Strictly for discussing ZSNES development and for submitting code. You can also join us on IRC at irc.libera.chat in #zsnes.
Please, no requests here.

Moderator: ZSNES Mods

Post Reply
jbailey8

zget compile problems

Post by jbailey8 »

I'm new to zget, but it's easy to use. The only problem is that it only
worked right the first time, now I get the following whenever I try to
compile the latest svn version of zsnes:

-------------------------------------------
Warning: .drectve `-defaultlib:uuid.lib ' unrecognized
Warning: .drectve `-defaultlib:uuid.lib ' unrecognized
initc.obj:initc.c:(.text+0x1d75): undefined reference to `gzdirect'
win/winlink.obj:winlink.cpp:(.text+0x1211): undefined reference to `IID_IDirectSoundBuffer8'
win/winlink.obj:winlink.cpp:(.text+0x14ff): undefined reference to `IID_IDirectSoundBuffer8'
win/winlink.obj:winlink.cpp:(.text+0x1d81): undefined reference to `IID_IDirectInput8A'
win/dx_ddraw.obj:dx_ddraw.cpp:(.text+0xacc): undefined reference to `IID_IDirectDraw7'
collect2: ld returned 1 exit status
make: [zsnes] Error 1 (ignored)
process_begin: CreateProcess((null), del version.obj, ...) failed.
make (e=2): The system cannot find the file specified.

make: [ALL] Error 2 (ignored)

------------------------------

I did a forum search and tried a couple of related things, but it won't
link zsnes now. I've tried completely deleting the entire zget/zsnes
folders and doing a complete re-install of everything, trying to compile
manually. It's acting like some libs are missing, but I'm using the
compiler downloaded by zget, it should be the right one already
configured properly. I've also tried a generic mingw install and
cygwin, no go. Any ideas?

Thanks!
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

It sounds like you are doing something really different to be honest.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
Post Reply