Make.sh / Fehler

01/17/2015 17:35 Splex3200#1
Hallo Liebe Community, und zwar ich habe ein Problem.
Wenn ich "cd usr/home/game/share/locale/germany/quest" gehe gebe ich "sh make.sh" ein, wenn ich das getan habe kommt dieser Fehler:

Code:
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found

Mein make.sh Code

Code:
#!/usr/local/bin/bash

LIST_FILE='locale_list'

if [ -r $LIST_FILE ]; then

	rm -rdf object
	mkdir object

	while read line;
		do
			./qc $line
		done < $LIST_FILE
else
	echo $LIST_FILE' is missing'
fi
Ich hoffe jemand kann mir helfen :)
PS: Ich bin neu im Forum :)

Mit Freundlichen Grüßen,
Splex
01/17/2015 17:42 Blazej96#2
Also du must es so machen:

geh in den ordner game : cd /usr/home/game
und erstelle dort eine datei namens make.sh
in die datei schreibst du folgendes rein:
dann gibst du noch der datei 777 rechte entweder per filezilla oder durch die konsole und das geht so:
falls es dann immer noch nicht geht melde dich bei mir in skype : Blazejku96
01/17/2015 18:24 Splex3200#3
Quote:
Originally Posted by Blazej96 View Post
Also du must es so machen:

geh in den ordner game : cd /usr/home/game
und erstelle dort eine datei namens make.sh
in die datei schreibst du folgendes rein:
dann gibst du noch der datei 777 rechte entweder per filezilla oder durch die konsole und das geht so:
falls es dann immer noch nicht geht melde dich bei mir in skype : Blazejku96

Habe alles gemacht wie sie beschrieben haben.
Leider Funktioniert es nicht :(
01/17/2015 18:29 Hype#4
Welche Files benutzt du?
01/17/2015 19:03 Splex3200#5
Quote:
Originally Posted by .ɦype View Post
Welche Files benutzt du?
xGr33n

Hast du skype?
01/17/2015 19:04 Hype#6
Quote:
Originally Posted by Splex3200 View Post
xGr33n

Hast du skype?
Ja, ich adde dich und gucke mir das mal an. :)
01/17/2015 19:42 »DuRöhre™#7
mach mal
python make.py anstatt sh make.sh ! :)

MFG
01/17/2015 19:57 Splex3200#8
Quote:
Originally Posted by »DuRöhre™ View Post
mach mal
python make.py anstatt sh make.sh ! :)

MFG
Habe ich schon, Dickes Dankeschön an [Only registered and activated users can see links. Click Here To Register...]

Habe aber ein neues Problem, habe schon ein neuen Thread eröffnet.
[Only registered and activated users can see links. Click Here To Register...]

LG