I don't have Postgres SQL so I can not try your build on OS X. Could you post the link errors from the OS X machine? Maybe someone can be of more help. Generally I have few problems compiling my code on 64 bit linux and OS X.

--
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On Dec 12, 2007, at 5:17 AM, Leopold Palomo-Avellaneda wrote:

Hi,

I'm not an expert of cmake so please, forgive me is the question is stupid. I'm migrating an application from qmake to cmake. The apps _only_ needs qt4
and libpq (postgresql).

I can compile the application in a Debian Etch without any problem with cmake
2.4.5 and 2.4.7 (an own backport) and qt 4.2 .

I have a parther that cannot compile the application in ubuntu given linked errors (with cmake 4.6 and qt 4.2) and also another cannot compile it in OSX,
because another undefined symbols. My question is, have I to take care
something special for OSX platforms or if I can build it in a platform, the
problems in anothers platforms are not cmake issues?

If someone want to check it, the project is Open Source and you can test it
doing this:


svn checkout http://svn.berlios.de/svnroot/repos/bulmages/trunk/ bulmages
trunk-bulmages

cd trunk-bulmages
mkdir build
cd build
cmake ../
make

you only needs the qt> 4.2 development files and the postgresql (libpq) dev
files.

Regards,

Leo
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to