Author Topic: Couldn't parse the newly created  (Read 7541 times)

Offline VicToMeyeZR

  • Single posting newcomer
  • *
  • Posts: 6
Couldn't parse the newly created
« 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Couldn't parse the newly created
« Reply #1 on: April 12, 2010, 07:07:20 am »
Which version of C::B and wxWidgets do you use ?

Offline VicToMeyeZR

  • Single posting newcomer
  • *
  • Posts: 6
Re: Couldn't parse the newly created
« Reply #2 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

Offline VicToMeyeZR

  • Single posting newcomer
  • *
  • Posts: 6
Re: Couldn't parse the newly created
« Reply #3 on: April 13, 2010, 04:52:11 pm »
anyone?

Offline rcoll

  • Almost regular
  • **
  • Posts: 150
Re: Couldn't parse the newly created
« Reply #4 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Couldn't parse the newly created
« Reply #5 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline VicToMeyeZR

  • Single posting newcomer
  • *
  • Posts: 6
Re: Couldn't parse the newly created
« Reply #6 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'

Offline VicToMeyeZR

  • Single posting newcomer
  • *
  • Posts: 6
Re: Couldn't parse the newly created
« Reply #7 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.