Re: [xHarbour-developers] Error compiling on Linux

2011-03-09 Thread Vicente Guerra
On Wed, 9 Mar 2011, Luiz Rafael Culik Guimaraes wrote: > i compiled with our problem > just erase harboury.c harboury.c macroy.c macroy.h and then run build process Thank you, Luiz. Andi has renamed them. Atte. Vic --

Re: [xHarbour-developers] Error compiling on Linux

2011-03-09 Thread Luiz Rafael Culik Guimaraes
] Error compiling on Linux Thanks for your answer. On Thu, 10 Mar 2011, Andi Jahja wrote: >> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W >> -DSIMPLEX -c ../../harboury.c harboury.c -oharboury.o harboury.o > The command line is obviously incorrect. > It sho

Re: [xHarbour-developers] Error compiling on Linux

2011-03-09 Thread Andi Jahja
> Had you seen the "second part" of my message? It says > about error messages using harboury.c included on SVN. I think I've found a solution. Will patch in minutes. Andi -- Colocation vs. Managed Hosting A question an

Re: [xHarbour-developers] Error compiling on Linux

2011-03-09 Thread Vicente Guerra
Thanks for your answer. On Thu, 10 Mar 2011, Andi Jahja wrote: >> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W >> -DSIMPLEX -c ../../harboury.c harboury.c -oharboury.o harboury.o > The command line is obviously incorrect. > It should (flags removed): > gcc -o harboury.o ha

Re: [xHarbour-developers] Error compiling on Linux

2011-03-09 Thread Andi Jahja
On Wed, 9 Mar 2011 15:13:38 -0600 (CST) Vicente Guerra wrote: > gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W > -DSIMPLEX -c ../../harboury.c harboury.c -oharboury.o harboury.o The command line is obviously incorrect. It should (flags removed): gcc -o harboury.o harboury