Hi!

I did a lot of compiling this weekend. I ported fink from 10.4- transitional to 10.4 and did an update-all. 10.4 is the non-official tree using gcc4. It was necessary


The only way I was able to get around this is to delete the trolltech install, force fink to use gcc 4 while compiling qt, and then compile aqbanking with gcc4. I am certainly not a Mac developer, but I think there is something in the qt libs that is tripping up the linking with a mismatch between some common function that is annoyingly different on the mac. This will probably get to be less tricky over time, I don't think the intel macs know anything about Carbon, so the problem will fade with older machines.

The case is now that we still get confused during linking:

/sw/bin/uic qbprogress.ui -o qbprogress.ui.h
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO
  Expected in: /sw/lib/libJPEG.dylib

make[5]: *** [qbprogress.ui.h] Trace/BPT trap
/sw/bin/moc -o qbprocesswatcher.moc qbprocesswatcher.h
/sw/bin/uic qbprocesswatcher.ui -o qbprocesswatcher.ui.h
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO
  Expected in: /sw/lib/libJPEG.dylib

make[5]: *** [qbprocesswatcher.ui.h] Trace/BPT trap
/sw/bin/uic qbjobview.ui -o qbjobview.ui.h
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO
  Expected in: /sw/lib/libJPEG.dylib

make[5]: *** [qbjobview.ui.h] Trace/BPT trap
make[4]: *** [built_sources] Error 2
for d in wizard helpbrowser; do \
  make -C $d built_sources; \
done ;
make[5]: Nothing to be done for `built_sources'.
/sw/bin/moc -o qbhelpbrowser.moc qbhelpbrowser.h
/sw/bin/uic qbhelpbrowser.ui -o qbhelpbrowser.ui.h
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO
  Expected in: /sw/lib/libJPEG.dylib

make[5]: *** [qbhelpbrowser.ui.h] Trace/BPT trap
make[4]: *** [built_sources] Error 2
make[4]: Nothing to be done for `built_sources'.
/sw/bin/moc -o kbflagstaff.moc.cpp.tmp kbflagstaff.h && \
echo "#ifdef HAVE_CONFIG_H" >kbflagstaff.moc.cpp && \
echo "# include <config.h>" >>kbflagstaff.moc.cpp && \
echo "#endif" >>kbflagstaff.moc.cpp && \
cat kbflagstaff.moc.cpp.tmp >>kbflagstaff.moc.cpp && \
rm kbflagstaff.moc.cpp.tmp
for d in widgets dialogs views; do \
  make -C $d built_sources; \
done ;
make[4]: Nothing to be done for `built_sources'.
make[4]: Nothing to be done for `built_sources'.
/sw/bin/uic kbjobview.ui -impl kbjobview.ui.h -o kbjobview.ui.cpp.tmp && \
echo "#ifdef HAVE_CONFIG_H" >kbjobview.ui.cpp && \
echo "# include <config.h>" >>kbjobview.ui.cpp && \
echo "#endif" >>kbjobview.ui.cpp && \
cat kbjobview.ui.cpp.tmp >>kbjobview.ui.cpp && \
rm kbjobview.ui.cpp.tmp
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO
  Expected in: /sw/lib/libJPEG.dylib

make[4]: *** [kbjobview.ui.cpp] Error 133
make[3]: *** [built_sources] Error 2
make[2]: *** [built_sources] Error 2
for d in parsers imexporters bankinfo backends; do \
  make -C $d built_sources; \
done ;
^Cmake[2]: *** [built_sources] Interrupt
make[1]: *** [built_sources] Interrupt
make: *** [sl-headers] Interrupt

This is at the very first beginning of the session BUT this Error stops compiling later.


You wouldn't happen to know anything about network daemons, do you? I'm having ssl problems on my Mac because gwenhywfar releases a connection, but the Mac puts it in limbo and subsequent attempts at new connections conflict.


Can you get more detailled?





--

Roman Dilken
EDV - Dienstleistungen
Margrafenstraße 28
D-87600 Kaufbeuren

Tel.: 08341/879655
Fax: 08341/879671
Mail: [EMAIL PROTECTED]
WWW: http://www.web-emails.de



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Aqbanking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to