Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Support for Interpreted Languages?

<< < (6/12) > >>

keenblade:
If I choose build target as release, it compiles. Because sdk.h is not used. Build log says;
InterpretedLangs.cpp:1: warning: ...sdk.h.gch: not used because `cbDEBUG' not defined.

If I choose build target as default, it gives "not found sdk.h" error.

Now that I build the plugin, It's enough now for me. So far it did not crash.

MortenMacFly:

--- Quote from: keenblade on November 19, 2006, 03:39:57 am ---...sdk.h.gch: not used because `cbDEBUG' not defined.

--- End quote ---
Yes, that's easy to resolve:
Remove the _GNU_SomeWhat_ define, add cbDEBUG and TIXML_HAVE_STL and this issue is gone. It works with PCH then.
With regards, Morten.

MortenMacFly:
...here comes my very little "update": Fixing the compiling warnings + PCH issues, optimising the project file and fixing the bug with .size()-1.
Please verify that you setup the variables WX_SUFFIX and WX_CFG so that they match your configuration. Note that only the debug release (which is the default one) will use PCH.
With regards, Morten.

[attachment deleted by admin]

dmoore:

--- Quote from: MortenMacFly on November 19, 2006, 10:48:13 am ---...here comes my very little "update": Fixing the compiling warnings + PCH issues, optimising the project file and fixing the bug with .size()-1.
Please verify that you setup the variables WX_SUFFIX and WX_CFG so that they match your configuration. Note that only the debug release (which is the default one) will use PCH.
With regards, Morten.

--- End quote ---

thanks Morten!

keenblade:
As stated before

"Once you choose "Run..." from the interpreters menu an OpenFile dialog appears."

I think if a file is already open within ide, then this file must be processed without asking. Or this type of behaviour can be specified from the settings page.

BTW, Could InterpretedLangs plugin can be the part of svn repository?

Thanks for fixing, Morten.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version