Moderator: djandruczyk
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 )'
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

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

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?
cd megatunix-0.9.20/desktop
ls
make clean
make
ls
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
ls
make clean
make
ls
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.

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.

mkdir git ; cd git
git clone git://github.com/djandruczyk/MegaTunix.git
cd MegaTunix
./autogen.sh
make
sudo make install
Users browsing this forum: No registered users and 1 guest