User forums > Help

C:\wxWidgets-2.8.10\lib: No such file: Permission denied

<< < (2/2)

kingfinn:
the variable you can see above.
i did in the wizard --> release only. no dll, monolithic

stahta01:
Did you compile wxWidgets?
Or download an an already Compiled version? If yes, from where did you download it? (example wxpack)

I suggest turning on Full Compiler logging Mode.
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S

Biplab:
1) You need to specify full import library name if you add .a extension to library name. So you need to add libwxmsw28.a

2) If you add these include directories, library directories and libraries to Compiler > Search directories, Code::Blocks will use them for all projects irrespective of project settings. So it's better you use them under project settings.

cgarcia109:
yes, you must specify full name

libwxmsw28.a

or not .a

wxmsw28

if you use .a the library name wont be auto completed (lib)wxmws28(.a)

This is about gcc compiler, the compiler option would be -lwxmsw28.a, so gcc understand thats the absolute name and search that file.
I think is better to use full names to avoid mistakes.

kingfinn:
haha it works for me now :lol:

ich you compile rigth and choose the right options in the project dialog then,youhave to change nothing :P

cheers

Navigation

[0] Message Index

[*] Previous page

Go to full version