R: R: R: R: Plugin development under windows

2017-03-30 Thread Davide Piombo
ale- > Da: Pedro Alves [mailto:pe...@palves.net] > Inviato: mercoledì 29 marzo 2017 12:38 > A: Davide Piombo; 'Trevor Saunders' > Cc: 'Joseph Myers'; David Malcolm; 'gcc@gcc.gnu.org' > Oggetto: Re: R: R: R: Plugin development under windows > > On 0

Re: R: R: R: Plugin development under windows

2017-03-29 Thread Pedro Alves
On 03/29/2017 08:30 AM, Davide Piombo wrote: > Hi Trevor, thanks for your hint. > > Yesterday I made some other tests. I tried to use CygWin instead of > MinGW and the POSIX missing references are now solved. Now the error > have moved from the compiler to the linker and the build stops > because

R: R: R: Plugin development under windows

2017-03-29 Thread Davide Piombo
09 > A: Davide Piombo > Cc: 'Joseph Myers'; David Malcolm; 'gcc@gcc.gnu.org' > Oggetto: Re: R: R: Plugin development under windows > > On Tue, Mar 28, 2017 at 07:51:47AM +, Davide Piombo wrote: > > Hi Joseph, > > OK, thanks, now it clear to me

Re: R: R: Plugin development under windows

2017-03-28 Thread Trevor Saunders
I suspect your mingw enviroment is not setup correctly. Trev > > Thanks in advance > Davide > > > > -Messaggio originale- > > Da: Joseph Myers [mailto:jos...@codesourcery.com] > > Inviato: lunedì 27 marzo 2017 18:56 > > A: Davide Piombo > &

R: R: Plugin development under windows

2017-03-28 Thread Davide Piombo
some other changes. What do you think about that? Thanks in advance Davide > -Messaggio originale- > Da: Joseph Myers [mailto:jos...@codesourcery.com] > Inviato: lunedì 27 marzo 2017 18:56 > A: Davide Piombo > Cc: David Malcolm; 'gcc@gcc.gnu.org' > Oggetto

Re: R: Plugin development under windows

2017-03-27 Thread Joseph Myers
On Mon, 27 Mar 2017, Davide Piombo wrote: > Sorry but it is not clear to me if the point is that the plugin > development must include some windows-related code that I'm actually > missing or if the problem is on the GCC side, that is inside GCC the > code section that loads the dll, or part of

R: Plugin development under windows

2017-03-27 Thread Davide Piombo
t, is missing and it is still to be implemented. Thanks in advance Davide > -Messaggio originale- > Da: Joseph Myers [mailto:jos...@codesourcery.com] > Inviato: lunedì 27 marzo 2017 17:57 > A: David Malcolm > Cc: Davide Piombo; 'gcc@gcc.gnu.org' > Oggetto: Re:

R: Plugin development under windows

2017-03-27 Thread Davide Piombo
Hi Dave, thanks a lot for your ready answer. > > The final platform target of the plugin is (unfortunately ;-)) > Windows > > and = I tried to rebuild the plugin using MinGW compiler (both with > > the Linux ver= sion as well by using MSYS2 and win-builds MinGW > > compilers for windows) but= th

Re: Plugin development under windows

2017-03-27 Thread Joseph Myers
On Mon, 27 Mar 2017, David Malcolm wrote: > > Substantially I'm writing just to ask: > > Can GCC plugins run on a windows build of GCC compiler (MinGW) ? > > I suspect the answer is "you're the first person to try this in a > while; some things may need fixing" - but that's a guess :) If it's Wi

Re: Plugin development under windows

2017-03-27 Thread David Malcolm
On Mon, 2017-03-27 at 11:18 +, Davide Piombo wrote: > Hello, > I'm interested in developing a plugin to parse some custom annotation > in C+= > + code. > I already developed a preliminary version of this plugin under linux > and it= works fine. Excellent. > The final platform target of the p

Plugin development under windows

2017-03-27 Thread Davide Piombo
Hello, I'm interested in developing a plugin to parse some custom annotation in C+= + code. I already developed a preliminary version of this plugin under linux and it= works fine. The final platform target of the plugin is (unfortunately ;-)) Windows and = I tried to rebuild the plugin using Mi