Code::Blocks Forums

User forums => Help => Topic started by: VicToMeyeZR on April 12, 2010, 05:32:03 am

Title: Couldn't parse the newly created
Post by: VicToMeyeZR on April 12, 2010, 05:32:03 am
This is a brand new install on Win 7 x86


I created a blank project, and got the linker settings all setup, and ready.

When I try to go to use WxSmith plugin, I get this error


"Couldn't parse the newly created Wxs file
WxSmith support is disabled"


Any thoughts?
Title: Re: Couldn't parse the newly created
Post by: Jenna on April 12, 2010, 07:07:20 am
Which version of C::B and wxWidgets do you use ?
Title: Re: Couldn't parse the newly created
Post by: VicToMeyeZR on April 13, 2010, 02:48:33 am
WxWidgets 2.8.10

and I just download the latest binary build from the site...

8.0.2 C:B
Title: Re: Couldn't parse the newly created
Post by: VicToMeyeZR on April 13, 2010, 04:52:11 pm
anyone?
Title: Re: Couldn't parse the newly created
Post by: rcoll on April 13, 2010, 05:02:21 pm
WxWidgets 2.8.10

and I just download the latest binary build from the site...

8.0.2 C:B

Try downloading a nightly build of C::B and try it again.  If it still fails, capture the C::B startup log and post it here.  (The startup log is on a tab next to "Build Messages" and "Build Log" and is called "Code::Blocks").

Ringo
Title: Re: Couldn't parse the newly created
Post by: stahta01 on April 13, 2010, 10:07:28 pm
This is a brand new install on Win 7 x86

Any thoughts?

What compiler and its version?

The MinGW GCC shipped with 8.02 is NOT Windows 7 compatible!

Tim S.
Title: Re: Couldn't parse the newly created
Post by: VicToMeyeZR on April 14, 2010, 05:15:55 pm
hmm..  Ok this is weird.

I just did it again, the exact same way I had been for the last 10 times, and now it works.

I am using the MSVC 2008...

Here is the log anyways, because who knows it it will work again.  ;)

Quote
Scanning for lexers in C:\Users\VicToM\AppData\Roaming\codeblocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in C:\Tools\CodeBlocks/share/codeblocks/lexers/...
Found 4 lexers
Loading lexer_cpp
Loading lexer_rc
Loading lexer_squirrel
Loading lexer_xml
Scanning for plugins in C:\Users\VicToM\AppData\Roaming\codeblocks/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in C:\Tools\CodeBlocks/share/codeblocks/plugins
Loaded 14 plugins
Loading:
AStylePlugin
Autosave
ClassWizard
CodeCompletion
Compiler
Debugger
FilesExtensionHandler
OpenFilesList
ProjectsImporter
ScriptedWizard
ToDoList
wxSmith
wxSmithMime
wxSmithContribItems
WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
Title: Re: Couldn't parse the newly created
Post by: VicToMeyeZR on April 14, 2010, 05:26:08 pm
Well, I still get that error box, but it is letting me add wxSmith gui items with the RAD tool without locking up now.

All appears good.  Not sure what the deal was before.