Thaks to reply to Seph64 and mod3m
sorry i don’t understand mean ‘dos2unix’
I mounted windows partition and copy WET_SOURCE to linux partition. this can cause be problem?
for complie to linux qagame I install and uninstall REDHAT 5 time…
I don’t have no idea about linux
I changed “con”'s first line to my which perl location
[root@localhost unix]# which perl
/usr/bin/perl
this is my “con” 's top line
#!/usr/bin/perl
NOTE: Cons intentionally does not use the “perl -w” option or
“use strict.” Because Cons “configuration files” are actually
Perl scripts, enabling those restrictions here would force them
on every user’s config files, wanted or not. Would users write
“better” Construct and Conscript files if we forced “use strict”
on them? Probably. But we want people to use Cons to get work
done, not force everyone to become a Perl guru to use it, so we
don’t insist.
but not working I always encounter this problem
[root@localhost unix]# dir
Cons_gcc.pm Conscript-game Conscript-ui cons ldd_check.pm
Conscript-cgame Conscript-pk3 Construct cons~
[root@localhost unix]# ./cons
: bad interpreter: 그런 파일이나 디렉토리가 없음
[root@localhost unix]#
[root@localhost unix]# ./cons – release gcc3
: bad interpreter: 그런 파일이나 디렉토리가 없음
[root@localhost unix]# ./cons – release
: bad interpreter: 그런 파일이나 디렉토리가 없음
그런 파일이나 디렉토리가 없음 <- is korean sorry -_-… this mean no such file or directory
thanks advance.