News:

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

Main Menu

opencv wizard wants lena

Started by killerbot, June 06, 2016, 09:09:06 AM

Previous topic - Next topic

killerbot

anyone came across this :
Making all in opencv
make[5]: Entering directory `/home/ldco/trunk/src/plugins/scriptedwizard/resources/opencv'
make[5]: *** No rule to make target `files/lena.jpg', needed by `all-am'.  Stop.

ollydbg

In rev 10858, I have changed the image due to the https://sourceforge.net/p/codeblocks/tickets/355/
So, I hope someone could fix the auto tool build system. Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

blauzahn


oBFusCATed

Fix is in svn. Next time you can use text replacement in the whole repo.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

gd_on

There is another lena.jpg file in ..\src\plugins\contrib\source_exporter\wxPdfDocument\samples\minimal.
Is it also a problem ?
Strange this sort of copyright, because this file is used so many times, in book, articles, ... etc considered as free (but may be not !).

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

oBFusCATed

This is part of wxPdfDocument which is an external project.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Quote from: blauzahn on June 06, 2016, 10:48:37 PM
see attached patch?
Look at your patch, I see that I forget to change the window names in the source file. I will take some time to commit the change, thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

Quote from: ollydbg on June 08, 2016, 12:49:17 AM
Quote from: blauzahn on June 06, 2016, 10:48:37 PM
see attached patch?
Look at your patch, I see that I forget to change the window names in the source file. I will take some time to commit the change, thanks.
Done in SVN.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on June 09, 2016, 10:24:04 AM
Done in SVN.
Haha... that change is funny. Lets see if the terminator will not sue but simply kill us all now... ;D
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]