I am using SuSE 8 going through the installation when sh
configure I get
linux:~/lmme-0.6.3 # sh configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
same errors with 6.4
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Please help me, i want install Lmme.
How can a make it??
Logged In: YES
user_id=473129
Download the file lmme-0.64.tar.gz into
a directory in your /home directory.
Now open a console window and cd
to the directory with lmme-0.64.tar.gz
type the following:
tar zxf lmme-0.64.tar.gz
cd lmme-0.64
sh configure
make
cp src/lmme ./
./lmme
Logged In: NO
I am using SuSE 8 going through the installation when sh
configure I get
linux:~/lmme-0.6.3 # sh configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
same errors with 6.4
Logged In: NO
You need to install a compiler, such as GCC.
Logged In: NO
i have had i prob installing this the make file dont work
properly it has error 1 and 2 what the hell should i do
Logged In: NO
lol no complaints but i got..
make all-recursive
make[1]: Entering directory
`/home/marxman/Desktop/lmme-0.6.4'
Making all in src
make[2]: Entering directory
`/home/marxman/Desktop/lmme-0.6.4/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DVERSION=\"0.6.4\"
-DVERSION_BRANCH=\"Alpha\ " -g -O2 -c commandModule.C
commandModule.C:24: default argument given for parameter 4
of `int Command_Objec t::Add_Command(char*, int, int, int = 0,
char* = 0)'
commandModule.h:120: after previous specification in `int
Command_Object::Add_Co mmand(char*, int, int, int = 0, char*
= 0)'
commandModule.C:24: default argument given for parameter 5
of `int Command_Objec t::Add_Command(char*, int, int, int = 0,
char* = 0)'
commandModule.h:120: after previous specification in `int
Command_Object::Add_Co mmand(char*, int, int, int = 0, char*
= 0)'
make[2]: *** [commandModule.o] Error 1
make[2]: Leaving directory
`/home/marxman/Desktop/lmme-0.6.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marxman/Desktop/lmme-0.6.4'
make: *** [all-recursive-am] Error 2
..
Are there any of these finished projects about?
i.e. ones that run like theyre the microsoft equvilent
(either that or , sod it ill use windows)
Logged In: NO
Hi,
i followed exactly what SLICER69 wrote but still it gives
me error at the MAKE step. ANY HELP WILL BE GREATLY APPRECIATED
zone18Eb> make
make all-recursive
make[1]: Entering directory `/home/uga/hanjanh/lmme-0.6.4'
Making all in src
make[2]: Entering directory `/home/uga/hanjanh/lmme-0.6.4/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DVERSION=\"0.6.4\"
-DVERSION_BRANCH=\"Alpha\" -g -O2 -c buddyModule.C
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DVERSION=\"0.6.4\"
-DVERSION_BRANCH=\"Alpha\" -g -O2 -c commandModule.C
commandModule.C:24: error: default argument given for
parameter 4 of `int
Command_Object::Add_Command(char*, int, int, int, char*)'
commandModule.h:120: error: after previous specification in `int
Command_Object::Add_Command(char*, int, int, int, char*)'
commandModule.C:24: error: default argument given for
parameter 5 of `int
Command_Object::Add_Command(char*, int, int, int, char*)'
commandModule.h:120: error: after previous specification in `int
Command_Object::Add_Command(char*, int, int, int, char*)'
make[2]: *** [commandModule.o] Error 1
make[2]: Leaving directory `/home/uga/hanjanh/lmme-0.6.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/uga/hanjanh/lmme-0.6.4'
make: *** [all-recursive-am] Error 2
zone18Eb>