User forums > Using Code::Blocks
Incremental Search
rhf:
--- Quote from: Biplab on October 11, 2008, 05:31:06 pm ---Compile IncrementalSearch with the attached project file. I suspect recursive addition of image file is not working here (this was affecting Linux builds, too). :)
--- End quote ---
That did it! Thanks.
Jenna:
--- Quote from: Biplab on October 11, 2008, 05:31:06 pm ---
--- Quote from: rhf on October 11, 2008, 05:08:31 pm ---
--- Quote from: jens on October 11, 2008, 01:00:21 pm ---Are the images inside "IncrementalSearch.zip" (it should be in "share/CodeBlocks").
The images are in the subfolder "images" and "images/16x16" inside the zip-file.
--- End quote ---
No, the images are not there.
--- End quote ---
Compile IncrementalSearch with the attached project file. I suspect recursive addition of image file is not working here (this was affecting Linux builds, too). :)
--- End quote ---
In Linux the problem was, that I only included "images/*.png" (I don't want the conf-dialog images inside the zip-file, because they don't belong there) with "-R"-switch for recursion. That can only find images with path "images/*.png", but not "images/16x16/*.png".
I use "22x22", so I did not stumble over it.
On windows I use only "*.png" and of course the "-R"-switch.
That works for me on w2k and XP without problems and includes the whole "images" folder with all subfolders containing png-images.
But it might be a problem with different behaviour of different zip-versions.
I use "Zip 2.32" from June 19th 2006.
Jenna:
@Biplab:
thanks for the fixes to the autoconf-files.
I hopefully will learn how it works some days, but until now I did not find a good readable and easy to understand documentation.
So it's still more or less trial and error.
Jenna:
--- Quote from: killerbot on October 11, 2008, 05:44:42 pm ---I can test it either, since I have upgraded my wx to 2.8.9 on my 64-bit linux box. And now it builds correctly :-)
--- End quote ---
I tested it without version-guard and the deprecated (older) functions and it also works.
So I think it's secure to commit the version with the "wxCHECK_VERSION".
I will also update the windows cbp-file, because that will not break anything, but the cbp-file that's in svn now, seems not to work reliably.
Sorry for the inconvenience.
Biplab:
--- Quote from: jens on October 11, 2008, 05:58:18 pm ---@Biplab:
thanks for the fixes to the autoconf-files.
I hopefully will learn how it works some days, but until now I did not find a good readable and easy to understand documentation.
So it's still more or less trial and error.
--- End quote ---
Honestly speaking I'm also not good at it. You can try the tutorial at the following link. :)
--- Quote ---http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html
--- End quote ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version