Results 1 to 5 of 5
hi,
I download program and do like usual
./configure
then
make
but make not work
asking me for [ unsermake ]
but i don't have it
so I download it
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-07-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 18
[ unsermake ]
hi,
I download program and do like usual
./configure
then
make
but make not work
asking me for [ unsermake ]
but i don't have it
so I download it
then I try it
it's give me this error
any Help ??Code:File "<string>", line 1 import .; ..main() ^ SyntaxError: invalid syntax
- 10-08-2007 #2
Hi Natty,
I found that the unsermake download doesn't need to be compiled. Copy the folder to the /usr/local/ directory. Then add the unsermake directory to your PATH variable:But I bet that you already did this.Code:export PATH=$PATH:/usr/local/unsermake
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 10-08-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 18
I know
I do Like what you said
but when I return to the program I want to Compile
give me this same error
File "<string>", line 1
import .; ..main()
^
SyntaxError: invalid syntax
- 10-08-2007 #4
I can't reproduce that error on Suse 10.2 . I ran these commands.
It ran OK, So I did this:Code:# ./configure
No errors came up for me, I don't know why you are getting that error. Do you get any output before it gives the error? This may help pinpoint where it is having trouble.Code:# unsermake all
I did find this line in the README file:
Could this be the problem?NetworkManager 0.6.2 is required to build this version of KNetworkManager.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 10-10-2007 #5Just Joined!
- Join Date
- Oct 2007
- Posts
- 18
NOP
This Give me the same error
I will download NetworkManager


Reply With Quote
