Re: [Vala] A problem in writing some ValaIde plugin..

2010-03-31 Thread Nicolas Joseph
Hello, I have added, in trunk, the support for specific compilation configuration for plugins. Try the attached sample plugin, I don't have problem. 2010/3/29 Arkadi Viner arkash...@gmail.com Hello, I'm trying to write a simple plugin for ValaIde, which is called 'Terminal', which should

Re: [Vala] A problem in writing some ValaIde plugin..

2010-03-30 Thread Nicolas Joseph
2010/3/30 Arkadi Viner arkash...@gmail.com (by the way the compiler doesn't recognize throws PluginError so I removed it for now... ) Which way? Simply copy the terminal directory in the plugins directory and execute: $ ./waf configure $ ./waf # ./waf install -- Nicolas Joseph

Re: [Vala] A problem in writing some ValaIde plugin..

2010-03-30 Thread Ildar Mulyukov
Hi On 30.03.2010 14:15:53, Arkadi Viner wrote: valide: symbol lookup error: /usr/local/lib/valide/plugins/terminal/libterminal.so: undefined symbol: vte_terminal_new sounds like underlinked library. You need to add -lvte to the LD_ADD or corresponding construct. Best regards, -- Ildar