The build log is not helpful with a runtime crash.  Please launch by command line and post the output.  You can also try launching with "kmymone -n" to not load your data file, just in case there is some problem there.
 On 7/18/24 9:13 PM, kode Monk3y via KMyMoney-devel wrote:
Hi all,




The trouble I am having is the application crashes at startup.

FYI I ran a new git clone and compiled then tried to run the
application. Whether through kdevelop or terminal, I get the same
crash.


I have a script I use to build the application:
{

echo " Uninstall "
sudo xargs rm < install_manifest.txt
echo " Clearing the cache"
rm CMakeCache.txt
echo " Runinng cmake "
##cmake .. -DCMAKE_INSTALL_PREFIX=/usr -
DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins -
DCMAKE_BUILD_TYPE=Debugfull -ENABLE_UNFINISHEDFEATURES=on
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -
DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins -
DCMAKE_BUILD_TYPE=Debugfull -DENABLE_SQLSTORAGE=off -
DENABLE_SQLCIPHER=off
echo " running sudo "
sudo make -j8
echo " make install/fast "
sudo  make install
echo " Complete "
} >> rebuild.jv.log

I basically just ran the make statement as specified in the telegram
chat.

I am attaching the output of make > log.txt 2>&1


I look forward to any help any of you can give.

thanks

Jesse V.

Reply via email to