Re: [Gambas-user] installing Gambas on Cygwin

2016-11-17 Thread Lisandro Reynoso
Thanks a lot. The make package was missing. I installed it and was able to pass that step. But now I’m not able to run gambas. I even used the commands to add the desktop icon but saw no results. I also changed to the root directory to see if It would run from there. I’ll attach the output

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-17 Thread Moviga Technologies
This is where it gets beyond me. I did a quick google search, and found this: http://stackoverflow.com/questions/4828388/cygwin-make-bash-command-not-found. Make seems to be it's own package :) Learning something new every day, haha :D Den 17. nov. 2016 18:38, skrev Lisandro Reynoso: > Thanks

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-17 Thread Lisandro Reynoso
Thanks for your help. I reinstalled all the packages and even completely uninstalled and then reinstalled Cygwin, along with the build tools mentioned. But I still get the same result when using the “make” command. Here’s what I get when I use the cygcheck command: > lisandroreynoso@MacBook-P

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Moviga Technologies
But, wait for some other people to chip in with some more wisdom on this, because perhaps there are smarter ways to do it, than to install each package individually (which seems a lot of work) :) Den 16. nov. 2016 22:50, skrev Lisandro Reynoso: > Do you mean these?: > Compilation gcc g++ aut

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Moviga Technologies
Well, those and all the others. They are all required to build the complete Gambas package... without cairo >= 1.6.0 cairo-ft >= 1.6.0 you will not be able to compile the gb.cairo package and so on. Den 16. nov. 2016 22:50, skrev Lisandro Reynoso: > Do you mean these?: > Compilation gcc g++ a

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Lisandro Reynoso
Do you mean these?: Compilation gcc g++ automake autoconf libtool >= 2.0 How can I install all these? > On Nov 16, 2016, at 5:35 PM, Moviga Technologies wrote: > > Arrest me if I am wrong, but perhaps you need to install gcc and > similar[1] build tools? > > 1:http://gambaswiki.org/wiki/i

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Lisandro Reynoso
Do you mean these?: Compilation gcc g++ automake autoconf libtool >= 2.0 How can I install all these? > On Nov 16, 2016, at 5:35 PM, Moviga Technologies > wrote: > > Arrest me if I am wrong, but perhaps you need to install gcc and > similar[1] build tools? > > 1:

Re: [Gambas-user] installing Gambas on Cygwin

2016-11-16 Thread Moviga Technologies
Arrest me if I am wrong, but perhaps you need to install gcc and similar[1] build tools? 1:http://gambaswiki.org/wiki/install#t2 Den 16. nov. 2016 21:40, skrev Lisandro Reynoso: > Hello. > > I’m trying to install Gambas 3.9.1 on Windows through Cygwin, I followed all > the steps as described i