elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Curso de javascript por TickTack


  Mostrar Mensajes
Páginas: 1 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 212
351  Foros Generales / Foro Libre / Re: hoy desimstale el visual studio 2010 sentia que no era muy libre y encinma pesa en: 9 Noviembre 2012, 23:56 pm
C::B para C++ Notepadd++ para todo lo demás...
"Adobe Dreamweaver CS6  para practicar html  y php" muy mal eh!, muy mal...
352  Foros Generales / Foro Libre / Re: Tengo 2 monitores ahora si soy un Jaquer!! en: 9 Noviembre 2012, 00:37 am
usas lentes de alejamiento? por que para ver eso necesitas estar lejos xDDD

lo proximo que sera 2 cines? xDD
353  Programación / Programación C/C++ / Re: [QT][C++]Problemas al compilar los drives mysql en: 7 Noviembre 2012, 21:14 pm
Subo por modificación de contenido
354  Foros Generales / Noticias / Re: Un joven holandés se suicida tras sufrir acoso por internet en: 7 Noviembre 2012, 15:57 pm
otro que lastima...
355  Foros Generales / Foro Libre / Re: Tengo 2 monitores ahora si soy un Jaquer!! en: 7 Noviembre 2012, 10:28 am
ya vesss yo en 2 días me he visto death note en anime mientras jugaba programaba leía o cualquier otra cosa que haya echo xD
356  Foros Generales / Foro Libre / Re: Tengo 2 monitores ahora si soy un Jaquer!! en: 6 Noviembre 2012, 19:27 pm
Para que tener 1 si puedes tener 2? xD
357  Foros Generales / Foro Libre / Re: Tengo 2 monitores ahora si soy un Jaquer!! en: 5 Noviembre 2012, 20:22 pm
Zas en toda la boca
358  Programación / Programación C/C++ / [QT][C++]Problemas al compilar los drives mysql (SOLUCIONADO) en: 5 Noviembre 2012, 20:15 pm
Hola hice los pasos de la siguiente guía recién formateado el pc pero no me funciona.
http://www.cadcoder.com/index.php?id=51
Código
  1. Setting up environment for Qt usage...
  2.  
  3. C:\Windows\system32>set mysql=C:\\Program Files\\MySQL\\MySQL Server 5.5
  4.  
  5. C:\Windows\system32>cd C:\QtSDK\QtSources\4.8.1\src\plugins\sqldrivers\mysql
  6.  
  7. C:\QtSDK\QtSources\4.8.1\src\plugins\sqldrivers\mysql>qmake "INCLUDEPATH+=%mysql
  8. %\\include" "LIBS+=%mysql%\\lib\\libmysql.lib" -o Makefile mysql.pro
  9.  
  10. C:\QtSDK\QtSources\4.8.1\src\plugins\sqldrivers\mysql>mingw32-make
  11. mingw32-make -f Makefile.Debug
  12. mingw32-make[1]: Entering directory `C:/QtSDK/QtSources/4.8.1/src/plugins/sqldri
  13. vers/mysql'
  14. g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -
  15. DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_DLL -DQT_PLUGIN -DQT_SQL_LIB -
  16. DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_H
  17. AVE_SSE2 -DQT_THREAD_SUPPORT -I"c:\QtSDK\Desktop\Qt\4.8.1\mingw\include\QtCore"
  18. -I"c:\QtSDK\Desktop\Qt\4.8.1\mingw\include\QtSql" -I"c:\QtSDK\Desktop\Qt\4.8.1\m
  19. ingw\include" -I"c:\Program" -I"Files\MySQL\MySQL" -I"Server" -I"5.5\include" -I
  20. "c:\QtSDK\Desktop\Qt\4.8.1\mingw\include\ActiveQt" -I"debug" -I"c:\QtSDK\Desktop
  21. \Qt\4.8.1\mingw\mkspecs\default" -o debug\main.o main.cpp
  22. In file included from main.cpp:44:
  23. ../../../sql/drivers/mysql/qsql_mysql.h:52:19: error: mysql.h: No such file or d
  24. irectory
  25. In file included from main.cpp:44:
  26. ../../../sql/drivers/mysql/qsql_mysql.h:108: error: expected ')' before '*' toke
  27. n
  28. mingw32-make[1]: *** [debug/main.o] Error 1
  29. mingw32-make[1]: Leaving directory `C:/QtSDK/QtSources/4.8.1/src/plugins/sqldriv
  30. ers/mysql'
  31. mingw32-make: *** [debug] Error 2
  32.  
  33. C:\QtSDK\QtSources\4.8.1\src\plugins\sqldrivers\mysql>qmake "INCLUDEPATH+=%mysql
  34. %\\include" "LIBS+=%mysql%\\lib\\libmysql.lib" -o Makefile mysql.pro "CONFIG+=re
  35. lease"
  36.  
  37. C:\QtSDK\QtSources\4.8.1\src\plugins\sqldrivers\mysql>mingw32-make
  38. mingw32-make -f Makefile.Release
  39. mingw32-make[1]: Entering directory `C:/QtSDK/QtSources/4.8.1/src/plugins/sqldri
  40. vers/mysql'
  41. g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT
  42. -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN
  43. -DQT_SQL_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAV
  44. E_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"c:\QtSDK\Desktop\Qt\4.8.1\mingw\i
  45. nclude\QtCore" -I"c:\QtSDK\Desktop\Qt\4.8.1\mingw\include\QtSql" -I"c:\QtSDK\Des
  46. ktop\Qt\4.8.1\mingw\include" -I"c:\Program" -I"Files\MySQL\MySQL" -I"Server" -I"
  47. 5.5\include" -I"c:\QtSDK\Desktop\Qt\4.8.1\mingw\include\ActiveQt" -I"release" -I
  48. "c:\QtSDK\Desktop\Qt\4.8.1\mingw\mkspecs\default" -o release\main.o main.cpp
  49. In file included from main.cpp:44:
  50. ../../../sql/drivers/mysql/qsql_mysql.h:52:19: error: mysql.h: No such file or d
  51. irectory
  52. In file included from main.cpp:44:
  53. ../../../sql/drivers/mysql/qsql_mysql.h:108: error: expected ')' before '*' toke
  54. n
  55. mingw32-make[1]: *** [release/main.o] Error 1
  56. mingw32-make[1]: Leaving directory `C:/QtSDK/QtSources/4.8.1/src/plugins/sqldriv
  57. ers/mysql'
  58. mingw32-make: *** [release] Error 2
  59.  
  60. C:\QtSDK\QtSources\4.8.1\src\plugins\sqldrivers\mysql>
359  Foros Generales / Foro Libre / Re: Lo aprendido queda para siempre? en: 4 Noviembre 2012, 22:06 pm
lo que uses día a día se guarda en una parte de memoria de acceso rápido la otra se va añadiendo en una pila que se va haciendo grande y más grande y conforme se hace más grande se va haciendo más difícil de recordar además es dinámica
360  Foros Generales / Noticias / Re: La web del nuevo Megaupload será Me.ga, un dominio de Gabón para evitar ... en: 3 Noviembre 2012, 11:25 am
follow me!
Páginas: 1 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 212
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines