kukugt / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Build Error in Version 254 - 6-20-2008 #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Linux distribution: Fedora 9
 - Machine type: (32-bit or 64-bit) 32bit
 - Mupen64Plus version: Version 254

Describe the problem:
cp: cannot stat `mupen64-64bit/mupen64_nogui': No such file or directory
make: *** [bin-32] Error 1

The build is still attempting to adjust the attributes of the no_gui 
client (which is no longer built).

Ran the build:
[chad@xgs2 trunk]$ make VER=254 all

Fix is just to remove the no_gui references from the Makefile.

Original issue reported on code.google.com by chad.cal...@gmail.com on 21 Jun 2008 at 2:57

GoogleCodeExporter commented 8 years ago
What version of the source are you actually trying to compile? You put today's 
date, but 254 doesn't make sense. If you mean r254 from svn, then you should 
probably update, current is around r650. 

Also, although we actually just changed the versioning code in svn to include 
the 
svn revision automatically recently, I believe the VER make option has been 
depreciated for some time. Release code shouldn't need it, and svn code from 
the 
1.4 development cycle should say 1.3-Development automatically.

Original comment by sknau...@wesleyan.edu on 21 Jun 2008 at 3:18

GoogleCodeExporter commented 8 years ago
It appears that you have checked out our old project - mupen64-amd64.  Make 
sure that
you are using the svn URL:

svn://fascination.homelinux.net:7684/mupen64plus/trunk

This is the current project - Mupen64Plus.  Just run "make all" to build it.

Original comment by richard...@gmail.com on 21 Jun 2008 at 3:33