Page 3 of 5

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Tue May 11, 2010 7:05 am
by cmaid
Could someone compile a 64-bit deb for Lucid and upload it somewhere?

Thanks in advance!

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Jun 13, 2010 5:59 pm
by johntramp
Hi Dave.

The error I was talking to you about the other day was because I was missing the pkg-config package.

Code: Select all

checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
./configure: line 16009: syntax error near unexpected token `LIBXML2,libxml-2.0'
./configure: line 16009: `PKG_CHECK_MODULES(LIBXML2,libxml-2.0 )'
Cheers
-John

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Jun 13, 2010 6:19 pm
by djandruczyk
johntramp wrote:Hi Dave.

The error I was talking to you about the other day was because I was missing the pkg-config package.

Code: Select all

checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
./configure: line 16009: syntax error near unexpected token `LIBXML2,libxml-2.0'
./configure: line 16009: `PKG_CHECK_MODULES(LIBXML2,libxml-2.0 )'
Cheers
-John
I added that req to the first post (pkg-config)

Thanks

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Mon Jun 14, 2010 1:19 pm
by bobbarker
Edit

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Mon Jun 14, 2010 3:24 pm
by djandruczyk
bobbarker wrote:Last night I got

Now on the Install I get

Code: Select all

Making install in include
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in mtxmatheval
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in mtxcommon
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in widgets
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in msloader
Ending with

Code: Select all

Making install in menu
make[1]: *** No rule to make target `megatunix.desktop', needed by `all-am'.  Stop.
make: *** [install-recursive] Error 1
any help would be greatly appreciated.
osx10.63/xcode3.2/macports1.90

Is this with 0.9.20, or a previous version?

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Mon Jun 14, 2010 4:06 pm
by bobbarker
This is with 0.9.20. Tried from the tarball, then cvs update. Very new to all this, do you need to see more of the code in term to diagnose?

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Tue Jun 15, 2010 5:11 am
by djandruczyk
bobbarker wrote:This is with 0.9.20. Tried from the tarball, then cvs update. Very new to all this, do you need to see more of the code in term to diagnose?
NOTE: CVS is deprecated. Its unusual that you get that issue.
please run the following commands and copy the output to this thread:

Code: Select all

cd megatunix-0.9.20/desktop
ls
make clean
make
ls

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Wed Jun 16, 2010 7:39 pm
by bobbarker
Edit

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Wed Jun 16, 2010 10:17 pm
by djandruczyk
bobbarker wrote:

Code: Select all

paul-macbook:megatunix-0.9.20 paul$ make
make  all-recursive
Making all in include
make[2]: Nothing to be done for `all'.

Code: Select all

crx.c:60: warning: ISO C forbids initialization between function pointer and ‘void *’
crx.c:61:1: warning: C++ style comments are not allowed in ISO C90
crx.c:61:1: warning: (this will be reported only once per input file)
crx.c:62: warning: ISO C forbids initialization between function pointer and ‘void *’
crx.c:63: warning: ISO C forbids initialization between function pointer and ‘void *’
crx.c:64: warning: ISO C forbids initialization between function pointer and ‘void *’
crx.c: In function ‘c_multi’:
crx.c:278: warning: ISO C forbids conversion of object pointer to function pointer type
Tried erasing and starting over, but same result. ls returned same results in original and latter install. Thanks- Paul

Just goto into the menu directory, and ONLY the menu dir and run

Code: Select all

ls
make clean
make
ls

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Fri Jun 18, 2010 5:30 pm
by bobbarker
Edit

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sat Jun 19, 2010 4:54 am
by djandruczyk
bobbarker wrote:

Code: Select all

paul-macbook:menu paul$ ls
Makefile	Makefile.am	Makefile.in	README
paul-macbook:menu paul$ make clean
test -z "*.h megatunix.desktop dashdesigner.desktop gaugedesigner.desktop mtxloader.desktop" || rm -f *.h megatunix.desktop dashdesigner.desktop gaugedesigner.desktop mtxloader.desktop
rm -rf .libs _libs
rm -f *.lo
paul-macbook:menu paul$ make
make: *** No rule to make target `megatunix.desktop', needed by `all-am'.  Stop.
pauls-macbook:menu paul$ ls
Makefile	Makefile.am	Makefile.in	README
This is what I got. Thank you for your help.
A-HA! I see my issue. I screwed up the makefile so it didn't put those files in the tarball..

I have committed a fix to the git repo. I'll reply back as soon as I get this tested on a mac.

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Aug 22, 2010 8:08 am
by bobbarker
Any updates on this? Tried compiling with newest release off sourceforge and using latest .git with basically same results as above.. Pm me if thats easier for you, my mac is free for testing.

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Aug 22, 2010 9:09 am
by djandruczyk
bobbarker wrote:Any updates on this? Tried compiling with newest release off sourceforge and using latest .git with basically same results as above.. Pm me if thats easier for you, my mac is free for testing.
you've tried pulling from git? When? I verified the files are present in a git checkout, so it should be working
.

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Aug 22, 2010 9:48 am
by piledriver
...builds fine on my Mandriva 2010.1 and 2010.0 setup, which would lead me to think it isn't a makefile issue... (I'm not installing Ubuntu again,I suppose I do have space for a VM on the big box)

checked vs. latest git pull (worked on last one as well)

I can see missing/renamed dep issues between distros, but both are using gnu make...

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Aug 22, 2010 9:59 am
by bobbarker
For some reason I cant use git clone to compile, so I had to dl from git hub and place in dir. Attached is what I keep getting. Its user error I'm sure, maybe I should just run a windows xover. Thought I could figure this out.

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Aug 22, 2010 10:11 am
by piledriver
If you are running OSX, you're in totally the wrong thread... Perhaps Ubuntu is installable on Macbooks?

https://help.ubuntu.com/community/MacBook

ah... (from autogen.doc) checking dynamic linker characteristics... darwin10.4.0 dyld
You're lost. The OSX thread is here: http://www.msextra.com/forums/viewtopic ... 06&t=35592

...From reading the OSX thread, installing/dual booting Ubuntu should be a breeze (and much faster) by comparison.

Tip: to update an existing git repo (like the downloaded version) the command is "git pull" from the directory the repo is in. (ls should show configure etc)
"git clone' is likely to bork on an existing repo (refuse to do the wrong thing) I ran ino that the first time I ran git. (try "man git")

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Aug 22, 2010 3:01 pm
by djandruczyk
git clone for creating a new working copy of a remote repo. git pull to pull in the latest changes from the remote repository

i.e.
really quick way:

Code: Select all

mkdir git ; cd git 
git clone git://github.com/djandruczyk/MegaTunix.git
cd MegaTunix
./autogen.sh
make
sudo make install
This assumes you have all proper pre-reqs installed.

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Fri Dec 31, 2010 6:43 am
by HMC
Hi guys,

It is not exactly Ubuntu... I have added an ebuild to Gentoo bugzilla for building from git.

http://bugs.gentoo.org/show_bug.cgi?id=102449

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Jan 23, 2011 9:30 am
by gtpilot
8.04 UBUNTU install - followed the instructions and Megtunix installed and runs but I cannot get the Gauge builder or Dash builder to run...they show up under the Automotive group in the menu but clicking on them doesn't propduce any results.

What infomation do I need to post to help troubleshoot the problem?

Intel Celeron 800MHz SBC, 1GB RAM, 8 GByte CF running UBUNTU, 12" ELO Touchscreen monitor...

Thank you in advance for your help.

Kirk

Re: How to Install MegaTunix on Ubuntu Linux (all versions)

Posted: Sun Jan 23, 2011 12:08 pm
by djandruczyk
gtpilot wrote:8.04 UBUNTU install - followed the instructions and Megtunix installed and runs but I cannot get the Gauge builder or Dash builder to run...they show up under the Automotive group in the menu but clicking on them doesn't propduce any results.

What infomation do I need to post to help troubleshoot the problem?

Intel Celeron 800MHz SBC, 1GB RAM, 8 GByte CF running UBUNTU, 12" ELO Touchscreen monitor...

Thank you in advance for your help.

Kirk

run it from a terminal and see what messages it spits out.