Results 1 to 2 of 2

Thread: Lex&Yacc and qmake

  1. #1
    Join Date
    Jun 2006
    Posts
    6
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Lex&Yacc and qmake

    Having problems with builds and qmake. I have set an objects_dir, like so:

    OBJECTS_DIR = obj

    But it seems that flex and yacc will put the object files in the same directory as the .l and .y files. Naturally when I try to link, it reports that ./obj\parser_lex.o not found.

    Is there any way around this?

  2. #2
    Join Date
    Jun 2006
    Posts
    6
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: Lex&Yacc and qmake

    It's ok now. It's really hard to tell what is a problem with my makefiles and what is in the lexer or parse file.

Similar Threads

  1. Flex, Bison and qmake
    By Hydragyrum in forum Qt Programming
    Replies: 5
    Last Post: 2nd May 2011, 15:52
  2. Setting up qmake to run "Hello World"
    By Rolsch in forum Newbie
    Replies: 2
    Last Post: 27th May 2006, 02:37
  3. Replies: 5
    Last Post: 13th March 2006, 20:22
  4. linking user space and kernel space programs with qmake
    By zielchri in forum Qt Programming
    Replies: 9
    Last Post: 8th March 2006, 23:11
  5. Qt 4.1.1, no use of uic with qmake?
    By Morea in forum Newbie
    Replies: 2
    Last Post: 28th February 2006, 21:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.