OBSOLETE 0.9.18 released, post bugs here...

Questions specific to Megatunix - alternate tuning software that runs on unix and windows.
Note that Megatunix is obsolete.

Moderator: djandruczyk

tvh
MS/Extra Newbie
Posts: 17
Joined: Wed Oct 06, 2004 1:01 pm
Location: Finland

Re: 0.9.18 released, post bugs here...

Post by tvh »

Thanks for your fast response! I tried the lates cvs version but I couldn't compile it:

Code: Select all

3d_vetable.c: In function ‘ve3d_draw_runtime_indicator’:
3d_vetable.c:1180: error: incompatible type for argument 2 of ‘get_fixed_pos’
3d_vetable.c:1180: error: too many arguments to function ‘get_fixed_pos’
3d_vetable.c:1181: error: incompatible type for argument 2 of ‘get_fixed_pos’
3d_vetable.c:1181: error: too many arguments to function ‘get_fixed_pos’
3d_vetable.c: In function ‘ve3d_key_press_event’:
3d_vetable.c:1454: warning: dereferencing type-punned pointer will break strict-aliasing rules
3d_vetable.c:1789: warning: dereferencing type-punned pointer will break strict-aliasing rules
3d_vetable.c:1805: warning: dereferencing type-punned pointer will break strict-aliasing rules
3d_vetable.c: At top level:
3d_vetable.c:2415: error: conflicting types for ‘get_fixed_pos’
../include/3d_vetable.h:217: error: previous declaration of ‘get_fixed_pos’ was here
make[2]: *** [3d_vetable.o] Error 1
make[2]: Leaving directory `/home/tvh/cvs/MegaTunix/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tvh/cvs/MegaTunix'
make: *** [all] Error 2
Peugeot 205 GTi 1.9
MS2-Extra, 36-1,wheel decoder, wasted spark
djandruczyk
MS/Extra Guru
Posts: 1210
Joined: Fri May 07, 2004 6:55 pm
Location: Rochester, NY, U.S.A.
Contact:

Re: 0.9.18 released, post bugs here...

Post by djandruczyk »

tvh wrote:Thanks for your fast response! I tried the lates cvs version but I couldn't compile it:

Code: Select all

3d_vetable.c: In function ‘ve3d_draw_runtime_indicator’:
3d_vetable.c:1180: error: incompatible type for argument 2 of ‘get_fixed_pos’
3d_vetable.c:1180: error: too many arguments to function ‘get_fixed_pos’
3d_vetable.c:1181: error: incompatible type for argument 2 of ‘get_fixed_pos’
3d_vetable.c:1181: error: too many arguments to function ‘get_fixed_pos’
3d_vetable.c: In function ‘ve3d_key_press_event’:
3d_vetable.c:1454: warning: dereferencing type-punned pointer will break strict-aliasing rules
3d_vetable.c:1789: warning: dereferencing type-punned pointer will break strict-aliasing rules
3d_vetable.c:1805: warning: dereferencing type-punned pointer will break strict-aliasing rules
3d_vetable.c: At top level:
3d_vetable.c:2415: error: conflicting types for ‘get_fixed_pos’
../include/3d_vetable.h:217: error: previous declaration of ‘get_fixed_pos’ was here
make[2]: *** [3d_vetable.o] Error 1
make[2]: Leaving directory `/home/tvh/cvs/MegaTunix/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tvh/cvs/MegaTunix'
make: *** [all] Error 2
You need to be on my development tag

Go into your MegaTunix dir and run:

Code: Select all

sudo rm -rf /usr/local/share/MegaTunix
cvs update -r PRE_0_9_19-branch
./autogen.sh
make
sudo make install
David J. Andruczyk
MegaTunix author. The only non-java cross platform tuning software for MS-I/II hardware.
Where to get and how to install:
http://msextra.com/viewtopic.php?t=23080
http://sourceforge.net/projects/megatunix
tvh
MS/Extra Newbie
Posts: 17
Joined: Wed Oct 06, 2004 1:01 pm
Location: Finland

Re: 0.9.18 released, post bugs here...

Post by tvh »

Ok, I did cvs update successfully but autogen.sh failed:

Code: Select all

configure: creating ./config.status
config.status: creating megatunix.spec
config.status: error: cannot find input file: Makefile.in
Early in the script output:

Code: Select all

Running automake --gnu  ...
gaugedesigner/gauges/Makefile.am:1: required directory gaugedesigner/gauges/MegaTune does not exist
configure.ac:160: required file `gaugedesigner/gauges/MegaTune/Makefile.in' not found
Running autoconf ...
Peugeot 205 GTi 1.9
MS2-Extra, 36-1,wheel decoder, wasted spark
djandruczyk
MS/Extra Guru
Posts: 1210
Joined: Fri May 07, 2004 6:55 pm
Location: Rochester, NY, U.S.A.
Contact:

Re: 0.9.18 released, post bugs here...

Post by djandruczyk »

tvh wrote:Ok, I did cvs update successfully but autogen.sh failed:

Code: Select all

configure: creating ./config.status
config.status: creating megatunix.spec
config.status: error: cannot find input file: Makefile.in
Early in the script output:

Code: Select all

Running automake --gnu  ...
gaugedesigner/gauges/Makefile.am:1: required directory gaugedesigner/gauges/MegaTune does not exist
configure.ac:160: required file `gaugedesigner/gauges/MegaTune/Makefile.in' not found
Running autoconf ...

Sorry for the delay in responding, was on vacation...

cd into the top level megatunix dir and run the following commands to fix it..

Code: Select all

cvs update -dP
./autogen.sh
make
sudo make install
David J. Andruczyk
MegaTunix author. The only non-java cross platform tuning software for MS-I/II hardware.
Where to get and how to install:
http://msextra.com/viewtopic.php?t=23080
http://sourceforge.net/projects/megatunix
Locked