User forums > Using Code::Blocks

wxsmith plugin, where is it?

<< < (5/11) > >>

jjenson:
if I run configure without sudo I get:

./configure: line 2442: config.log: Permission denied
./configure: line 2452: config.log: Permission denied


stahta01:

--- Quote from: jjenson on February 11, 2019, 11:50:03 pm ---if I run configure without sudo I get:

./configure: line 2442: config.log: Permission denied
./configure: line 2452: config.log: Permission denied

--- End quote ---

That is because you ran it as root in the past; you should run make uninstall as root to try to undo some of the damage.
Then, delete the folder and start over.

Edit: If using SVN you can just delete all the files except for the svn folder and then as a normal user run svn update to restore the files.

Tim S.

jjenson:

--- Quote from: stahta01 on February 11, 2019, 11:53:13 pm ---
--- Quote from: jjenson on February 11, 2019, 11:50:03 pm ---if I run configure without sudo I get:

./configure: line 2442: config.log: Permission denied
./configure: line 2452: config.log: Permission denied

--- End quote ---

That is because you ran it as root in the past; you should run make uninstall as root to try to undo some of the damage.
Then, delete the folder and start over.

Edit: If using SVN you can just delete all the files except for the svn folder and then as a normal user run svn update to restore the files.

Tim S.

--- End quote ---

Okay, I did sudo make uninstall, deleted the folder and started again. Seems to be running so far.

I was able to do the config without sudo and I am in the middle of compiling.

I have a decades of experience in programming ASM. C and C++, but I have less than a years experience using linux; so bear with me. I just dumped Windows about six months back and have been running Peppermint 9 ever since.

jjenson:
Okay, I was able to completely compile and install with no errors. Apparently, me using sudo had caused much of the problems.

However, when I started codeblocks, I got a message that popped up with the following:

One or more plugins were not loaded

This usually happens when a plugin is built for a different version of code::blocks SDK

Check the application log for more info.

List of failed plugins:

libwsmithcontribitems.so
libwxsmith.so
libwxSmithAui.so

Of course they don't tell you where this application log is stored, so I couldn't get more info.

I tried to start a project using wxsmith and like before I got the same message "wxsmith not loaded, cannot continue."

What do I do now?

ollydbg:
@jjenson
Can you show all the log message or code/command in the code tag?
like below:

--- Code: ---code/command/log message put in code tag

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version