Cannot compile tme-0.8

I follow the instructions on the website.
I have used a shell script to export LD_LIBRARY_PATH
The website says sh ./configure
and make

Sorry, this website says that I cannot post any URL, you can find it with google "tme emulator"

And the error messages say

_NO_LOG -DTME_NO_DEBUG_LOCKS -DTME_NO_AUDIT_ATOMICS -DNDEBUG -g -O2 -Wundef -Wall -Werror -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c -o module.o
module.c: In function 'tme_module_init':
module.c:93:3: error: 'lt_preloaded_symbols' undeclared (first use in this function)
module.c:93:3: note: each undeclared identifier is reported only once for each function it appears in
Makefile:370: recipe for target `module.lo' failed
make[4]: *** [module.lo] Error 1
make[4]: Leaving directory `/home/Garfield/tme-0.8/libtme'
Makefile:406: recipe for target `all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/Garfield/tme-0.8/libtme'
Makefile:267: recipe for target `all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/Garfield/tme-0.8/libtme'
Makefile:315: recipe for target `all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Garfield/tme-0.8'
Makefile:228: recipe for target `all' failed
make: *** [all] Error 2

Any help for me please. I cannot contact the original author.
Thanks
Jack

Compiler errors are never useful without the code they refer to. What software is this? What does it do? What's the original website? What's your system?

1 Like

Sorry, Corona, I don't have enough (5 posts) yet.
I don't want to make myself a spammer.
I am using win7 x64, it's a sparcstation emulator.

But let's try
people.csail.mit.edu/fredette/tme/
Thanks
Jack

What are you compiling it with? You will need the GTK libraries, do you have those installed in a way your compiler can use them?

Hello Corona, How can I know whether GTK was installed? Actually when I installed cygwin, I just installed everything.... Let me know Thanks Jack

I think that's accomplished via add/remove programs for cygwin.

You need more than just the gtk library, you need the gtk headers too.

I'm not sure it's possible to compile this emulator for windows at all, hard to tell.

Alright, I'll look into other ways. Thanks a lot corona