quandry247

Error 1

Nov 23rd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. quandry247@Aspire-M5201:~$ cd '/home/quandry247/Desktop/mandelbulber1.19.orig'
  2. quandry247@Aspire-M5201:~/Desktop/mandelbulber1.19.orig$ sh uninstall
  3. Do you want to uninstall Mandelbulber program now? [y/n]
  4. y
  5. [sudo] password for quandry247:
  6. rm: cannot remove ‘/usr/share/mandelbulber’: No such file or directory
  7. rm: cannot remove ‘/usr/bin/mandelbulber’: No such file or directory
  8. Do you want to uninstall also Mandelbulber user files? [y/n]
  9. n
  10. mandelbulber uninstalled
  11. quandry247@Aspire-M5201:~/Desktop/mandelbulber1.19.orig$ cd makefiles
  12. quandry247@Aspire-M5201:~/Desktop/mandelbulber1.19.orig/makefiles$ ls
  13. makefile objects.mk sources.mk src
  14. quandry247@Aspire-M5201:~/Desktop/mandelbulber1.19.orig/makefiles$ sudo apt-get install libgtk2.0-dev libjpeg8-dev
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. libgtk2.0-dev is already the newest version.
  19. libjpeg8-dev is already the newest version.
  20. 0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.
  21. quandry247@Aspire-M5201:~/Desktop/mandelbulber1.19.orig/makefiles$ sudo apt-get install ocl-icd-opencl-dev ocl-icd-libopencl1
  22. Reading package lists... Done
  23. Building dependency tree
  24. Reading state information... Done
  25. ocl-icd-libopencl1 is already the newest version.
  26. ocl-icd-opencl-dev is already the newest version.
  27. 0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.
  28. quandry247@Aspire-M5201:~/Desktop/mandelbulber1.19.orig/makefiles$ make all
  29. Building file: ../src/callbacks.cpp
  30. Invoking: GCC C++ Compiler
  31. g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/callbacks.d" -MT"src/callbacks.d" -o"src/callbacks.o" "../src/callbacks.cpp"
  32. ../src/callbacks.cpp: In function ‘gboolean motion_notify_event(GtkWidget*, GdkEventMotion*)’:
  33. ../src/callbacks.cpp:63:23: warning: unused variable ‘perspectiveType’ [-Wunused-variable]
  34. enumPerspectiveType perspectiveType = (enumPerspectiveType)gtk_combo_box_get_active(GTK_COMBO_BOX(Interface.comboPerspectiveType));
  35. ^
  36. ../src/callbacks.cpp:64:10: warning: unused variable ‘zoom’ [-Wunused-variable]
  37. double zoom = atofData(gtk_entry_get_text(GTK_ENTRY(Interface.edit_zoom)));
  38. ^
  39. ../src/callbacks.cpp:77:10: warning: unused variable ‘closeUpRatio’ [-Wunused-variable]
  40. double closeUpRatio = atof(gtk_entry_get_text(GTK_ENTRY(Interface.edit_mouse_click_distance)));
  41. ^
  42. ../src/callbacks.cpp:101:10: warning: unused variable ‘boxWidth2’ [-Wunused-variable]
  43. double boxWidth2 = boxWidth * z * persp;
  44. ^
  45. ../src/callbacks.cpp:102:10: warning: unused variable ‘boxHeigth2’ [-Wunused-variable]
  46. double boxHeigth2 = boxHeight * z * persp;
  47. ^
  48. ../src/callbacks.cpp: In function ‘gboolean StopRenderingAndQuit(GtkWidget*, GdkEvent*, gpointer)’:
  49. ../src/callbacks.cpp:557:38: error: ‘ReadInterfaceAppSettings’ was not declared in this scope
  50. ReadInterfaceAppSettings(&appParams);
  51. ^
  52. ../src/callbacks.cpp: In function ‘void UpdatePreviewSettingsDialog(GtkFileChooser*, gpointer)’:
  53. ../src/callbacks.cpp:2244:35: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  54. fgets(string, 13, fileSettings);
  55. ^
  56. make: *** [src/callbacks.o] Error 1
  57. quandry247@Aspire-M5201:~/Desktop/mandelbulber1.19.orig/makefiles$
Advertisement
Add Comment
Please, Sign In to add comment