PTXDist 2012.12 libs not compiling

bluscape
Attachment: ptxconfig (60.79 KB)
My PTXdist 2012.12 is working fine but when I try and compile a Qt app
there are several libraries missing (libQtGui, libts, etc.)

I looked in: 

/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysroot-target/lib

And found that most of the libraries required by Qt are missing. All my
boxes are checked in ptxconfig (See attached ptxconfig).

My qmake.conf is also pointing to the correct paths:

QMAKE_INCDIR            =
/home/mc/local/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysro
ot-target/include
/home/mc/local/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysro
ot-target/usr/include
QMAKE_LIBDIR            =
/home/mc/local/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysro
ot-target/lib
/home/mc/local/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysro
ot-target/usr/lib


How can I get PTXdist to compile these libs?

davef
maybe ....
http://www.friendlyarm.net/forum/topic/4853

bluscape
Hi Dave,

Thanks for the reply. My problem is slightly different. Ruben has all the
libraries, I don't have the required libraries in:

/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysroot-target/lib

I first need to get my libraries compiled into this path.

Quite interesting to see so many guys using this in SA. 

@Ruben and Sean: I'm based in JHB, maybe we can have a beer sometime?

Cheers

Dave Festing
Attachment: selected_ptxconfig (63.97 KB)
Maybe do a diff on my ptxconfig.

bluscape
Thanks, did a diff and all seems in order. Maybe the PTX guys can give
their input.

I do not want to clean my PTX at this stage, maybe there is a quicker
solution.

Juergen Beisert
Did you also took a look into
"OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sysroot-target
/usr/lib"?

I tried it here and there are all required Qt libs present.

bluscape
Yes, they are all there. Should I point to there instead?

bluscape
But I am pointing to them but the problem still exists.

bluscape
Ok, resolved it:

QMAKE_LFLAGS =
-L/home/mc/local/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sys
root-target/lib
-L/home/mc/local/OSELAS.BSP-Pengutronix-Mini2440-2012.12.0/platform-mini2440/sys
root-target/usr/lib