User forums > Nightly builds

The 21 May 2007 build is out.

<< < (5/7) > >>

Biplab:

--- Quote from: Roman on May 22, 2007, 08:56:29 pm ---The "debugging windows" button on debug panel does not work for me. The "Debug/debugging windows" menu entry works.
21 may win32 build

--- End quote ---

Are you using wx-2.8.3 runtime dll? This issue has been fixed with wx 2.8.4 runtime dll.

Roman:
Thx

killerbot:

--- Quote from: byo on May 22, 2007, 06:24:41 pm ---No no no, I hope, you haven't done it. Anyway, it won't fix the libwxsmithlib.zip problem (and other presented here).

The easiest way is to completily remove c::b from system just before make install because there are some rubbish left causing this bug. Since make uninstall won't be usefull here too, it should be done manually.

BYO

--- End quote ---
can you tell us which part we should manually delete ??

otherwise it means getting sources fresh from svn ??

byo:

--- Quote from: killerbot on May 22, 2007, 09:47:25 pm ---
--- Quote from: byo on May 22, 2007, 06:24:41 pm ---No no no, I hope, you haven't done it. Anyway, it won't fix the libwxsmithlib.zip problem (and other presented here).

The easiest way is to completily remove c::b from system just before make install because there are some rubbish left causing this bug. Since make uninstall won't be usefull here too, it should be done manually.

BYO

--- End quote ---
can you tell us which part we should manually delete ??

otherwise it means getting sources fresh from svn ??

--- End quote ---

No, it's not about invalid sources but about files installed on system during make install. Sources are OK.

In some buggy revision, make install installed   /usr/local/share/codeblocks/plugins/libwxsmithlib.la / .so, but it should be put into /usr/local/lib/libwxsmithlib.la / .so.

Now makefiles are correct, so while make install libwxsmithlib.so is put into right location, but the old one (in  plugins directory) may still exists and that one should be removed.

Refetching source tree and rebuilding won't help here because that incorrect file will still be in directory  where plugins are put after instalation.


--- Code: ---rm /usr/local/share/codeblocks/plugins/libwxsmithlib.*
--- End code ---
- that should fix this issue, but just to prevent such bugs for other plugins it could be better to

--- Code: ---rm -rf /usr/local/share/codeblocks
--- End code ---
just before make install so that all shared C::B stuff is deleted with all rubbish that could be accidentially put there.

Hope that this is clear  :)

BYO

killerbot:
thx byo, very clear. Problem solved for me ;-)

that remove all could be very interesting indeed just before make install : @Yiannis : what do you think ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version