COVESA / capicxx-someip-tools

Common API C++ SOMEIP tooling
Mozilla Public License 2.0
76 stars 55 forks source link

cannot find the CommonAPI #30

Closed ErwinDraconis closed 1 year ago

ErwinDraconis commented 2 years ago

Hello, i have been struggling to compile some/ip 'HelloWorld' example,all steps from 1 to 5 are performed correctly.during the build (step 6) i get this error :

image

i understand that cmake cannot find the CommonAPI runtime, even though its compiled correctly :

image

and also installed correctly (make install) :

image

image

any suggestions !

memoryleake commented 2 years ago

have a try this ? export LD_LIBRARY_PATH=":/usr/local/lib" or sudo ldconfig /etc/ld.so.conf

vamsiKaredla commented 1 year ago

Hi Can you show your CMakeLists.txt file?