TASEmulators / TASEmulators/desmume

Ubuntu Debian 0.9.13 no build in autotools and glade

Open
#768 12 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
3.6k
Forks
646
PR merge metrics
No merged PRs in 30d

Description

Ubuntu and Debian require build with gtk3 with autoconf for build 0.9.13

you build not work please solve

wget https://github.com/TASEmulators/desmume/archive/refs/tags/release_0_9_13.tar.gz -O desmume_0.9.13.orig.tar.gz
tar -xvf desmume_0.9.13.orig.tar.gz
cd desmume-release_0_9_13
pushd desmume/src/frontend/posix
./autogen.sh
./configure --prefix=/usr --bindir=/usr/games --datadir=/usr/share/games \
                        --enable-gdb-stub \
                        --enable-osmesa \
                        --enable-glade
make

if errorplease sovel

ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdesmume.a
make[1]: Leaving directory '/root/desmume-release_0_9_13/desmume/src/frontend/posix'
Making all in gtk-glade
make[1]: Entering directory '/root/desmume-release_0_9_13/desmume/src/frontend/posix/gtk-glade'
Making all in doc
make[2]: Entering directory '/root/desmume-release_0_9_13/desmume/src/frontend/posix/gtk-glade/doc'
make[2]: *** No rule to make target 'desmume-glade.1', needed by 'all-am'.  Stop.
make[2]: Leaving directory '/root/desmume-release_0_9_13/desmume/src/frontend/posix/gtk-glade/doc'
make[1]: *** [Makefile:695: all-recursive] Error 1
make[1]: Leaving directory '/root/desmume-release_0_9_13/desmume/src/frontend/posix/gtk-glade'
make: *** [Makefile:1801: all-recursive] Error 1
~/desmume-release_0_9_13

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in desmume/src/frontend/posix and its gtk-glade/doc directory, then run autogen.sh, configure, and make using the reported commands. Inspect the generated Makefile where it expects desmume-glade.1; done means the GTK3 autotools build completes without the missing-target error.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.