compile failure with SVN, ui_zsnes.h missing

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

Locked
gh

compile failure with SVN, ui_zsnes.h missing

Post by gh »

Hi, I wanted to compile the latest Zsnes SVN trunk for fun, but the latest revision (5215), which corresponds to this commit ( https://zsnes.bountysource.com/svn/!revision/5215 ), does not compile. The autogen.sh part goes fine, but the "make" part stops with this message:

Code: Select all

make: *** No rule to make target `ui_zsnes.h', needed by `gui/gui.o'.  Stop.
But if I revert my working directory to the previous revision:

Code: Select all

svn merge -rHEAD:5214 .
and run autogen.sh and make again, the compilation goes fine.

I'm running Ubuntu 7.10, with the following package versions:

nasm : 0.98.38-1.2build1
libqt4-dev : 4.3.2-0ubuntu3.2
autoconf : 2.61-4


Hope that helps.
Hyos
Regular
Posts: 207
Joined: Mon Aug 15, 2005 2:15 pm

Post by Hyos »

My first guess would be, as the devs are working on the ui ATM, that the code in SVN cannot be compiled intentionally. Unless you want to try the version from SVN for fun, I suggest you try the 1.51 release.
AlucardZero
Rookie
Posts: 14
Joined: Mon Nov 20, 2006 6:25 am

Post by AlucardZero »

grinvader
ZSNES Shake Shake Prinny
Posts: 5632
Joined: Wed Jul 28, 2004 4:15 pm
Location: PAL50, dood !

Post by grinvader »

1- Don't whine about not being able to use something you're not supposed to use to begin with, dammit.
And yes, final users aren't supposed to use SVN until we say so.
2- If you can't make it work, it's a pretty good hint you're a final user - see #1.
3- Don't ever make me repeat this again.
4- moo.
5- It's done when it's done - see #3.

Stickied for the minor population that actually reads stickies before posting.
皆黙って俺について来い!!

Code: Select all

<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Locked