On Monday 12 January 2009, Emanuel Rumpf wrote: > Just woke up - obviously to tell you:
You do that too, huh? > recreate the moc: > cd gui/general > moc-qt4 ActionFileParser.h > back to bed now.... That's strange. I would have expected the .moc files to be regenerated when I compiled after a distclean. Did that not happen? It never occurred to me to just run moc manually. I don't think I've ever had to do that before. Uh, anyway, no the resource thing obviously isn't working, because I get the kind of window we were probably all expecting. There's a partial zoom slider, a little glob of mangled something in the top left corner, and that's about it. Nothing even tries to do anything. I deleted the data/ directory and restored it from SVN, then ran ./mk-data in there before starting this most recent round of tests. I have a data.o and it looks like it was getting linked in, but it obviously is no kind of working. ResourceFinder goes through several locations before, ie.: ActionFileParser::load: Failed to find RC file "rosegardenui.rc" ActionFileClient::createGUI: ERROR: Failed to load action file It seems extremely likely that all of this is related to this strange output at build time: [ 99%] Built target RosegardenExtended /tmp/ccpztLTh.s: Assembler messages: /tmp/ccpztLTh.s:126: Warning: .stabs: description field '20c65' too big, try a different debug format [about 100 similar lines] Linking CXX static library ../lib/libRosegarden_rc_data.a [ 99%] Built target Rosegarden_rc_data Linking CXX executable rosegarden Hmmm... I'm not getting data.o on the far side of this anymore. And build still completes to 100% without it. Anyway, fun stuff in data.cpp. I recognize those days. In the beginning, you only had 16K and the best way to make use of it was to write everything in assembler, but normal people didn't have access to an assembler, so you had to write programs in BASIC and POKE the machine language data directly into RAM. Fun stuff. Those assembler errors just have to be related to data.cpp. I'm having trouble getting them to come back though. I'm getting to 100% without touching the data directory at all, and nothing showing up in an strace. I'm trying another distclean, stracing through the make to see if I can get some kind of clue what's going on here. It's taking forever though, so I'm going to wait until morning to see the result. -- D. Michael McIntyre ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
