⛔️👇🏼👇🏼👇🏼👇🏼👇🏼👇🏼 If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html ⛔️👆🏼👆🏼👆🏼👆🏼👆🏼
Not working. I have Xcode. The folder you show in video has more files than the actual folder in Github. In terminal appear after make && make install: Command not found
I got the zip file From link in description GitHub. It should be the same. If you already have xcode installed and coreutils, you have to make sure that you add the Path to your batch profile, otherwise the command wont know what file to call.
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
You have to install Xcode 10 version manually. To do this, go to Apple developer website from this link: developer.apple.com/download/more/ You will require an Apple ID to access it. From Search bar on your left side, type Xcode 10 and you will see “Command Line Tools (macOS 10.13) for Xcode 10.1. Click to download the dmg file, and once done, double click on it for installation.
@@Askdoudou well, now I did that and got Xcode, then copy and pasted it from downloads to the terminal and this is what I get: Carolyns-MBP:gimp-plugin-bimp-2.4_32bit carolyn$
Ok, so now do the next once you are inside that (gimp-plugin-bimp-2.4_32bit) folder in your terminal type: make && make install ( hit enter) Let me know if you got an Error. Because you might need to do one Step before installation 🙂 But I will assist you. Cheers
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
#askdoudou Hi Doudou, when i copy and paste the gimp plugin to the terminal and select enter, I get 'no such file or directory'. I have xcode, and I have downloaded the plugin from github. Could you kindly advise?
Thanks for reaching me out! Ok have you unzipped the file ? Can you also write this command in your Terminal and tell me what you got ! cat ~/.bash_profile
@@Askdoudou hello thanks a lot for your video. it`s happen the same thing with me. It`s show me this message Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$ make && make install make: gimptool-2.0: Command not found which gimptool-2.0 && \ gcc -o ./bin/bimp -Wall -O2 -Wno-unused-variable -Wno-pointer-sign src/*.c src/manipulation-gui/*.c src/images/*.c -lm -DGIMP_DISABLE_DEPRECATED make: *** [make] Error 1 And when I try to type cat ~/.bash_profile, as you mentioned above appear to me this: Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$ cat ~/.bash_profile cat: /Users/cassio/.bash_profile: No such file or directory Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$ What could be the problem? Thanks a lot for your helping on this issue
Hello, so back to this Error, this actually means that the "gimptool-2.0" is not installed neither available in your device. This Package is required in order to compile and install the plugin. Hence, I would like you to take these steps to make this work: Open your Terminal and then type: 1- sudo apt install build-essential (if this is successful next one, otherwise, please tell me what OS version you have) 2- sudo apt install libgimp2.0-dev git ( this will install install gimp dev libs and git client) If you successfully installed those 2 packs, then proceed with the steps in video. Let me know, if this worked for you. I will be glad to share with others also.
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
@@pche85 If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
I'm getting the same errors as the other folks have reported: make: gimptool-2.0: Command not found and sudo: apt-get: command not found. Tried what you suggested, to no avail
This Error actually means that the "gimptool-2.0" is not installed neither available in your device. This Package is required in order to compile and install the plugin. Hence, I would like you to take these steps to make this work: Open your Terminal and then type: 1- sudo apt install build-essential (if this is successful next one, otherwise, please tell me what OS version you have) 2- sudo apt install libgimp2.0-dev git ( this will install install gimp dev libs and git client) If you successfully installed those 2 packs, then proceed with the steps in video. Let me know, if this worked for you. I will be glad to share with others also.
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
#askdodo there is a error message, where is my problem? make: gimptool-2.0: Command not found which gimptool-2.0 && \ gcc -o ./bin/bimp -Wall -O2 -Wno-unused-variable -Wno-pointer-sign src/*.c src/manipulation-gui/*.c src/images/*.c -lm -DGIMP_DISABLE_DEPRECATED make: *** [make] Error 1
I guess this because the The program 'make' is currently not installed. You can install it by typing: *sudo apt-get install make* Or you can also try : *sudo apt-get install build-essential*
@@Askdoudou When i try the first thing sudo apt-get install make, it request me a password and then appear to me this: Cassios-MacBook-Air:~ cassio$ sudo apt-get install make Password: Sorry, try again. Password: sudo: apt-get: command not found Cassios-MacBook-Air:~ cassio$ What could the problem? Thanks for your help #AskDoudou
You should provide and use your Mac admin Password, this is the same you use when you open you Mac session. Because this installation requires ADMIN/OWNER permission that is why a Password is a MUST.
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
⛔️👇🏼👇🏼👇🏼👇🏼👇🏼👇🏼
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
⛔️👆🏼👆🏼👆🏼👆🏼👆🏼
Thank you for the Video :) this was Helpful 👍
Glad it was helpful!
Not working. I have Xcode. The folder you show in video has more files than the actual folder in Github. In terminal appear after make && make install: Command not found
I got the zip file From link in description GitHub. It should be the same. If you already have xcode installed and coreutils, you have to make sure that you add the Path to your batch profile, otherwise the command wont know what file to call.
@@Askdoudou Thank you! I will try this solution!
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
Keep up with the good work ;)
Did it work for you?
Sam Good yes it worked.
If u need assistance let me know. In comment
I can't even install Xcode on my Mac OS High Sierra 10.13.6, any ideas of how to do this?
You have to install Xcode 10 version manually. To do this, go to Apple developer website from this link: developer.apple.com/download/more/
You will require an Apple ID to access it. From Search bar on your left side, type Xcode 10 and you will see “Command Line Tools (macOS 10.13) for Xcode 10.1. Click to download the dmg file, and once done, double click on it for installation.
@@Askdoudou you are AMAZING! Can't thank you enough! Will make a donation on your website.
@@Askdoudou well, now I did that and got Xcode, then copy and pasted it from downloads to the terminal and this is what I get: Carolyns-MBP:gimp-plugin-bimp-2.4_32bit carolyn$
Ok, so now do the next once you are inside that (gimp-plugin-bimp-2.4_32bit) folder in your terminal type: make && make install ( hit enter)
Let me know if you got an Error. Because you might need to do one Step before installation 🙂 But I will assist you.
Cheers
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
#askdoudou Hi Doudou, when i copy and paste the gimp plugin to the terminal and select enter, I get 'no such file or directory'. I have xcode, and I have downloaded the plugin from github. Could you kindly advise?
Thanks for reaching me out! Ok have you unzipped the file ? Can you also write this command in your Terminal and tell me what you got !
cat ~/.bash_profile
@@Askdoudou hello thanks a lot for your video. it`s happen the same thing with me. It`s show me this message
Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$ make && make install
make: gimptool-2.0: Command not found
which gimptool-2.0 && \
gcc -o ./bin/bimp -Wall -O2 -Wno-unused-variable -Wno-pointer-sign src/*.c src/manipulation-gui/*.c src/images/*.c -lm -DGIMP_DISABLE_DEPRECATED
make: *** [make] Error 1
And when I try to type cat ~/.bash_profile, as you mentioned above appear to me this:
Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$ cat ~/.bash_profile
cat: /Users/cassio/.bash_profile: No such file or directory
Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$
What could be the problem? Thanks a lot for your helping on this issue
Hello, so back to this Error, this actually means that the "gimptool-2.0" is not installed neither available in your device. This Package is required in order to compile and install the plugin.
Hence, I would like you to take these steps to make this work: Open your Terminal and then type:
1- sudo apt install build-essential (if this is successful next one, otherwise, please tell me what OS version you have)
2- sudo apt install libgimp2.0-dev git ( this will install install gimp dev libs and git client)
If you successfully installed those 2 packs, then proceed with the steps in video. Let me know, if this worked for you. I will be glad to share with others also.
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
@@pche85 If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
I'm getting the same errors as the other folks have reported: make: gimptool-2.0: Command not found and sudo: apt-get: command not found. Tried what you suggested, to no avail
Let me check again what could that problem be and get back to you with clear answer.
This Error actually means that the "gimptool-2.0" is not installed neither available in your device. This Package is required in order to compile and install the plugin.
Hence, I would like you to take these steps to make this work: Open your Terminal and then type:
1- sudo apt install build-essential (if this is successful next one, otherwise, please tell me what OS version you have)
2- sudo apt install libgimp2.0-dev git ( this will install install gimp dev libs and git client)
If you successfully installed those 2 packs, then proceed with the steps in video. Let me know, if this worked for you. I will be glad to share with others also.
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
#askdodo
there is a error message, where is my problem?
make: gimptool-2.0: Command not found
which gimptool-2.0 && \
gcc -o ./bin/bimp -Wall -O2 -Wno-unused-variable -Wno-pointer-sign src/*.c src/manipulation-gui/*.c src/images/*.c -lm -DGIMP_DISABLE_DEPRECATED
make: *** [make] Error 1
I guess this because the The program 'make' is currently not installed.
You can install it by typing: *sudo apt-get install make*
Or you can also try : *sudo apt-get install build-essential*
@@Askdoudou When i try the first thing sudo apt-get install make, it request me a password and then appear to me this:
Cassios-MacBook-Air:~ cassio$ sudo apt-get install make
Password:
Sorry, try again.
Password:
sudo: apt-get: command not found
Cassios-MacBook-Air:~ cassio$
What could the problem? Thanks for your help #AskDoudou
You should provide and use your Mac admin Password, this is the same you use when you open you Mac session. Because this installation requires ADMIN/OWNER permission that is why a Password is a MUST.
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html
@@Askdoudou i did this and still get error messages
#AskDoudou
Hi Cassios, sorry ur comment slipt to spam. Tell me would u need any help?!