abgx 360 how do i run the make file?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

abgx 360 how do i run the make file?

Post by leo5111 »

abgx360gui requires wxWidgets 2.7.1 or newer: http://wxwidgets.org/downloads/


To compile:
./configure
make


If you encounter this error:
wxWidgets must be installed on your system.

Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 2.7.1 or above.

First check that wx-config exists in your path (normally /usr/local/bin); it
might be named something else like wxgtk2-2.8-config, and you will need to create
a symbolic link named wx-config in order for the configure script to find it.

Example: sudo ln -s /usr/local/bin/wxgtk2-2.8-config /usr/local/bin/wx-config
thats what readme says but i havent made something with a makefile before so any help appreciated
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

Re: abgx 360 how do i run the make file?

Post by leo5111 »

http://blog.roob.us/tag/abgx-360/ i followed that i run the ./configure command i get this
configure: error: C++ compiler cannot create executables
See `config.log' for more details. what do i have to install?
ranyardm

Re: abgx 360 how do i run the make file?

Post by ranyardm »

It's quite unusual to have to compile something from scratch, and abgx360 is available as a deb :

http://forums.xbox-scene.com/index.php?showtopic=681561

For what it's worth, wxwidgets wx-config is probably part of libwxbase2.8-dev or libwxgtk2.8-dev, and a c++ compiler, probably g++

But really, once you start compiling things yourself, you're losing... unless you want to learn packaging.

That's all IMHO of course.
--
Martyn
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

Re: abgx 360 how do i run the make file?

Post by leo5111 »

ok how do i make a desktop icon for it? thanx :D
ranyardm

Re: abgx 360 how do i run the make file?

Post by ranyardm »

Not presently having an xbox 360 I have no idea what the command to run is, probably something like abgx360-gui ?

Once you know how to run it, simply right-click the desktop, create a new "launcher", give it the command e.g. abgx360-gui, and choose an icon.

Hope that helps.
--
Martyn
Locked

Return to “Software & Applications”