Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] A command and a question about Synchronized Projects in Indigo

On 05/18/2011 02:57 PM, Greg Watson wrote:
> Hi Corey,
> 
> On May 18, 2011, at 2:50 PM, Corey Ashford wrote:
> 
>>
>>
>> I tried an example "ANSI C Hello World" project, and indexing appears to
>> be working fine, and it can invoke make remotely, but I think the
>> project is missing its Debug and Release config directories and so the
>> Makefiles are missing; I say this because I see this error message in
>> the console:
>>
>> /bin/sh: line 0: cd: /home/corey/workspace_RC1_c/hw2/Debug: No such file
>> or directory
>> make: *** No rule to make target `all'.  Stop.
> 
> I don't think managed projects are supported currently. It has something to do with the way managed project store build settings. Please just try an ordinary Makefile project and supply your own makefile.
> 
> I sure hope we get managed project support into Indigo (hint hint).
>

I have been working with two different, existing open source projects,
and so far it's been working fine.  The only real problems using the
latest PTP code so far have been due to pilot error.

I can see that handling errors on the remote git tree needs some help,
though.  If the tree is not in the right state when the Eclipse connects
to the remote host, I get some obtuse error messages.

It should be possible to set up a simple scenario to demo this issue,
and I'll file a bugzilla if I can.

- Corey


Back to the top