Hi,

I am working on a new package that uses qmake. It seems that  
everything passes the qmake phase, but then I get the following error  
during make install:

...
cd gui && make -f Makefile install
make[1]: *** No rule to make target `../lib/libmasslib.a', needed by  
`massxpert-1.6.0-rc2'.  Stop.
make: *** [sub-gui-install_subtargets] Error 2
...

If I look in the corresponding gui.pro file in the subdirectory with  
the same name, I find the following related to libmasslib.a:

CONFIG += qt warn_on debug

QT += xml
QT += svg
QT += network

PRE_TARGETDEPS += ../lib/libmasslib.a

INCLUDEPATH += -I ../ ../lib

LIBS += ../lib/libmasslib.a

There is no other reference for libmasslib.a in the source directory.


Any suggestions how to tackle this?

thanks,

- Koen.



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to