make plugins looking for .so file

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
Hello anyoen can help me when setting up my emulator and used ./configure , make sql then make plugins

Make plugins gives me error, heres the error im getting.

make  [1]: Entering Directory '/home/hercules/Trunk/src/plugins'
make [1]: *** No rule to make target '../../plugins/sample.so', needed by 'sample'.  Stop.
make [1]: Leaving directory '/home/hercules/Trunk/src/plugins'
make: *** [plugins] Error 2


Anyone??

 
Hello anyoen can help me when setting up my emulator and used ./configure , make sql then make plugins

Make plugins gives me error, heres the error im getting.

make  [1]: Entering Directory '/home/hercules/Trunk/src/plugins'
make [1]: *** No rule to make target '../../plugins/sample.so', needed by 'sample'.  Stop.
make [1]: Leaving directory '/home/hercules/Trunk/src/plugins'
make: *** [plugins] Error 2


Anyone??
I think sample.so is missing in trunk/plugins .. also try running make clean first before make sql plugins

 
Simple answer here is make sure you have a empty plugins folder inside your trunk folder. "trunk/plugins" 

 
Back
Top