User forums > Using Code::Blocks

Make Update No File Found

(1/1)

Anonymous:
Compiling goes fine for me, but when I try to make -f Makefile.unix update it gives me this:
--- Code: ---[bana@localhost CodeBlocks-1.0-beta5]$ make -f Makefile.unix update
sh update
: command not found
: command not found
Compressing core UI resources
: No such file or directory
: No such file or directory
Compressing plugins UI resources
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: command not found
: command not found
Copying files
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
: No such file or directory
Stripping debug info from output tree
': No such file*.exe
': No such file*.so
': No such fileshare/CodeBlocks/plugins/*.so
: command not found
Creating launch-scripts
--- End code ---

Yet when I did each command by hand (zip -j9 source/blah blah/blah etc...) it worked fine and I can run CodeBlocks. Kinda weird...

ilkapo:
I has the same problem, the "error" is in the "update" script. I resolve it with the "dos2unix" command:


--- Code: ---dos2unix -n update update.unix
--- End code ---


then make it runnable:


--- Code: ---chmod +x update.unix
--- End code ---


and finally I can execute:


--- Code: ---./update.unix
--- End code ---


Now I can use Code:Block with Fedora Core 3 ! ! !

Navigation

[0] Message Index

Go to full version