News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 10 October 2009 build (5859) is out.

Started by killerbot, October 10, 2009, 05:13:49 PM

Previous topic - Next topic

koso

On http://apt.wxwidgets.org/ are binary packages for more distributions .. which of them are you using?

And I have no problem with self compiled version on 9.10 KK using wx libraries from ubuntu repositories.

PaowZ

Hello there!

I've seen somebody encountering an issue while compiling custom makefiles. The fact is that I have the same issue. Of course, I checked the "This is a custom makefile" box.
And I get this:

Quote-------------- Build: Debug-imx in AL22 ---------------

Using makefile: AL22.mk
make: *** No rule to make target `Debug-imx'.  Stop.
Process terminated with status 2 (0 minutes, 0 seconds)
0 errors, 0 warnings

..where AL22.mk is my custom makefile..

Any clue ?? thanks a lot.

stahta01

Quote from: PaowZ on October 28, 2009, 06:44:33 PM
Hello there!

I've seen somebody encountering an issue while compiling custom makefiles. The fact is that I have the same issue. Of course, I checked the "This is a custom makefile" box.
And I get this:

Quote-------------- Build: Debug-imx in AL22 ---------------

Using makefile: AL22.mk
make: *** No rule to make target `Debug-imx'.  Stop.
Process terminated with status 2 (0 minutes, 0 seconds)
0 errors, 0 warnings

..where AL22.mk is my custom makefile..

Any clue ?? thanks a lot.

Do you have a makefile target called "Debug-imx"?

Note: Unless you think this is a new problem with this nightly build I suggest opening a new thread on how to use custom makefile.

Tim S.


C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

PaowZ

#78
Well,

QuoteDo you have a makefile target called "Debug-imx"?
Nop, and that was not an issue in v8.02.

I have this line supplied to make.exe
Quote$make -f $makefile all ARCH=arm-gcc FLAVOR=debug

so, my target would be 'all' but the build target name has always been "Debug-imx"...  :shock:

By the way, I tried to name it 'all' but I get the same error.

stahta01

Quote from: PaowZ on October 28, 2009, 07:07:27 PM
Well,

QuoteDo you have a makefile target called "Debug-imx"?
Nop, and that was not an issue in v8.02.

I have this line supplied to make.exe
Quote$make -f $makefile all ARCH=arm-gcc FLAVOR=debug

so, my target would be 'all' but the build target name has always been "Debug-imx"...  :shock:

By the way, I tried to name it 'all' but I get the same error.

Rename the Code::Blocks target to all and start a new thread THIS does not belong in the nightly thread.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

phenx

Quote from: koso on October 28, 2009, 12:09:10 PM
On http://apt.wxwidgets.org/ are binary packages for more distributions .. which of them are you using?

And I have no problem with self compiled version on 9.10 KK using wx libraries from ubuntu repositories.

OK , It's good ,i change the source to apt.wxwidgets.org (from 9.04 up to 9.10 ,the source.list forbid this source)
I install wxwidgets 2.8.10-1,the error occurs in 2.8.10-0
Thanks. :D

PaowZ

QuoteRename the Code::Blocks target to all
Don't need to. I'm not new to custom makefiles. I've been using C::B 8.02 this way for several months and it wasn't a problem. I must have messed up my environment.
That is said, maybe things have changed concerning custom makesfiles handling in last builds. I'll check this out. Thanks.

Jenna

#82
Quote from: PaowZ on October 28, 2009, 07:34:29 PM
QuoteRename the Code::Blocks target to all
Don't need to. I'm not new to custom makefiles. I've been using C::B 8.02 this way for several months and it wasn't a problem. I must have messed up my environment.
That is said, maybe things have changed concerning custom makesfiles handling in last builds. I'll check this out. Thanks.

They have changed since 8.02 release.

Please check your projects and targets Build options, in your case the Make command tab.

Halan

Quote from: pasgui on October 12, 2009, 01:08:14 AM
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Yeah those packages didn't change anything. I already rebuild the packages from jens on my PPA. I guess this must be related to Ubuntu. Has anybody here Ubuntu 9.10 on his machine and the same problem?

manowar

Yes I have the same issues

codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2MBPKw, version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0 with link time reference

I compiled codeblocks myself and everything is fine.

zak

Quote from: manowar on October 31, 2009, 10:25:52 AM
Yes I have the same issues

codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2MBPKw, version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0 with link time reference

I compiled codeblocks myself and everything is fine.

I hade the same problem.

I solved it following the instruction in this link:

http://www.futuredesktop.org/codeblocks_on_ubuntu_9.04.html

Now it works very well, as usual.

(Maybe in the upgrading process to 9.10 I deleted some packages..)

Best Regards

pasgui

codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2MBPKw, version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0 with link time reference

Packages from lgp203 are compiled with the wxWidgets repository (Hardy Heron).

It seems that for Ubuntu Karmic 9.10, the wxWidgets libraries are provided but no more compatible with C::B compiled with the library from wxWidgets (Hardy Heron for me).

If you agree, next week, I will provided packages compiled on Hardy Heron to used from Hardy to Jaunty and one for Karmic compiled with the wxWidgets library from the Ubuntu repository (2.8.10).

Before, problem could be solve by using the wxWidgets libraries provided by wxWidgets and using Jaunty even if for Karmic: deb http://apt.wxwidgets.org/ jaunty-wx main

Is the same problem is present with amd64 architecture ?

Best regards, pasgui

zak

Quote from: pasgui on October 31, 2009, 05:42:25 PM
codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2MBPKw, version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0 with link time reference

Packages from lgp203 are compiled with the wxWidgets repository (Hardy Heron).

It seems that for Ubuntu Karmic 9.10, the wxWidgets libraries are provided but no more compatible with C::B compiled with the library from wxWidgets (Hardy Heron for me).

If you agree, next week, I will provided packages compiled on Hardy Heron to used from Hardy to Jaunty and one for Karmic compiled with the wxWidgets library from the Ubuntu repository (2.8.10).

Before, problem could be solve by using the wxWidgets libraries provided by wxWidgets and using Jaunty even if for Karmic: deb http://apt.wxwidgets.org/ jaunty-wx main

Is the same problem is present with amd64 architecture ?

Best regards, pasgui


I will try on my amd64 laptop this night... tomorrow I will tell you.

Best regards


pwhaakej

Quote from: zak on October 31, 2009, 02:44:02 PM
Quote from: manowar on October 31, 2009, 10:25:52 AM
Yes I have the same issues

codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2MBPKw, version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0 with link time reference

I compiled codeblocks myself and everything is fine.

I hade the same problem.

I solved it following the instruction in this link:

http://www.futuredesktop.org/codeblocks_on_ubuntu_9.04.html

Now it works very well, as usual.

(Maybe in the upgrading process to 9.10 I deleted some packages..)

Best Regards

I tried using this fix and was getting the same error. Does anyone else have any tips, this is rather irritating.

vertacomi

Hi all, thanks to developers to theirs good works for improving Code::Blocks everyday !

I would like to signal a new crash that I have since this nightly, it's only happen when I scroll quickly a .nsi file (Script for Nullsoft Installation System), I got an "Assertion failure" message :

Assertion [pos >= startSeg] failed at C:\CodeBlocks\src\sdk\wxscintilla\src\DocumentAccessor.cxx 113

And after that Code::Blocks crash.

I run Code::Blocks on Windows XP SP3