Advertisement
Guest User

Untitled

a guest
Jun 5th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. dpkg-genchanges: including full source code in upload
  2. dpkg-buildpackage: source only upload: Debian-native package
  3. 04:38:04: The process "/home/zogg/QtSDK/Madde/bin/mad" exited normally.
  4. 04:38:04: Creating package file ...
  5. 04:38:04: Package Creation: Running command '/home/zogg/QtSDK/Madde/bin/mad dpkg-buildpackage -nc -uc -us'.
  6. dpkg-buildpackage: set CFLAGS to default value: -g -O2
  7. dpkg-buildpackage: set CPPFLAGS to default value:
  8. dpkg-buildpackage: set LDFLAGS to default value:
  9. dpkg-buildpackage: set FFLAGS to default value: -g -O2
  10. dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
  11. dpkg-buildpackage: source package imgrup
  12. dpkg-buildpackage: source version 0.0.6.8
  13. dpkg-buildpackage: source changed by ZogG <thezogg@gmail.com>
  14. dpkg-buildpackage: host architecture armel
  15. debian/rules build
  16. dh_testdir
  17. qmake PREFIX=/usr
  18. Usage: qmake [mode] [options] [files]
  19.  
  20. QMake has two modes, one mode for generating project files based on
  21. some heuristics, and the other for generating makefiles. Normally you
  22. shouldn't need to specify a mode, as makefile generation is the default
  23. mode for qmake, but you may use this to test qmake on an existing project
  24.  
  25. Mode:
  26. -project Put qmake into project file generation mode
  27. In this mode qmake interprets files as files to
  28. be built,
  29. defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
  30. Note: The created .pro file probably will
  31. need to be edited. For example add the QT variable to
  32. specify what modules are required.
  33. -makefile Put qmake into makefile generation mode (default)
  34. In this mode qmake interprets files as project files to
  35. be processed, if skipped qmake will try to find a project
  36. file in your current working directory
  37.  
  38. Warnings Options:
  39. -Wnone Turn off all warnings; specific ones may be re-enabled by
  40. later -W options
  41. -Wall Turn on all warnings
  42. -Wparser Turn on parser warnings
  43. -Wlogic Turn on logic warnings (on by default)
  44. -Wdeprecated Turn on deprecation warnings (on by default)
  45.  
  46. Options:
  47. * You can place any variable assignment in options and it will be *
  48. * processed as if it was in [files]. These assignments will be parsed *
  49. * before [files]. *
  50. -o file Write output to file
  51. -d Increase debug level
  52. -t templ Overrides TEMPLATE as templ
  53. -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value
  54. -help This help
  55. -v Version information
  56. -after All variable assignments after this will be
  57. parsed after [files]
  58. -norecursive Don't do a recursive search
  59. -recursive Do a recursive search
  60. -set <prop> <value> Set persistent property
  61. -query <prop> Query persistent property. Show all if <prop> is empty.
  62. -cache file Use file as cache [makefile mode only]
  63. -spec spec Use spec as QMAKESPEC [makefile mode only]
  64. -nocache Don't use a cache file [makefile mode only]
  65. -nodepend Don't generate dependencies [makefile mode only]
  66. -nomoc Don't generate moc targets [makefile mode only]
  67. -nopwd Don't look for files in pwd [project mode only]
  68. make: *** [configure-stamp] Error 1
  69. dpkg-buildpackage: failure: debian/rules build gave error exit status 2
  70. Packaging Error: Command '/home/zogg/QtSDK/Madde/bin/mad dpkg-buildpackage -nc -uc -us' failed.Exit code: 2
  71. Error while building project imgrup (target: Harmattan)
  72. When executing build step 'Create Debian Package'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement