User forums > Help

Procedure entry point problem

<< < (4/5) > >>

jmccay:

--- Quote from: mandrav on January 10, 2006, 10:53:32 am ---
--- Quote ---The Error:
...
--- End quote ---

As mentioned above, you have probably contrib plugins which you haven't rebuilt. Rebuild the "ContribPlugins.workspace"...

--- End quote ---

Ok.  I found it and I will compile it.

jmccay

jmccay:
One question.  When setting up the cb variable what do you use?  I used:

based:
C:\development\projects\codeblock\codeblocks\src {src directory in my sandbox}

include:
C:\development\projects\codeblock\codeblocks\src\sdk

lib:
C:\development\projects\codeblock\codeblocks\src\devel

objs:
C:\development\projects\codeblock\codeblocks\src\.objs

Is this correct?  Also, could the above lib directory be done:
<base>\devel

If not, what about just \devel for the short?

jmccay

Pecan:
If you're talking about Settings->Global variables
I set cb  to:

--- Code: ---C:\.....\trunk\src
--- End code ---

and wx to
--- Code: ---C:\......\wxWidgets262
--- End code ---
leaving the rest blank. They take care of themselves.

If you set those global variables to the correct directories,
all other info needed is in the .cbp files.
Open 'em build 'em, have a beer.
Dont forget to build the contrib.workspace. And dont
forget to delete .dll(s) that are not built by the contrib from
...\trunk\src\devel\share\CodeBlocks\plugins\ and
...\trunk\src\devel\share\CodeBlocks\plugins\ if they exists.
Leaving local DLL(s) in there will cause the same problems as
discussed above.

Then I run update.bat from the ....trunk\src directory

I then run \src\output\codeblocks.exe and it tells me
which wxWidget lib I'm missing.
I then copy the wxwidgets lib to the \src\output and
\src\devel directory

I then run \src\output\codeblocks.exe again, and it tells
me I'm missing the mingw lib. I do the copies for that.

On the next run, off I go.....

pecan

jmccay:
It seems to be compiling fine now.  I didn't remove all the Unicode references, and then I forgot to rebuild.  I think, if you do a rebuild, it cleans up all those dlls.  Some else out there whose more experienced compiling C::B, am I right?

Everything compiled and it seems to run fine.  Yipee!!!!  Thank you everyone.

jmccay

Pecan:
Doing a rebuild does *not* clean out local plugins
from the /devel and /output plugin directories.

I have to do it manually. Else I end up with previous
versioned plugins of cbDragScroll and other non
svn distributed (local/user) plugins.

It occasionally causes much consternation when I'm having
a senior moment.

pecan
 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version