Author Topic: Solution for: Latest changes in HEAD break C::B build  (Read 17000 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Solution for: Latest changes in HEAD break C::B build
« Reply #15 on: July 14, 2005, 12:40:52 pm »
Quote from: mispunt
Yiannis, did you moved the *.a files to $(WX_DIR)/lib/gcc_dll$(WX_CFG)/msw? because by default they are in $(WX_DIR)/lib/gcc_dll$(WX_CFG)..
When linking the sdk the linker says it can't find -lwxmsw26_stc and the only dir in the linker directories is: $(WX_DIR)/lib/gcc_dll$(WX_CFG)/msw
(hope you understand :P)

No, I didn't move the files. Have I made such a mistake? I 'll check it in a while.
On the WX_CFG issue: you did set it to be empty, didn't you?

Yiannis.
Be patient!
This bug will be fixed soon...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Solution for: Latest changes in HEAD break C::B build
« Reply #16 on: July 14, 2005, 12:46:13 pm »
That wasn't possible, when you set a var empty, it is gone...
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Solution for: Latest changes in HEAD break C::B build
« Reply #17 on: July 14, 2005, 01:47:55 pm »
Quote from: mispunt
That wasn't possible, when you set a var empty, it is gone...

You 're right. That's why it was not working...

Yiannis.
Be patient!
This bug will be fixed soon...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Solution for: Latest changes in HEAD break C::B build
« Reply #18 on: July 14, 2005, 02:41:20 pm »
It is working now, thanks
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring