Problems with MAC (string.h: No such file or directory) [solved]
-
wrote on 20 Feb 2013, 14:13 last edited by
Hi my name is Jorge
I don't know if this forum is the correct to this question, if it isn't I'm sorry...
Since two months mi boss give me a proyect in QT developed by other person. He wanted me to learn how to compile, but in the case that he wanted to change something, he didn't have to call the developer.
The project is in the three platforms, Windows, Linux and MAC.
With Windows and Linux, with some little problems I got it at the end.
The problem is MAC
The program was developed in Mountain Lion, and I only had Snow Leopard in my hands. I concluded that the Xcode of this computer was not the necessary because when I compiled I had problems with some attributtes in some classes.
Then now I am trying to compile in a Mountain Lion computer by remote control. In this computer, in the QtCreator aren't the compilers. I choose mannually a complier but when I compile I have this issues:
*string.h: No such file or directory algoritmic.h: No such file or directory*
Obviusly the program should know it....
I use libraries Qt 4.8 and Qt 5.0, any idea???
Thanks and sorry for my english...
-
You need to install Command Line Tools package (it can be downloaded from Xcode in Preferences->Downloads), then set up Kits in Qt Creator (although most probably QtC will do this automatically for you).
-
wrote on 20 Feb 2013, 15:07 last edited by
I have already read this, but I haven't been able to find the preferences in the Xcode.
I am not user of MAC, this is my first time. Correct me, I go to Finder and I write Xcode, I click in Xcode, and there isn't nothing like preferences or options menu or something like that...
Can you send me a screenshot of the Xcode?
Thanks!!!
-
Xcode is an application. Double click, wait a bit, then go to top left corner of the screen (the corner of the whole desktop), there go to File->Preferences.
-
wrote on 20 Feb 2013, 15:21 last edited by
Ahhhh ok!!!! What a fool I am... I can't check it today, but as soon as possible I will tell you ...
Thanks!!!
-
I blame Apple ;) I'm not a big fan of OS X interface. It's more a nuisance, to be honest.
-
wrote on 12 Mar 2013, 10:23 last edited by
Hi!!!
Finally I have a Mountain Lion MAC, but I have the same problem. I have Xcode 4.6.
I have tried to install the command line tools, but I can´t do it.
When I click in xcode->preferences, open a new mini-window with a lot of menus, but I can't find any place where I can install anything.
Thanks!!
-
See this screenshot. It's from Xcode 4.6, too.
-
wrote on 12 Mar 2013, 10:53 last edited by
I haven't that menu, I have this menu (general, code sense, building, distribute builds, debugging, keybindings, text editing, fonts & colors, indentation, file types, opening quickly, source trees, dcm, documentation).
If you need I send you an image.
Thanks a lot!!!
-
wrote on 12 Mar 2013, 10:59 last edited by
-
wrote on 12 Mar 2013, 11:40 last edited by
Ahhhh no, I just realized that I have Xcode 3.0, the first thing I have to do is update the xcode...
Sorry :-(
-
Yeah, in Xcode 3 times, Command Line Tools was a totally separate package, downloaded and installed elsewhere.
-
wrote on 19 Mar 2013, 11:57 last edited by
Yeahhh That did it!!!!
Now I have another problem, but I don't know if is better to open a new thread or tell you in this.
The program must be able to connect a mysql database.
When I compile the program, Qt creates a package, only with the folders MacOS and Resources.
But in the original package (remember the program has been developed by another person), there are this folders Frameworks, MacOs, PlugIns and Resources.
In Frameworks and plugIns there are the libraries that the program needs to connect to mysql database.
If I replace only the file in MacOs folder with the other, the program doesn't work, if I add the new folders to my package, the program doesn´t work...
I don't know if I explain it well, so ask me if you have any question....
Thanks!!!
-
You need to use the "macdeployqt":http://qt-project.org/doc/qt-4.8/deployment-mac.html tool.
-
wrote on 21 Mar 2013, 13:56 last edited by
I have been reading about the deployment tool but I have any doubts ...
-
Could I use QtCretor? or by terminal?
-
To have the frameworks and plugins folders, simply creates into de app folder? or Do I need to compile in a different manner?
Thanks!!!
-
-
You need to run it from terminal. If Qt is properly installed, it will do everything automatically for you (copy libs + plugins, adjust paths, add info.plist, etc.).
-
wrote on 21 Mar 2013, 15:29 last edited by
I have already compile by terminal, but the package has the same structure that if I compile wth QtCreator.
I don't know if I need to change something in the makefile...
Thanks a lot!!!
-
macdeployqt is a binary tool that has to be used after the compilation. This is not a build step specified in the makefile, and it does not matter whether you have compiled from terminal or Qt Creator. You just need to run the tool afterwards, from the terminal, and preferably with high verbosity level to make sure you spot errors (macdeployqt does not bail out on most errors).
-
wrote on 25 Mar 2013, 11:15 last edited by
Hi!!!!
I understand MAC manner each day.
I follow all the instructions in the web. When I execute the instructions, I have no problem.
But when I finish linking all the libraries that my program needs, and the same with the libraries including, both my program and my libraries doesn't change anything (with the otool -L instruction)
Thanks in advance!!!
-
wrote on 26 Mar 2013, 08:53 last edited by
Hi!!!!
Forget my last reply, my problem is before.
I don't know where I have to transform the Qt to a static library. The ./configure static instruction doesn't work in any place.
I have installed Qt5.0.1 and Qt4.8.4. I use Qt4.8.4 to compile.
The frameworks are in /Library/Frameworks and the plugins are in /Developer/Application/Qt/plugins.
When I installed I didn't change anything.
What I have to do???
Super Thanks in advance!!!
Muchas gracias por adelantado!!!