Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Simple managed C project not working

Could it be the version of make that you're using? I don't know if Inprise make accepts the same makefiles as GNU make - if not that would explain the syntax errors. Can you put GNU Make on your path and try again?


Cheers,
Richard

          
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Béres Gábor
> Sent: Friday 27 April 2007 09:17
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Simple managed C project not working
> 
> All of them are the latest release, except windows, which is xp :)
> 
> 
> 2007/4/27, Sennikovsky, Mikhail <mikhail.sennikovsky@xxxxxxxxx>:
> > Could you provide more details about your environment?
> >
> > 1. OS and platform you are running on
> > 2. Eclipse version you are using
> > 3. CDT version you are using
> >
> > Thanks,
> > Mikhail
> >
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> > On Behalf Of Gabox
> > Sent: Friday, April 27, 2007 11:59 AM
> > To: cdt-dev@xxxxxxxxxxx
> > Subject: [cdt-dev] Simple managed C project not working
> >
> >
> > Hi!
> >
> > I'm just started playing with CDT. I made a managed C Project, and
> > simple
> > HelloWord.c file.
> > When i build the project i gave this:
> >
> > **** Build of configuration Debug for project FirstTry ****
> >
> > make all
> > MAKE Version 5.2  Copyright (c) 1987, 1998 Inprise Corp.
> > Error makefile 6: Command syntax error
> > Error makefile 11: Command syntax error
> > Error makefile 12: Command syntax error
> > Error makefile 13: Command syntax error
> > Error makefile 15: Command syntax error
> > Error makefile 16: Command syntax error
> > Error makefile 17: Command syntax error
> > Error makefile 18: Command syntax error
> > Error makefile 19: Command syntax error
> > Error makefile 21: Command syntax error
> > Error makefile 42: Colon expected
> > Error makefile 44: Command syntax error
> > *** 12 errors during make ***
> > Build complete for project FirstTry
> >
> > Any Idea?
> > --
> > View this message in context:
> > http://www.nabble.com/Simple-managed-C-project-not-working-tf3656225.htm
> > l#a10214778
> > Sent from the Eclipse CDT - Development mailing list archive at
> > Nabble.com.
> >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


The information transmitted is intended only for the person
or entity to which it is addressed and may contain
confidential and/or privileged material. If you are not the
addressee, any disclosure, reproduction, copying,
distribution, or other dissemination or use of this
communication is strictly prohibited. If you have received
this transmission in error please notify the sender
immediately and then delete this email.

Any representations or commitments expressed in this email
are subject to contract.

This message has been scanned for viruses and dangerous
content. However, it is essential that the recipient also
checks this message using commercially available mail
scanning and anti-virus software. IPL Information Processing
Limited accepts no liability for any loss or damage resulting
from any virus or other dangerous content in this message.

IPL Information Processing Limited is registered in England
and Wales under company registration number 1418818.
Registration took place at Cardiff on 10 May 1979. IPL
Information Processing Limited's registered office and
normal place of business is Eveleigh House, Grove Street,
Bath, BA1 5LR, United Kingdom. IPL is also registered for
Value Added Tax (VAT) under registration number GB 601 2931 83.



Back to the top